#A27F77

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

Shades of Hemp #A27F77

Tints of Hemp #A27F77

Color information

#A27F77 (or 0xA27F77) is unknown color: approx Hemp. HEX triplet: A2, 7F and 77. RGB value is (162,127,119). Sum of RGB (Red+Green+Blue) = 162+127+119=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 119 (46.88% from 255 or 29.17% from 408); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27F77 is #5D8088. Grayscale: #888888. Windows color (decimal): -6127753 or 7831458. OLE color: 7831458.

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

Color convert

RGB162127119-
CMYK00.220.270.36
HSL11.16º18.78%55.1%-
HSV(B)11.16º26.54%63.53%-
XYZ25.8224.1920.76-
YUV136.55118.1146.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.71%
GREEN value IS 127 (50% from 255) = 31.13%
BLUE value IS 119 (46.88% from 255) = 29.17%
R=39.71%
G=31.13%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212711900.220.270.3611.1618.7855.1
HexA27F770161B24b1337
Octal2421771670263344132367
Binary101000101111111111011101011011011100100101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27F77; }

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

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

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

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

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

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

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

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