#A28456

Color #A28456 Muesli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muesli #A28456

Tints of Muesli #A28456

Color information

#A28456 (or 0xA28456) is unknown color: approx Muesli. HEX triplet: A2, 84 and 56. RGB value is (162,132,86). Sum of RGB (Red+Green+Blue) = 162+132+86=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 86 (33.98% from 255 or 22.63% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A28456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28456 is #5D7BA9. Grayscale: #878787. Windows color (decimal): -6126506 or 5670050. OLE color: 5670050.

HSL color Cylindrical-coordinate representation of color #A28456: hue angle of 36.32º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A28456 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB16213286-
CMYK00.190.470.36
HSL36.32º30.65%48.63%-
HSV(B)36.32º46.91%63.53%-
XYZ24.8324.8612.29-
YUV135.7399.94146.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 42.63%
GREEN value IS 132 (51.95% from 255) = 34.74%
BLUE value IS 86 (33.98% from 255) = 22.63%
R=42.63%
G=34.74%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621328600.190.470.3636.3230.6548.63
HexA284560132F24241f31
Octal2422041260235744443761
Binary1010001010000100101011001001110111110010010010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28456; }

 p { color: rgb(162,132,86); }

 H1.HeaderClassName
 {
   color: #A28456;
 }
 .AnyTagClassName
 {
   color: #A28456;
 }
</style>
background-color css

<style>
 a { background-color: #A28456; }

 a { background-color: rgb(162,132,86); }

 div.DivClassName
 {
   background-color: #A28456;
 }
 .BgClassName
 {
   background-color: #A28456;
 }
</style>
border-color css

<style>
 span { border-color: #A28456; }

 span { border-color: rgb(162,132,86); }

 td.TdClassName
 {
   border-color: #A28456;
 }
 .TagClassName
 {
   border-color: #A28456;
 }
</style>