#A48278

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

Shades of Hemp #A48278

Tints of Hemp #A48278

Color information

#A48278 (or 0xA48278) is unknown color: approx Hemp. HEX triplet: A4, 82 and 78. RGB value is (164,130,120). Sum of RGB (Red+Green+Blue) = 164+130+120=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 164 - color contains mainly: red. Hex color #A48278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48278 is #5B7D87. Grayscale: #8B8B8B. Windows color (decimal): -5995912 or 7897764. OLE color: 7897764.

HSL color Cylindrical-coordinate representation of color #A48278: hue angle of 13.64º 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 #A48278 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB164130120-
CMYK00.210.270.36
HSL13.64º19.47%55.69%-
HSV(B)13.64º26.83%64.31%-
XYZ26.6825.2121.23-
YUV139.03117.26145.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.61%
GREEN value IS 130 (51.17% from 255) = 31.40%
BLUE value IS 120 (47.27% from 255) = 28.99%
R=39.61%
G=31.40%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413012000.210.270.3613.6419.4755.69
HexA482780151B24e1338
Octal2442021700253344162370
Binary1010010010000010111100001010111011100100111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48278; }

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

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

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

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

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

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

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

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