#A07C72

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

Shades of Hemp #A07C72

Tints of Hemp #A07C72

Color information

#A07C72 (or 0xA07C72) is unknown color: approx Hemp. HEX triplet: A0, 7C and 72. RGB value is (160,124,114). Sum of RGB (Red+Green+Blue) = 160+124+114=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07C72 is #5F838D. Grayscale: #858585. Windows color (decimal): -6259598 or 7503008. OLE color: 7503008.

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

Color convert

RGB160124114-
CMYK00.220.290.37
HSL13.04º19.49%53.73%-
HSV(B)13.04º28.75%62.75%-
XYZ24.7423.119.08-
YUV133.62116.93146.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.20%
GREEN value IS 124 (48.83% from 255) = 31.16%
BLUE value IS 114 (44.92% from 255) = 28.64%
R=40.20%
G=31.16%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012411400.220.290.3713.0419.4953.73
HexA07C720161D25d1336
Octal2401741620263545152366
Binary101000001111100111001001011011101100101110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07C72; }

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

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

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

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

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

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

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

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