#A07770

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

Shades of Hemp #A07770

Tints of Hemp #A07770

Color information

#A07770 (or 0xA07770) is unknown color: approx Hemp. HEX triplet: A0, 77 and 70. RGB value is (160,119,112). Sum of RGB (Red+Green+Blue) = 160+119+112=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A07770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07770 is #5F888F. Grayscale: #828282. Windows color (decimal): -6260880 or 7370656. OLE color: 7370656.

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

Color convert

RGB160119112-
CMYK00.260.300.37
HSL8.75º20.17%53.33%-
HSV(B)8.75º30%62.75%-
XYZ24.0221.8418.28-
YUV130.46117.58149.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.92%
GREEN value IS 119 (46.88% from 255) = 30.43%
BLUE value IS 112 (44.14% from 255) = 28.64%
R=40.92%
G=30.43%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011911200.260.300.378.7520.1753.33
HexA0777001A1E2591435
Octal2401671600323645112465
Binary101000001110111111000001101011110100101100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07770; }

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

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

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

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

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

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

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

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