#AC9953

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

Shades of Husk #AC9953

Tints of Husk #AC9953

Color information

#AC9953 (or 0xAC9953) is unknown color: approx Husk. HEX triplet: AC, 99 and 53. RGB value is (172,153,83). Sum of RGB (Red+Green+Blue) = 172+153+83=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 83 (32.81% from 255 or 20.34% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9953 is #5366AC. Grayscale: #979797. Windows color (decimal): -5465773 or 5478828. OLE color: 5478828.

HSL color Cylindrical-coordinate representation of color #AC9953: hue angle of 47.19º 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 #AC9953 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB17215383-
CMYK00.110.520.33
HSL47.19º34.9%50%-
HSV(B)47.19º51.74%67.45%-
XYZ29.9732.1812.82-
YUV150.789.79143.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.16%
GREEN value IS 153 (60.16% from 255) = 37.5%
BLUE value IS 83 (32.81% from 255) = 20.34%
R=42.16%
G=37.5%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721538300.110.520.3347.1934.950
HexAC99530B34212f2332
Octal2542311230136441574362
Binary1010110010011001101001101011110100100001101111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9953; }

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

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

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

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

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

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

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

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