#A0766D

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

Shades of Hemp #A0766D

Tints of Hemp #A0766D

Color information

#A0766D (or 0xA0766D) is unknown color: approx Hemp. HEX triplet: A0, 76 and 6D. RGB value is (160,118,109). Sum of RGB (Red+Green+Blue) = 160+118+109=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A0766D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0766D is #5F8992. Grayscale: #818181. Windows color (decimal): -6261139 or 7173792. OLE color: 7173792.

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

Color convert

RGB160118109-
CMYK00.260.320.37
HSL10.59º21.16%52.75%-
HSV(B)10.59º31.87%62.75%-
XYZ23.7421.5317.37-
YUV129.53116.41149.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.34%
GREEN value IS 118 (46.48% from 255) = 30.49%
BLUE value IS 109 (42.97% from 255) = 28.17%
R=41.34%
G=30.49%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011810900.260.320.3710.5921.1652.75
HexA0766D01A2025b1535
Octal2401661550324045132565
Binary1010000011101101101101011010100000100101101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0766D; }

 p { color: rgb(160,118,109); }

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

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

 a { background-color: rgb(160,118,109); }

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

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

 span { border-color: rgb(160,118,109); }

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