#A28056

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

Shades of Muesli #A28056

Tints of Muesli #A28056

Color information

#A28056 (or 0xA28056) is unknown color: approx Muesli. HEX triplet: A2, 80 and 56. RGB value is (162,128,86). Sum of RGB (Red+Green+Blue) = 162+128+86=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A28056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28056 is #5D7FA9. Grayscale: #858585. Windows color (decimal): -6127530 or 5669026. OLE color: 5669026.

HSL color Cylindrical-coordinate representation of color #A28056: hue angle of 33.16º 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 #A28056 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB16212886-
CMYK00.210.470.36
HSL33.16º30.65%48.63%-
HSV(B)33.16º46.91%63.53%-
XYZ24.323.7912.12-
YUV133.38101.26148.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.09%
GREEN value IS 128 (50.39% from 255) = 34.04%
BLUE value IS 86 (33.98% from 255) = 22.87%
R=43.09%
G=34.04%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621288600.210.470.3633.1630.6548.63
HexA280560152F24211f31
Octal2422001260255744413761
Binary1010001010000000101011001010110111110010010000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28056; }

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

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

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

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

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

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

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

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