#AC9747

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

Shades of Husk #AC9747

Tints of Husk #AC9747

Color information

#AC9747 (or 0xAC9747) is unknown color: approx Husk. HEX triplet: AC, 97 and 47. RGB value is (172,151,71). Sum of RGB (Red+Green+Blue) = 172+151+71=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 71 (28.12% from 255 or 18.02% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9747 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9747 is #5368B8. Grayscale: #949494. Windows color (decimal): -5466297 or 4691884. OLE color: 4691884.

HSL color Cylindrical-coordinate representation of color #AC9747: hue angle of 47.52º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC9747 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB17215171-
CMYK00.120.590.33
HSL47.52º41.56%47.65%-
HSV(B)47.52º58.72%67.45%-
XYZ29.2231.3610.47-
YUV148.1684.46145-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.65%
GREEN value IS 151 (59.38% from 255) = 38.32%
BLUE value IS 71 (28.12% from 255) = 18.02%
R=43.65%
G=38.32%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721517100.120.590.3347.5241.5647.65
HexAC97470C3B21302a30
Octal2542271070147341605260
Binary1010110010010111100011101100111011100001110000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9747; }

 p { color: rgb(172,151,71); }

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

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

 a { background-color: rgb(172,151,71); }

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

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

 span { border-color: rgb(172,151,71); }

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