#A27F51

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

Shades of Muesli #A27F51

Tints of Muesli #A27F51

Color information

#A27F51 (or 0xA27F51) is unknown color: approx Muesli. HEX triplet: A2, 7F and 51. RGB value is (162,127,81). Sum of RGB (Red+Green+Blue) = 162+127+81=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27F51 is #5D80AE. Grayscale: #848484. Windows color (decimal): -6127791 or 5341090. OLE color: 5341090.

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

Color convert

RGB16212781-
CMYK00.220.500.36
HSL34.07º33.33%47.65%-
HSV(B)34.07º50%63.53%-
XYZ23.9723.4511.05-
YUV132.2299.1149.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.78%
GREEN value IS 127 (50% from 255) = 34.32%
BLUE value IS 81 (32.03% from 255) = 21.89%
R=43.78%
G=34.32%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621278100.220.500.3634.0733.3347.65
HexA27F510163224222130
Octal2421771210266244424160
Binary1010001011111111010001010110110010100100100010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27F51; }

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

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

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

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

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

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

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

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