#A27F52

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

Shades of Muesli #A27F52

Tints of Muesli #A27F52

Color information

#A27F52 (or 0xA27F52) is unknown color: approx Muesli. HEX triplet: A2, 7F and 52. RGB value is (162,127,82). Sum of RGB (Red+Green+Blue) = 162+127+82=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27F52 is #5D80AD. Grayscale: #848484. Windows color (decimal): -6127790 or 5406626. OLE color: 5406626.

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

Color convert

RGB16212782-
CMYK00.220.490.36
HSL33.75º32.79%47.84%-
HSV(B)33.75º49.38%63.53%-
XYZ24.0123.4711.25-
YUV132.3499.6149.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 127 (50% from 255) = 34.23%
BLUE value IS 82 (32.42% from 255) = 22.10%
R=43.67%
G=34.23%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621278200.220.490.3633.7532.7947.84
HexA27F520163124222130
Octal2421771220266144424160
Binary1010001011111111010010010110110001100100100010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27F52; }

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

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

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

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

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

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

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

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