#A17E49

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

Shades of Muesli #A17E49

Tints of Muesli #A17E49

Color information

#A17E49 (or 0xA17E49) is unknown color: approx Muesli. HEX triplet: A1, 7E and 49. RGB value is (161,126,73). Sum of RGB (Red+Green+Blue) = 161+126+73=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17E49 is #5E81B6. Grayscale: #828282. Windows color (decimal): -6193591 or 4816545. OLE color: 4816545.

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

Color convert

RGB16112673-
CMYK00.220.550.37
HSL36.14º37.61%45.88%-
HSV(B)36.14º54.66%63.14%-
XYZ23.3622.989.51-
YUV130.4295.6149.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.72%
GREEN value IS 126 (49.61% from 255) = 35%
BLUE value IS 73 (28.91% from 255) = 20.28%
R=44.72%
G=35%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611267300.220.550.3736.1437.6145.88
HexA17E49016372524262e
Octal2411761110266745444656
Binary1010000111111101001001010110110111100101100100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17E49; }

 p { color: rgb(161,126,73); }

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

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

 a { background-color: rgb(161,126,73); }

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

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

 span { border-color: rgb(161,126,73); }

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