#A47D72

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

Shades of Hemp #A47D72

Tints of Hemp #A47D72

Color information

#A47D72 (or 0xA47D72) is unknown color: approx Hemp. HEX triplet: A4, 7D and 72. RGB value is (164,125,114). Sum of RGB (Red+Green+Blue) = 164+125+114=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47D72 is #5B828D. Grayscale: #878787. Windows color (decimal): -5997198 or 7503268. OLE color: 7503268.

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

Color convert

RGB164125114-
CMYK00.240.300.36
HSL13.2º21.55%54.51%-
HSV(B)13.2º30.49%64.31%-
XYZ25.6823.7719.16-
YUV135.41115.92148.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.69%
GREEN value IS 125 (49.22% from 255) = 31.02%
BLUE value IS 114 (44.92% from 255) = 28.29%
R=40.69%
G=31.02%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412511400.240.300.3613.221.5554.51
HexA47D720181E24d1637
Octal2441751620303644152667
Binary101001001111101111001001100011110100100110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47D72; }

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

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

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

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

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

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

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

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