#A67E74

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

Shades of Hemp #A67E74

Tints of Hemp #A67E74

Color information

#A67E74 (or 0xA67E74) is unknown color: approx Hemp. HEX triplet: A6, 7E and 74. RGB value is (166,126,116). Sum of RGB (Red+Green+Blue) = 166+126+116=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67E74 is #59818B. Grayscale: #888888. Windows color (decimal): -5865868 or 7634598. OLE color: 7634598.

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

Color convert

RGB166126116-
CMYK00.240.300.35
HSL12º21.93%55.29%-
HSV(B)12º30.12%65.1%-
XYZ26.3424.2919.82-
YUV136.82116.25148.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.69%
GREEN value IS 126 (49.61% from 255) = 30.88%
BLUE value IS 116 (45.70% from 255) = 28.43%
R=40.69%
G=30.88%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612611600.240.300.351221.9355.29
HexA67E740181E23c1637
Octal2461761640303643142667
Binary101001101111110111010001100011110100011110010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67E74; }

 p { color: rgb(166,126,116); }

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

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

 a { background-color: rgb(166,126,116); }

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

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

 span { border-color: rgb(166,126,116); }

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