#A0796E

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

Shades of Hemp #A0796E

Tints of Hemp #A0796E

Color information

#A0796E (or 0xA0796E) is unknown color: approx Hemp. HEX triplet: A0, 79 and 6E. RGB value is (160,121,110). Sum of RGB (Red+Green+Blue) = 160+121+110=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A0796E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0796E is #5F8691. Grayscale: #838383. Windows color (decimal): -6260370 or 7240096. OLE color: 7240096.

HSL color Cylindrical-coordinate representation of color #A0796E: hue angle of 13.2º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0796E is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB160121110-
CMYK00.240.310.37
HSL13.2º20.83%52.94%-
HSV(B)13.2º31.25%62.75%-
XYZ24.1522.2717.78-
YUV131.41115.92148.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.92%
GREEN value IS 121 (47.66% from 255) = 30.95%
BLUE value IS 110 (43.36% from 255) = 28.13%
R=40.92%
G=30.95%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012111000.240.310.3713.220.8352.94
HexA0796E0181F25d1535
Octal2401711560303745152565
Binary101000001111001110111001100011111100101110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0796E; }

 p { color: rgb(160,121,110); }

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

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

 a { background-color: rgb(160,121,110); }

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

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

 span { border-color: rgb(160,121,110); }

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