#A47972

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

Shades of Hemp #A47972

Tints of Hemp #A47972

Color information

#A47972 (or 0xA47972) is unknown color: approx Hemp. HEX triplet: A4, 79 and 72. RGB value is (164,121,114). Sum of RGB (Red+Green+Blue) = 164+121+114=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A47972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47972 is #5B868D. Grayscale: #858585. Windows color (decimal): -5998222 or 7502244. OLE color: 7502244.

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

Color convert

RGB164121114-
CMYK00.260.300.36
HSL8.4º21.55%54.51%-
HSV(B)8.4º30.49%64.31%-
XYZ25.1822.7818.99-
YUV133.06117.25150.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.10%
GREEN value IS 121 (47.66% from 255) = 30.33%
BLUE value IS 114 (44.92% from 255) = 28.57%
R=41.10%
G=30.33%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412111400.260.300.368.421.5554.51
HexA4797201A1E2481637
Octal2441711620323644102667
Binary101001001111001111001001101011110100100100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47972; }

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

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

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

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

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

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

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

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