#A17F52

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

Shades of Muesli #A17F52

Tints of Muesli #A17F52

Color information

#A17F52 (or 0xA17F52) is unknown color: approx Muesli. HEX triplet: A1, 7F and 52. RGB value is (161,127,82). Sum of RGB (Red+Green+Blue) = 161+127+82=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17F52 is #5E80AD. Grayscale: #848484. Windows color (decimal): -6193326 or 5406625. OLE color: 5406625.

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

Color convert

RGB16112782-
CMYK00.210.490.37
HSL34.18º32.51%47.65%-
HSV(B)34.18º49.07%63.14%-
XYZ23.8123.3711.24-
YUV132.0499.76148.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.51%
GREEN value IS 127 (50% from 255) = 34.32%
BLUE value IS 82 (32.42% from 255) = 22.16%
R=43.51%
G=34.32%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611278200.210.490.3734.1832.5147.65
HexA17F520153125222130
Octal2411771220256145424160
Binary1010000111111111010010010101110001100101100010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17F52; }

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

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

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

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

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

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

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

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