#A47A73

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

Shades of Hemp #A47A73

Tints of Hemp #A47A73

Color information

#A47A73 (or 0xA47A73) is unknown color: approx Hemp. HEX triplet: A4, 7A and 73. RGB value is (164,122,115). Sum of RGB (Red+Green+Blue) = 164+122+115=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47A73 is #5B858C. Grayscale: #858585. Windows color (decimal): -5997965 or 7568036. OLE color: 7568036.

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

Color convert

RGB164122115-
CMYK00.260.300.36
HSL8.57º21.21%54.71%-
HSV(B)8.57º29.88%64.31%-
XYZ25.3623.0519.33-
YUV133.76117.41149.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 122 (48.05% from 255) = 30.42%
BLUE value IS 115 (45.31% from 255) = 28.68%
R=40.90%
G=30.42%
B=28.68%

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
Decimal16412211500.260.300.368.5721.2154.71
HexA47A7301A1E2491537
Octal2441721630323644112567
Binary101001001111010111001101101011110100100100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47A73; }

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

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

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

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

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

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

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

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