#A68073

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

Shades of Hemp #A68073

Tints of Hemp #A68073

Color information

#A68073 (or 0xA68073) is unknown color: approx Hemp. HEX triplet: A6, 80 and 73. RGB value is (166,128,115). Sum of RGB (Red+Green+Blue) = 166+128+115=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A68073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68073 is #597F8C. Grayscale: #898989. Windows color (decimal): -5865357 or 7569574. OLE color: 7569574.

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

Color convert

RGB166128115-
CMYK00.230.310.35
HSL15.29º22.27%55.1%-
HSV(B)15.29º30.72%65.1%-
XYZ26.5424.7819.6-
YUV137.88115.09148.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.59%
GREEN value IS 128 (50.39% from 255) = 31.30%
BLUE value IS 115 (45.31% from 255) = 28.12%
R=40.59%
G=31.30%
B=28.12%

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
Decimal16612811500.230.310.3515.2922.2755.1
HexA680730171F23f1637
Octal2462001630273743172667
Binary1010011010000000111001101011111111100011111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68073; }

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

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

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

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

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

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

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

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