#A48078

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

Shades of Hemp #A48078

Tints of Hemp #A48078

Color information

#A48078 (or 0xA48078) is unknown color: approx Hemp. HEX triplet: A4, 80 and 78. RGB value is (164,128,120). Sum of RGB (Red+Green+Blue) = 164+128+120=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A48078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48078 is #5B7F87. Grayscale: #898989. Windows color (decimal): -5996424 or 7897252. OLE color: 7897252.

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

Color convert

RGB164128120-
CMYK00.220.270.36
HSL10.91º19.47%55.69%-
HSV(B)10.91º26.83%64.31%-
XYZ26.4224.6921.14-
YUV137.85117.93146.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.81%
GREEN value IS 128 (50.39% from 255) = 31.07%
BLUE value IS 120 (47.27% from 255) = 29.13%
R=39.81%
G=31.07%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412812000.220.270.3610.9119.4755.69
HexA480780161B24b1338
Octal2442001700263344132370
Binary1010010010000000111100001011011011100100101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48078; }

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

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

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

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

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

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

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

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