#A07973

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

Shades of Hemp #A07973

Tints of Hemp #A07973

Color information

#A07973 (or 0xA07973) is unknown color: approx Hemp. HEX triplet: A0, 79 and 73. RGB value is (160,121,115). Sum of RGB (Red+Green+Blue) = 160+121+115=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 160 - color contains mainly: red. Hex color #A07973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07973 is #5F868C. Grayscale: #848484. Windows color (decimal): -6260365 or 7567776. OLE color: 7567776.

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

Color convert

RGB160121115-
CMYK00.240.280.37
HSL19.15%53.92%-
HSV(B)28.12%62.75%-
XYZ24.4322.3919.25-
YUV131.98118.42147.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.40%
GREEN value IS 121 (47.66% from 255) = 30.56%
BLUE value IS 115 (45.31% from 255) = 29.04%
R=40.40%
G=30.56%
B=29.04%

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
Decimal16012111500.240.280.37819.1553.92
HexA079730181C2581336
Octal2401711630303445102366
Binary101000001111001111001101100011100100101100010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07973; }

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

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

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

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

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

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

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

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