#A18257

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

Shades of Muesli #A18257

Tints of Muesli #A18257

Color information

#A18257 (or 0xA18257) is unknown color: approx Muesli. HEX triplet: A1, 82 and 57. RGB value is (161,130,87). Sum of RGB (Red+Green+Blue) = 161+130+87=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 87 (34.38% from 255 or 23.02% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A18257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18257 is #5E7DA8. Grayscale: #868686. Windows color (decimal): -6192553 or 5735073. OLE color: 5735073.

HSL color Cylindrical-coordinate representation of color #A18257: hue angle of 34.86º 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 #A18257 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB16113087-
CMYK00.190.460.37
HSL34.86º29.84%48.63%-
HSV(B)34.86º45.96%63.14%-
XYZ24.424.2312.41-
YUV134.37101.27147-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.59%
GREEN value IS 130 (51.17% from 255) = 34.39%
BLUE value IS 87 (34.38% from 255) = 23.02%
R=42.59%
G=34.39%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611308700.190.460.3734.8629.8448.63
HexA182570132E25231e31
Octal2412021270235645433661
Binary1010000110000010101011101001110111010010110001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18257; }

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

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

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

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

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

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

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

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