#A78070

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

Shades of Hemp #A78070

Tints of Hemp #A78070

Color information

#A78070 (or 0xA78070) is unknown color: approx Hemp. HEX triplet: A7, 80 and 70. RGB value is (167,128,112). Sum of RGB (Red+Green+Blue) = 167+128+112=407 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.03% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 167 - color contains mainly: red. Hex color #A78070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78070 is #587F8F. Grayscale: #898989. Windows color (decimal): -5799824 or 7372967. OLE color: 7372967.

HSL color Cylindrical-coordinate representation of color #A78070: hue angle of 17.45º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A78070 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB167128112-
CMYK00.230.330.35
HSL17.45º23.81%54.71%-
HSV(B)17.45º32.93%65.49%-
XYZ26.5824.8218.72-
YUV137.84113.42148.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.03%
GREEN value IS 128 (50.39% from 255) = 31.45%
BLUE value IS 112 (44.14% from 255) = 27.52%
R=41.03%
G=31.45%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712811200.230.330.3517.4523.8154.71
HexA780700172123111837
Octal2472001600274143213067
Binary101001111000000011100000101111000011000111000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78070; }

 p { color: rgb(167,128,112); }

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

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

 a { background-color: rgb(167,128,112); }

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

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

 span { border-color: rgb(167,128,112); }

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