#A07872

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

Shades of Hemp #A07872

Tints of Hemp #A07872

Color information

#A07872 (or 0xA07872) is unknown color: approx Hemp. HEX triplet: A0, 78 and 72. RGB value is (160,120,114). Sum of RGB (Red+Green+Blue) = 160+120+114=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 160 - color contains mainly: red. Hex color #A07872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07872 is #5F878D. Grayscale: #838383. Windows color (decimal): -6260622 or 7501984. OLE color: 7501984.

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

Color convert

RGB160120114-
CMYK00.250.290.37
HSL7.83º19.49%53.73%-
HSV(B)7.83º28.75%62.75%-
XYZ24.2522.1218.91-
YUV131.28118.25148.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.61%
GREEN value IS 120 (47.27% from 255) = 30.46%
BLUE value IS 114 (44.92% from 255) = 28.93%
R=40.61%
G=30.46%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012011400.250.290.377.8319.4953.73
HexA078720191D2581336
Octal2401701620313545102366
Binary101000001111000111001001100111101100101100010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07872; }

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

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

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

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

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

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

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

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