#A68072

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

Shades of Hemp #A68072

Tints of Hemp #A68072

Color information

#A68072 (or 0xA68072) is unknown color: approx Hemp. HEX triplet: A6, 80 and 72. RGB value is (166,128,114). Sum of RGB (Red+Green+Blue) = 166+128+114=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 166 - color contains mainly: red. Hex color #A68072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68072 is #597F8D. Grayscale: #898989. Windows color (decimal): -5865358 or 7504038. OLE color: 7504038.

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

Color convert

RGB166128114-
CMYK00.230.310.35
HSL16.15º22.61%54.9%-
HSV(B)16.15º31.33%65.1%-
XYZ26.4824.7619.3-
YUV137.77114.59148.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.69%
GREEN value IS 128 (50.39% from 255) = 31.37%
BLUE value IS 114 (44.92% from 255) = 27.94%
R=40.69%
G=31.37%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612811400.230.310.3516.1522.6154.9
HexA680720171F23101737
Octal2462001620273743202767
Binary10100110100000001110010010111111111000111000010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68072; }

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

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

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

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

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

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

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

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