#A17E48

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

Shades of Muesli #A17E48

Tints of Muesli #A17E48

Color information

#A17E48 (or 0xA17E48) is unknown color: approx Muesli. HEX triplet: A1, 7E and 48. RGB value is (161,126,72). Sum of RGB (Red+Green+Blue) = 161+126+72=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17E48 is #5E81B7. Grayscale: #828282. Windows color (decimal): -6193592 or 4751009. OLE color: 4751009.

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

Color convert

RGB16112672-
CMYK00.220.550.37
HSL36.4º38.2%45.69%-
HSV(B)36.4º55.28%63.14%-
XYZ23.3322.979.33-
YUV130.3195.1149.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.85%
GREEN value IS 126 (49.61% from 255) = 35.10%
BLUE value IS 72 (28.52% from 255) = 20.06%
R=44.85%
G=35.10%
B=20.06%

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
Decimal1611267200.220.550.3736.438.245.69
HexA17E48016372524262e
Octal2411761100266745444656
Binary1010000111111101001000010110110111100101100100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17E48; }

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

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

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

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

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

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

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

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