#A48279

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

Shades of Hemp #A48279

Tints of Hemp #A48279

Color information

#A48279 (or 0xA48279) is unknown color: approx Hemp. HEX triplet: A4, 82 and 79. RGB value is (164,130,121). Sum of RGB (Red+Green+Blue) = 164+130+121=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 121 (47.66% from 255 or 29.16% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A48279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48279 is #5B7D86. Grayscale: #8B8B8B. Windows color (decimal): -5995911 or 7963300. OLE color: 7963300.

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

Color convert

RGB164130121-
CMYK00.210.260.36
HSL12.56º19.11%55.88%-
HSV(B)12.56º26.22%64.31%-
XYZ26.7425.2421.55-
YUV139.14117.76145.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.52%
GREEN value IS 130 (51.17% from 255) = 31.33%
BLUE value IS 121 (47.66% from 255) = 29.16%
R=39.52%
G=31.33%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413012100.210.260.3612.5619.1155.88
HexA482790151A24d1338
Octal2442021710253244152370
Binary1010010010000010111100101010111010100100110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48279; }

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

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

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

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

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

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

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

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