#A67A72

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

Shades of Hemp #A67A72

Tints of Hemp #A67A72

Color information

#A67A72 (or 0xA67A72) is unknown color: approx Hemp. HEX triplet: A6, 7A and 72. RGB value is (166,122,114). Sum of RGB (Red+Green+Blue) = 166+122+114=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67A72 is #59858D. Grayscale: #868686. Windows color (decimal): -5866894 or 7502502. OLE color: 7502502.

HSL color Cylindrical-coordinate representation of color #A67A72: hue angle of 9.23º degrees, saturation: 0.23, 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 #A67A72 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB166122114-
CMYK00.270.310.35
HSL9.23º22.61%54.9%-
HSV(B)9.23º31.33%65.1%-
XYZ25.7223.2419.05-
YUV134.24116.58150.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.29%
GREEN value IS 122 (48.05% from 255) = 30.35%
BLUE value IS 114 (44.92% from 255) = 28.36%
R=41.29%
G=30.35%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612211400.270.310.359.2322.6154.9
HexA67A7201B1F2391737
Octal2461721620333743112767
Binary101001101111010111001001101111111100011100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67A72; }

 p { color: rgb(166,122,114); }

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

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

 a { background-color: rgb(166,122,114); }

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

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

 span { border-color: rgb(166,122,114); }

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