#A18057

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

Shades of Muesli #A18057

Tints of Muesli #A18057

Color information

#A18057 (or 0xA18057) is unknown color: approx Muesli. HEX triplet: A1, 80 and 57. RGB value is (161,128,87). Sum of RGB (Red+Green+Blue) = 161+128+87=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A18057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18057 is #5E7FA8. Grayscale: #858585. Windows color (decimal): -6193065 or 5734561. OLE color: 5734561.

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

Color convert

RGB16112887-
CMYK00.200.460.37
HSL33.24º29.84%48.63%-
HSV(B)33.24º45.96%63.14%-
XYZ24.1423.712.32-
YUV133.19101.93147.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.82%
GREEN value IS 128 (50.39% from 255) = 34.04%
BLUE value IS 87 (34.38% from 255) = 23.14%
R=42.82%
G=34.04%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611288700.200.460.3733.2429.8448.63
HexA180570142E25211e31
Octal2412001270245645413661
Binary1010000110000000101011101010010111010010110000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18057; }

 p { color: rgb(161,128,87); }

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

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

 a { background-color: rgb(161,128,87); }

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

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

 span { border-color: rgb(161,128,87); }

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