#A17F50

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

Shades of Muesli #A17F50

Tints of Muesli #A17F50

Color information

#A17F50 (or 0xA17F50) is unknown color: approx Muesli. HEX triplet: A1, 7F and 50. RGB value is (161,127,80). Sum of RGB (Red+Green+Blue) = 161+127+80=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17F50 is #5E80AF. Grayscale: #848484. Windows color (decimal): -6193328 or 5275553. OLE color: 5275553.

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

Color convert

RGB16112780-
CMYK00.210.500.37
HSL34.81º33.61%47.25%-
HSV(B)34.81º50.31%63.14%-
XYZ23.7423.3310.84-
YUV131.8198.76148.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.75%
GREEN value IS 127 (50% from 255) = 34.51%
BLUE value IS 80 (31.64% from 255) = 21.74%
R=43.75%
G=34.51%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611278000.210.500.3734.8133.6147.25
HexA17F50015322523222f
Octal2411771200256245434257
Binary1010000111111111010000010101110010100101100011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17F50; }

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

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

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

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

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

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

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

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