#A07B6E

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

Shades of Hemp #A07B6E

Tints of Hemp #A07B6E

Color information

#A07B6E (or 0xA07B6E) is unknown color: approx Hemp. HEX triplet: A0, 7B and 6E. RGB value is (160,123,110). Sum of RGB (Red+Green+Blue) = 160+123+110=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07B6E is #5F8491. Grayscale: #848484. Windows color (decimal): -6259858 or 7240608. OLE color: 7240608.

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

Color convert

RGB160123110-
CMYK00.230.310.37
HSL15.6º20.83%52.94%-
HSV(B)15.6º31.25%62.75%-
XYZ24.3922.7717.86-
YUV132.58115.26147.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.71%
GREEN value IS 123 (48.44% from 255) = 31.30%
BLUE value IS 110 (43.36% from 255) = 27.99%
R=40.71%
G=31.30%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012311000.230.310.3715.620.8352.94
HexA07B6E0171F25101535
Octal2401731560273745202565
Binary1010000011110111101110010111111111001011000010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07B6E; }

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

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

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

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

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

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

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

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