#A68172

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

Shades of Hemp #A68172

Tints of Hemp #A68172

Color information

#A68172 (or 0xA68172) is unknown color: approx Hemp. HEX triplet: A6, 81 and 72. RGB value is (166,129,114). Sum of RGB (Red+Green+Blue) = 166+129+114=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A68172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68172 is #597E8D. Grayscale: #8A8A8A. Windows color (decimal): -5865102 or 7504294. OLE color: 7504294.

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

Color convert

RGB166129114-
CMYK00.220.310.35
HSL17.31º22.61%54.9%-
HSV(B)17.31º31.33%65.1%-
XYZ26.6125.0219.35-
YUV138.35114.26147.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.59%
GREEN value IS 129 (50.78% from 255) = 31.54%
BLUE value IS 114 (44.92% from 255) = 27.87%
R=40.59%
G=31.54%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612911400.220.310.3517.3122.6154.9
HexA681720161F23111737
Octal2462011620263743212767
Binary10100110100000011110010010110111111000111000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68172; }

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

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

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

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

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

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

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

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