#A07A75

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

Shades of Hemp #A07A75

Tints of Hemp #A07A75

Color information

#A07A75 (or 0xA07A75) is unknown color: approx Hemp. HEX triplet: A0, 7A and 75. RGB value is (160,122,117). Sum of RGB (Red+Green+Blue) = 160+122+117=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07A75 is #5F858A. Grayscale: #848484. Windows color (decimal): -6260107 or 7699104. OLE color: 7699104.

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

Color convert

RGB160122117-
CMYK00.240.270.37
HSL6.98º18.45%54.31%-
HSV(B)6.98º26.88%62.75%-
XYZ24.6722.6819.91-
YUV132.79119.09147.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.10%
GREEN value IS 122 (48.05% from 255) = 30.58%
BLUE value IS 117 (46.09% from 255) = 29.32%
R=40.10%
G=30.58%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012211700.240.270.376.9818.4554.31
HexA07A750181B2571236
Octal240172165030334572266
Binary10100000111101011101010110001101110010111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07A75; }

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

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

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

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

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

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

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

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