#AC9453

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

Shades of Husk #AC9453

Tints of Husk #AC9453

Color information

#AC9453 (or 0xAC9453) is unknown color: approx Husk. HEX triplet: AC, 94 and 53. RGB value is (172,148,83). Sum of RGB (Red+Green+Blue) = 172+148+83=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 83 (32.81% from 255 or 20.60% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9453 is #536BAC. Grayscale: #949494. Windows color (decimal): -5467053 or 5477548. OLE color: 5477548.

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

Color convert

RGB17214883-
CMYK00.140.520.33
HSL43.82º34.9%50%-
HSV(B)43.82º51.74%67.45%-
XYZ29.1630.5812.55-
YUV147.7791.45145.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.68%
GREEN value IS 148 (58.20% from 255) = 36.72%
BLUE value IS 83 (32.81% from 255) = 20.60%
R=42.68%
G=36.72%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721488300.140.520.3343.8234.950
HexAC94530E34212c2332
Octal2542241230166441544362
Binary1010110010010100101001101110110100100001101100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9453; }

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

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

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

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

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

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

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

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