#A48070

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

Shades of Hemp #A48070

Tints of Hemp #A48070

Color information

#A48070 (or 0xA48070) is unknown color: approx Hemp. HEX triplet: A4, 80 and 70. RGB value is (164,128,112). Sum of RGB (Red+Green+Blue) = 164+128+112=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A48070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48070 is #5B7F8F. Grayscale: #898989. Windows color (decimal): -5996432 or 7372964. OLE color: 7372964.

HSL color Cylindrical-coordinate representation of color #A48070: hue angle of 18.46º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A48070 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB164128112-
CMYK00.220.320.36
HSL18.46º22.22%54.12%-
HSV(B)18.46º31.71%64.31%-
XYZ25.9524.518.69-
YUV136.94113.93147.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.59%
GREEN value IS 128 (50.39% from 255) = 31.68%
BLUE value IS 112 (44.14% from 255) = 27.72%
R=40.59%
G=31.68%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412811200.220.320.3618.4622.2254.12
HexA480700162024121636
Octal2442001600264044222666
Binary101001001000000011100000101101000001001001001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48070; }

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

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

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

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

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

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

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

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