#A0776F

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

Shades of Hemp #A0776F

Tints of Hemp #A0776F

Color information

#A0776F (or 0xA0776F) is unknown color: approx Hemp. HEX triplet: A0, 77 and 6F. RGB value is (160,119,111). Sum of RGB (Red+Green+Blue) = 160+119+111=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A0776F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0776F is #5F8890. Grayscale: #828282. Windows color (decimal): -6260881 or 7305120. OLE color: 7305120.

HSL color Cylindrical-coordinate representation of color #A0776F: hue angle of 9.8º 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 #A0776F is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB160119111-
CMYK00.260.310.37
HSL9.8º20.5%53.14%-
HSV(B)9.8º30.63%62.75%-
XYZ23.9621.8117.99-
YUV130.35117.08149.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.03%
GREEN value IS 119 (46.88% from 255) = 30.51%
BLUE value IS 111 (43.75% from 255) = 28.46%
R=41.03%
G=30.51%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011911100.260.310.379.820.553.14
HexA0776F01A1F25a1535
Octal2401671570323745122565
Binary101000001110111110111101101011111100101101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0776F; }

 p { color: rgb(160,119,111); }

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

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

 a { background-color: rgb(160,119,111); }

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

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

 span { border-color: rgb(160,119,111); }

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