#A28457

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

Shades of Muesli #A28457

Tints of Muesli #A28457

Color information

#A28457 (or 0xA28457) is unknown color: approx Muesli. HEX triplet: A2, 84 and 57. RGB value is (162,132,87). Sum of RGB (Red+Green+Blue) = 162+132+87=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 87 (34.38% from 255 or 22.83% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A28457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28457 is #5D7BA8. Grayscale: #888888. Windows color (decimal): -6126505 or 5735586. OLE color: 5735586.

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

Color convert

RGB16213287-
CMYK00.190.460.36
HSL36º30.12%48.82%-
HSV(B)36º46.3%63.53%-
XYZ24.8724.8712.51-
YUV135.84100.44146.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.52%
GREEN value IS 132 (51.95% from 255) = 34.65%
BLUE value IS 87 (34.38% from 255) = 22.83%
R=42.52%
G=34.65%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621328700.190.460.363630.1248.82
HexA284570132E24241e31
Octal2422041270235644443661
Binary1010001010000100101011101001110111010010010010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28457; }

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

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

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

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

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

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

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

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