#A47A72

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

Shades of Hemp #A47A72

Tints of Hemp #A47A72

Color information

#A47A72 (or 0xA47A72) is unknown color: approx Hemp. HEX triplet: A4, 7A and 72. RGB value is (164,122,114). Sum of RGB (Red+Green+Blue) = 164+122+114=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47A72 is #5B858D. Grayscale: #858585. Windows color (decimal): -5997966 or 7502500. OLE color: 7502500.

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

Color convert

RGB164122114-
CMYK00.260.300.36
HSL9.6º21.55%54.51%-
HSV(B)9.6º30.49%64.31%-
XYZ25.3123.0319.03-
YUV133.65116.91149.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41%
GREEN value IS 122 (48.05% from 255) = 30.5%
BLUE value IS 114 (44.92% from 255) = 28.5%
R=41%
G=30.5%
B=28.5%

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
Decimal16412211400.260.300.369.621.5554.51
HexA47A7201A1E24a1637
Octal2441721620323644122667
Binary101001001111010111001001101011110100100101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47A72; }

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

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

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

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

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

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

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

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