#A68176

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

Shades of Hemp #A68176

Tints of Hemp #A68176

Color information

#A68176 (or 0xA68176) is unknown color: approx Hemp. HEX triplet: A6, 81 and 76. RGB value is (166,129,118). Sum of RGB (Red+Green+Blue) = 166+129+118=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 166 - color contains mainly: red. Hex color #A68176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68176 is #597E89. Grayscale: #8A8A8A. Windows color (decimal): -5865098 or 7766438. OLE color: 7766438.

HSL color Cylindrical-coordinate representation of color #A68176: hue angle of 13.75º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A68176 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB166129118-
CMYK00.220.290.35
HSL13.75º21.24%55.69%-
HSV(B)13.75º28.92%65.1%-
XYZ26.8525.1220.57-
YUV138.81116.26147.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.19%
GREEN value IS 129 (50.78% from 255) = 31.23%
BLUE value IS 118 (46.48% from 255) = 28.57%
R=40.19%
G=31.23%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612911800.220.290.3513.7521.2455.69
HexA681760161D23e1538
Octal2462011660263543162570
Binary1010011010000001111011001011011101100011111010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68176; }

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

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

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

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

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

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

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

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