#A47E76

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

Shades of Hemp #A47E76

Tints of Hemp #A47E76

Color information

#A47E76 (or 0xA47E76) is unknown color: approx Hemp. HEX triplet: A4, 7E and 76. RGB value is (164,126,118). Sum of RGB (Red+Green+Blue) = 164+126+118=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47E76 is #5B8189. Grayscale: #888888. Windows color (decimal): -5996938 or 7765668. OLE color: 7765668.

HSL color Cylindrical-coordinate representation of color #A47E76: hue angle of 10.43º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A47E76 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB164126118-
CMYK00.230.280.36
HSL10.43º20.18%55.29%-
HSV(B)10.43º28.05%64.31%-
XYZ26.0424.1220.42-
YUV136.45117.59147.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.20%
GREEN value IS 126 (49.61% from 255) = 30.88%
BLUE value IS 118 (46.48% from 255) = 28.92%
R=40.20%
G=30.88%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412611800.230.280.3610.4320.1855.29
HexA47E760171C24a1437
Octal2441761660273444122467
Binary101001001111110111011001011111100100100101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47E76; }

 p { color: rgb(164,126,118); }

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

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

 a { background-color: rgb(164,126,118); }

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

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

 span { border-color: rgb(164,126,118); }

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