#A68070

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

Shades of Hemp #A68070

Tints of Hemp #A68070

Color information

#A68070 (or 0xA68070) is unknown color: approx Hemp. HEX triplet: A6, 80 and 70. RGB value is (166,128,112). Sum of RGB (Red+Green+Blue) = 166+128+112=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A68070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68070 is #597F8F. Grayscale: #898989. Windows color (decimal): -5865360 or 7372966. OLE color: 7372966.

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

Color convert

RGB166128112-
CMYK00.230.330.35
HSL17.78º23.28%54.51%-
HSV(B)17.78º32.53%65.1%-
XYZ26.3724.7218.71-
YUV137.54113.59148.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.89%
GREEN value IS 128 (50.39% from 255) = 31.53%
BLUE value IS 112 (44.14% from 255) = 27.59%
R=40.89%
G=31.53%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612811200.230.330.3517.7823.2854.51
HexA680700172123121737
Octal2462001600274143222767
Binary101001101000000011100000101111000011000111001010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68070; }

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

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

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

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

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

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

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

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