#A07C75

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

Shades of Hemp #A07C75

Tints of Hemp #A07C75

Color information

#A07C75 (or 0xA07C75) is unknown color: approx Hemp. HEX triplet: A0, 7C and 75. RGB value is (160,124,117). Sum of RGB (Red+Green+Blue) = 160+124+117=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07C75 is #5F838A. Grayscale: #868686. Windows color (decimal): -6259595 or 7699616. OLE color: 7699616.

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

Color convert

RGB160124117-
CMYK00.220.270.37
HSL9.77º18.45%54.31%-
HSV(B)9.77º26.88%62.75%-
XYZ24.9223.1719.99-
YUV133.97118.43146.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.90%
GREEN value IS 124 (48.83% from 255) = 30.92%
BLUE value IS 117 (46.09% from 255) = 29.18%
R=39.90%
G=30.92%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012411700.220.270.379.7718.4554.31
HexA07C750161B25a1236
Octal2401741650263345122266
Binary101000001111100111010101011011011100101101010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07C75; }

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

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

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

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

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

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

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

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