#A17E50

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

Shades of Muesli #A17E50

Tints of Muesli #A17E50

Color information

#A17E50 (or 0xA17E50) is unknown color: approx Muesli. HEX triplet: A1, 7E and 50. RGB value is (161,126,80). Sum of RGB (Red+Green+Blue) = 161+126+80=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17E50 is #5E81AF. Grayscale: #838383. Windows color (decimal): -6193584 or 5275297. OLE color: 5275297.

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

Color convert

RGB16112680-
CMYK00.220.500.37
HSL34.07º33.61%47.25%-
HSV(B)34.07º50.31%63.14%-
XYZ23.6123.0810.8-
YUV131.2299.1149.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.87%
GREEN value IS 126 (49.61% from 255) = 34.33%
BLUE value IS 80 (31.64% from 255) = 21.80%
R=43.87%
G=34.33%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611268000.220.500.3734.0733.6147.25
HexA17E50016322522222f
Octal2411761200266245424257
Binary1010000111111101010000010110110010100101100010100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17E50; }

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

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

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

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

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

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

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

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