#A07A73

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

Shades of Hemp #A07A73

Tints of Hemp #A07A73

Color information

#A07A73 (or 0xA07A73) is unknown color: approx Hemp. HEX triplet: A0, 7A and 73. RGB value is (160,122,115). Sum of RGB (Red+Green+Blue) = 160+122+115=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07A73 is #5F858C. Grayscale: #848484. Windows color (decimal): -6260109 or 7568032. OLE color: 7568032.

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

Color convert

RGB160122115-
CMYK00.240.280.37
HSL9.33º19.15%53.92%-
HSV(B)9.33º28.12%62.75%-
XYZ24.5522.6319.29-
YUV132.56118.09147.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.30%
GREEN value IS 122 (48.05% from 255) = 30.73%
BLUE value IS 115 (45.31% from 255) = 28.97%
R=40.30%
G=30.73%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012211500.240.280.379.3319.1553.92
HexA07A730181C2591336
Octal2401721630303445112366
Binary101000001111010111001101100011100100101100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07A73; }

 p { color: rgb(160,122,115); }

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

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

 a { background-color: rgb(160,122,115); }

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

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

 span { border-color: rgb(160,122,115); }

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