#A27F73

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

Shades of Hemp #A27F73

Tints of Hemp #A27F73

Color information

#A27F73 (or 0xA27F73) is unknown color: approx Hemp. HEX triplet: A2, 7F and 73. RGB value is (162,127,115). Sum of RGB (Red+Green+Blue) = 162+127+115=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27F73 is #5D808C. Grayscale: #888888. Windows color (decimal): -6127757 or 7569314. OLE color: 7569314.

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

Color convert

RGB162127115-
CMYK00.220.290.36
HSL15.32º20.17%54.31%-
HSV(B)15.32º29.01%63.53%-
XYZ25.5824.119.52-
YUV136.1116.1146.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.10%
GREEN value IS 127 (50% from 255) = 31.44%
BLUE value IS 115 (45.31% from 255) = 28.47%
R=40.10%
G=31.44%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212711500.220.290.3615.3220.1754.31
HexA27F730161D24f1436
Octal2421771630263544172466
Binary101000101111111111001101011011101100100111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27F73; }

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

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

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

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

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

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

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

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