#A67F77

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

Shades of Hemp #A67F77

Tints of Hemp #A67F77

Color information

#A67F77 (or 0xA67F77) is unknown color: approx Hemp. HEX triplet: A6, 7F and 77. RGB value is (166,127,119). Sum of RGB (Red+Green+Blue) = 166+127+119=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67F77 is #598088. Grayscale: #898989. Windows color (decimal): -5865609 or 7831462. OLE color: 7831462.

HSL color Cylindrical-coordinate representation of color #A67F77: hue angle of 10.21º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A67F77 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB166127119-
CMYK00.230.280.35
HSL10.21º20.89%55.88%-
HSV(B)10.21º28.31%65.1%-
XYZ26.6524.6220.8-
YUV137.75117.42148.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.29%
GREEN value IS 127 (50% from 255) = 30.83%
BLUE value IS 119 (46.88% from 255) = 28.88%
R=40.29%
G=30.83%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612711900.230.280.3510.2120.8955.88
HexA67F770171C23a1538
Octal2461771670273443122570
Binary101001101111111111011101011111100100011101010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67F77; }

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

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

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

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

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

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

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

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