#A07972

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

Shades of Hemp #A07972

Tints of Hemp #A07972

Color information

#A07972 (or 0xA07972) is unknown color: approx Hemp. HEX triplet: A0, 79 and 72. RGB value is (160,121,114). Sum of RGB (Red+Green+Blue) = 160+121+114=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 160 - color contains mainly: red. Hex color #A07972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07972 is #5F868D. Grayscale: #838383. Windows color (decimal): -6260366 or 7502240. OLE color: 7502240.

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

Color convert

RGB160121114-
CMYK00.240.290.37
HSL9.13º19.49%53.73%-
HSV(B)9.13º28.75%62.75%-
XYZ24.3722.3618.95-
YUV131.86117.92148.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.51%
GREEN value IS 121 (47.66% from 255) = 30.63%
BLUE value IS 114 (44.92% from 255) = 28.86%
R=40.51%
G=30.63%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012111400.240.290.379.1319.4953.73
HexA079720181D2591336
Octal2401711620303545112366
Binary101000001111001111001001100011101100101100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07972; }

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

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

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

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

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

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

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

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