#A17A51

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

Shades of Muesli #A17A51

Tints of Muesli #A17A51

Color information

#A17A51 (or 0xA17A51) is unknown color: approx Muesli. HEX triplet: A1, 7A and 51. RGB value is (161,122,81). Sum of RGB (Red+Green+Blue) = 161+122+81=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17A51 is #5E85AE. Grayscale: #818181. Windows color (decimal): -6194607 or 5339809. OLE color: 5339809.

HSL color Cylindrical-coordinate representation of color #A17A51: hue angle of 30.75º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A17A51 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB16112281-
CMYK00.240.500.37
HSL30.75º33.06%47.45%-
HSV(B)30.75º49.69%63.14%-
XYZ23.1422.0910.83-
YUV128.99100.92150.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.23%
GREEN value IS 122 (48.05% from 255) = 33.52%
BLUE value IS 81 (32.03% from 255) = 22.25%
R=44.23%
G=33.52%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611228100.240.500.3730.7533.0647.45
HexA17A5101832251f212f
Octal2411721210306245374157
Binary101000011111010101000101100011001010010111111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17A51; }

 p { color: rgb(161,122,81); }

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

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

 a { background-color: rgb(161,122,81); }

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

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

 span { border-color: rgb(161,122,81); }

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