#A67A6C

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

Shades of Hemp #A67A6C

Tints of Hemp #A67A6C

Color information

#A67A6C (or 0xA67A6C) is unknown color: approx Hemp. HEX triplet: A6, 7A and 6C. RGB value is (166,122,108). Sum of RGB (Red+Green+Blue) = 166+122+108=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67A6C is #598593. Grayscale: #858585. Windows color (decimal): -5866900 or 7109286. OLE color: 7109286.

HSL color Cylindrical-coordinate representation of color #A67A6C: hue angle of 14.48º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A67A6C is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB166122108-
CMYK00.270.350.35
HSL14.48º24.58%53.73%-
HSV(B)14.48º34.94%65.1%-
XYZ25.3923.1117.31-
YUV133.56113.58151.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.92%
GREEN value IS 122 (48.05% from 255) = 30.81%
BLUE value IS 108 (42.58% from 255) = 27.27%
R=41.92%
G=30.81%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612210800.270.350.3514.4824.5853.73
HexA67A6C01B2323e1936
Octal2461721540334343163166
Binary1010011011110101101100011011100011100011111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67A6C; }

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

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

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

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

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

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

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

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