#A68174

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

Shades of Hemp #A68174

Tints of Hemp #A68174

Color information

#A68174 (or 0xA68174) is unknown color: approx Hemp. HEX triplet: A6, 81 and 74. RGB value is (166,129,116). Sum of RGB (Red+Green+Blue) = 166+129+116=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A68174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68174 is #597E8B. Grayscale: #8A8A8A. Windows color (decimal): -5865100 or 7635366. OLE color: 7635366.

HSL color Cylindrical-coordinate representation of color #A68174: hue angle of 15.6º 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 #A68174 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB166129116-
CMYK00.220.300.35
HSL15.6º21.93%55.29%-
HSV(B)15.6º30.12%65.1%-
XYZ26.7325.0719.95-
YUV138.58115.26147.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.39%
GREEN value IS 129 (50.78% from 255) = 31.39%
BLUE value IS 116 (45.70% from 255) = 28.22%
R=40.39%
G=31.39%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612911600.220.300.3515.621.9355.29
HexA681740161E23101637
Octal2462011640263643202667
Binary10100110100000011110100010110111101000111000010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68174; }

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

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

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

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

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

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

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

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