#A07E6E

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

Shades of Hemp #A07E6E

Tints of Hemp #A07E6E

Color information

#A07E6E (or 0xA07E6E) is unknown color: approx Hemp. HEX triplet: A0, 7E and 6E. RGB value is (160,126,110). Sum of RGB (Red+Green+Blue) = 160+126+110=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07E6E is #5F8191. Grayscale: #868686. Windows color (decimal): -6259090 or 7241376. OLE color: 7241376.

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

Color convert

RGB160126110-
CMYK00.210.310.37
HSL19.2º20.83%52.94%-
HSV(B)19.2º31.25%62.75%-
XYZ24.7723.5217.99-
YUV134.34114.26146.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.40%
GREEN value IS 126 (49.61% from 255) = 31.82%
BLUE value IS 110 (43.36% from 255) = 27.78%
R=40.40%
G=31.82%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012611000.210.310.3719.220.8352.94
HexA07E6E0151F25131535
Octal2401761560253745232565
Binary1010000011111101101110010101111111001011001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07E6E; }

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

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

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

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

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

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

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

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