#A17E56

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

Shades of Muesli #A17E56

Tints of Muesli #A17E56

Color information

#A17E56 (or 0xA17E56) is unknown color: approx Muesli. HEX triplet: A1, 7E and 56. RGB value is (161,126,86). Sum of RGB (Red+Green+Blue) = 161+126+86=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17E56 is #5E81A9. Grayscale: #848484. Windows color (decimal): -6193578 or 5668513. OLE color: 5668513.

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

Color convert

RGB16112686-
CMYK00.220.470.37
HSL32º30.36%48.43%-
HSV(B)32º46.58%63.14%-
XYZ23.8423.1712.02-
YUV131.9102.1148.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.16%
GREEN value IS 126 (49.61% from 255) = 33.78%
BLUE value IS 86 (33.98% from 255) = 23.06%
R=43.16%
G=33.78%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611268600.220.470.373230.3648.43
HexA17E560162F25201e30
Octal2411761260265745403660
Binary101000011111110101011001011010111110010110000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17E56; }

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

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

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

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

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

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

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

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