#A18159

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

Shades of Muesli #A18159

Tints of Muesli #A18159

Color information

#A18159 (or 0xA18159) is unknown color: approx Muesli. HEX triplet: A1, 81 and 59. RGB value is (161,129,89). Sum of RGB (Red+Green+Blue) = 161+129+89=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 161 - color contains mainly: red. Hex color #A18159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18159 is #5E7EA6. Grayscale: #868686. Windows color (decimal): -6192807 or 5865889. OLE color: 5865889.

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

Color convert

RGB16112989-
CMYK00.200.450.37
HSL33.33º28.8%49.02%-
HSV(B)33.33º44.72%63.14%-
XYZ24.352412.8-
YUV134.01102.6147.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.48%
GREEN value IS 129 (50.78% from 255) = 34.04%
BLUE value IS 89 (35.16% from 255) = 23.48%
R=42.48%
G=34.04%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611298900.200.450.3733.3328.849.02
HexA181590142D25211d31
Octal2412011310245545413561
Binary1010000110000001101100101010010110110010110000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18159; }

 p { color: rgb(161,129,89); }

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

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

 a { background-color: rgb(161,129,89); }

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

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

 span { border-color: rgb(161,129,89); }

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