#A48272

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

Shades of Hemp #A48272

Tints of Hemp #A48272

Color information

#A48272 (or 0xA48272) is unknown color: approx Hemp. HEX triplet: A4, 82 and 72. RGB value is (164,130,114). Sum of RGB (Red+Green+Blue) = 164+130+114=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A48272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48272 is #5B7D8D. Grayscale: #8A8A8A. Windows color (decimal): -5995918 or 7504548. OLE color: 7504548.

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

Color convert

RGB164130114-
CMYK00.210.300.36
HSL19.2º21.55%54.51%-
HSV(B)19.2º30.49%64.31%-
XYZ26.3325.0719.37-
YUV138.34114.26146.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.20%
GREEN value IS 130 (51.17% from 255) = 31.86%
BLUE value IS 114 (44.92% from 255) = 27.94%
R=40.20%
G=31.86%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413011400.210.300.3619.221.5554.51
HexA482720151E24131637
Octal2442021620253644232667
Binary10100100100000101110010010101111101001001001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48272; }

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

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

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

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

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

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

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

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