#AC9745

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

Shades of Husk #AC9745

Tints of Husk #AC9745

Color information

#AC9745 (or 0xAC9745) is unknown color: approx Husk. HEX triplet: AC, 97 and 45. RGB value is (172,151,69). Sum of RGB (Red+Green+Blue) = 172+151+69=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9745 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9745 is #5368BA. Grayscale: #949494. Windows color (decimal): -5466299 or 4560812. OLE color: 4560812.

HSL color Cylindrical-coordinate representation of color #AC9745: hue angle of 47.77º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC9745 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB17215169-
CMYK00.120.600.33
HSL47.77º42.74%47.25%-
HSV(B)47.77º59.88%67.45%-
XYZ29.1531.3310.14-
YUV147.9383.46145.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.88%
GREEN value IS 151 (59.38% from 255) = 38.52%
BLUE value IS 69 (27.34% from 255) = 17.60%
R=43.88%
G=38.52%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721516900.120.600.3347.7742.7447.25
HexAC97450C3C21302b2f
Octal2542271050147441605357
Binary1010110010010111100010101100111100100001110000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9745; }

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

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

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

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

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

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

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

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