#A0796A

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

Shades of Hemp #A0796A

Tints of Hemp #A0796A

Color information

#A0796A (or 0xA0796A) is unknown color: approx Hemp. HEX triplet: A0, 79 and 6A. RGB value is (160,121,106). Sum of RGB (Red+Green+Blue) = 160+121+106=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A0796A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0796A is #5F8695. Grayscale: #838383. Windows color (decimal): -6260374 or 6977952. OLE color: 6977952.

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

Color convert

RGB160121106-
CMYK00.240.340.37
HSL16.67º22.13%52.16%-
HSV(B)16.67º33.75%62.75%-
XYZ23.9422.1916.66-
YUV130.95113.92148.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.34%
GREEN value IS 121 (47.66% from 255) = 31.27%
BLUE value IS 106 (41.80% from 255) = 27.39%
R=41.34%
G=31.27%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012110600.240.340.3716.6722.1352.16
HexA0796A0182225111634
Octal2401711520304245212664
Binary10100000111100111010100110001000101001011000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0796A; }

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

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

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

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

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

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

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

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