#AC9353

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

Shades of Husk #AC9353

Tints of Husk #AC9353

Color information

#AC9353 (or 0xAC9353) is unknown color: approx Husk. HEX triplet: AC, 93 and 53. RGB value is (172,147,83). Sum of RGB (Red+Green+Blue) = 172+147+83=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9353 is #536CAC. Grayscale: #939393. Windows color (decimal): -5467309 or 5477292. OLE color: 5477292.

HSL color Cylindrical-coordinate representation of color #AC9353: hue angle of 43.15º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC9353 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB17214783-
CMYK00.150.520.33
HSL43.15º34.9%50%-
HSV(B)43.15º51.74%67.45%-
XYZ29.0130.2612.5-
YUV147.1891.78145.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.79%
GREEN value IS 147 (57.81% from 255) = 36.57%
BLUE value IS 83 (32.81% from 255) = 20.65%
R=42.79%
G=36.57%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721478300.150.520.3343.1534.950
HexAC93530F34212b2332
Octal2542231230176441534362
Binary1010110010010011101001101111110100100001101011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9353; }

 p { color: rgb(172,147,83); }

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

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

 a { background-color: rgb(172,147,83); }

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

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

 span { border-color: rgb(172,147,83); }

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