#A67A6F

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

Shades of Hemp #A67A6F

Tints of Hemp #A67A6F

Color information

#A67A6F (or 0xA67A6F) is unknown color: approx Hemp. HEX triplet: A6, 7A and 6F. RGB value is (166,122,111). Sum of RGB (Red+Green+Blue) = 166+122+111=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67A6F is #598590. Grayscale: #858585. Windows color (decimal): -5866897 or 7305894. OLE color: 7305894.

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

Color convert

RGB166122111-
CMYK00.270.330.35
HSL12º23.61%54.31%-
HSV(B)12º33.13%65.1%-
XYZ25.5523.1718.17-
YUV133.9115.08150.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.60%
GREEN value IS 122 (48.05% from 255) = 30.58%
BLUE value IS 111 (43.75% from 255) = 27.82%
R=41.60%
G=30.58%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612211100.270.330.351223.6154.31
HexA67A6F01B2123c1836
Octal2461721570334143143066
Binary1010011011110101101111011011100001100011110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67A6F; }

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

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

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

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

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

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

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

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