#A27F72

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

Shades of Hemp #A27F72

Tints of Hemp #A27F72

Color information

#A27F72 (or 0xA27F72) is unknown color: approx Hemp. HEX triplet: A2, 7F and 72. RGB value is (162,127,114). Sum of RGB (Red+Green+Blue) = 162+127+114=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27F72 is #5D808D. Grayscale: #888888. Windows color (decimal): -6127758 or 7503778. OLE color: 7503778.

HSL color Cylindrical-coordinate representation of color #A27F72: hue angle of 16.25º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A27F72 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB162127114-
CMYK00.220.300.36
HSL16.25º20.51%54.12%-
HSV(B)16.25º29.63%63.53%-
XYZ25.5324.0819.22-
YUV135.98115.6146.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.20%
GREEN value IS 127 (50% from 255) = 31.51%
BLUE value IS 114 (44.92% from 255) = 28.29%
R=40.20%
G=31.51%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212711400.220.300.3616.2520.5154.12
HexA27F720161E24101536
Octal2421771620263644202566
Binary1010001011111111110010010110111101001001000010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27F72; }

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

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

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

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

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

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

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

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