#A27F4F

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

Shades of Muesli #A27F4F

Tints of Muesli #A27F4F

Color information

#A27F4F (or 0xA27F4F) is unknown color: approx Muesli. HEX triplet: A2, 7F and 4F. RGB value is (162,127,79). Sum of RGB (Red+Green+Blue) = 162+127+79=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27F4F is #5D80B0. Grayscale: #848484. Windows color (decimal): -6127793 or 5210018. OLE color: 5210018.

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

Color convert

RGB16212779-
CMYK00.220.510.36
HSL34.7º34.44%47.25%-
HSV(B)34.7º51.23%63.53%-
XYZ23.923.4210.66-
YUV131.9998.1149.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.02%
GREEN value IS 127 (50% from 255) = 34.51%
BLUE value IS 79 (31.25% from 255) = 21.47%
R=44.02%
G=34.51%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621277900.220.510.3634.734.4447.25
HexA27F4F016332423222f
Octal2421771170266344434257
Binary1010001011111111001111010110110011100100100011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27F4F; }

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

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

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

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

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

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

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

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