#A48076

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

Shades of Hemp #A48076

Tints of Hemp #A48076

Color information

#A48076 (or 0xA48076) is unknown color: approx Hemp. HEX triplet: A4, 80 and 76. RGB value is (164,128,118). Sum of RGB (Red+Green+Blue) = 164+128+118=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A48076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48076 is #5B7F89. Grayscale: #898989. Windows color (decimal): -5996426 or 7766180. OLE color: 7766180.

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

Color convert

RGB164128118-
CMYK00.220.280.36
HSL13.04º20.18%55.29%-
HSV(B)13.04º28.05%64.31%-
XYZ26.324.6420.51-
YUV137.62116.93146.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40%
GREEN value IS 128 (50.39% from 255) = 31.22%
BLUE value IS 118 (46.48% from 255) = 28.78%
R=40%
G=31.22%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412811800.220.280.3613.0420.1855.29
HexA480760161C24d1437
Octal2442001660263444152467
Binary1010010010000000111011001011011100100100110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48076; }

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

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

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

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

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

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

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

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