#A67F73

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

Shades of Hemp #A67F73

Tints of Hemp #A67F73

Color information

#A67F73 (or 0xA67F73) is unknown color: approx Hemp. HEX triplet: A6, 7F and 73. RGB value is (166,127,115). Sum of RGB (Red+Green+Blue) = 166+127+115=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67F73 is #59808C. Grayscale: #898989. Windows color (decimal): -5865613 or 7569318. OLE color: 7569318.

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

Color convert

RGB166127115-
CMYK00.230.310.35
HSL14.12º22.27%55.1%-
HSV(B)14.12º30.72%65.1%-
XYZ26.4124.5219.56-
YUV137.29115.42148.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.69%
GREEN value IS 127 (50% from 255) = 31.13%
BLUE value IS 115 (45.31% from 255) = 28.19%
R=40.69%
G=31.13%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612711500.230.310.3514.1222.2755.1
HexA67F730171F23e1637
Octal2461771630273743162667
Binary101001101111111111001101011111111100011111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67F73; }

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

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

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

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

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

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

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

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