#A07A6E

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

Shades of Hemp #A07A6E

Tints of Hemp #A07A6E

Color information

#A07A6E (or 0xA07A6E) is unknown color: approx Hemp. HEX triplet: A0, 7A and 6E. RGB value is (160,122,110). Sum of RGB (Red+Green+Blue) = 160+122+110=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07A6E is #5F8591. Grayscale: #848484. Windows color (decimal): -6260114 or 7240352. OLE color: 7240352.

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

Color convert

RGB160122110-
CMYK00.240.310.37
HSL14.4º20.83%52.94%-
HSV(B)14.4º31.25%62.75%-
XYZ24.2722.5217.82-
YUV131.99115.59147.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.82%
GREEN value IS 122 (48.05% from 255) = 31.12%
BLUE value IS 110 (43.36% from 255) = 28.06%
R=40.82%
G=31.12%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012211000.240.310.3714.420.8352.94
HexA07A6E0181F25e1535
Octal2401721560303745162565
Binary101000001111010110111001100011111100101111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07A6E; }

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

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

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

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

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

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

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

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