#AC9955

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

Shades of Husk #AC9955

Tints of Husk #AC9955

Color information

#AC9955 (or 0xAC9955) is unknown color: approx Husk. HEX triplet: AC, 99 and 55. RGB value is (172,153,85). Sum of RGB (Red+Green+Blue) = 172+153+85=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9955 is #5366AA. Grayscale: #979797. Windows color (decimal): -5465771 or 5609900. OLE color: 5609900.

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

Color convert

RGB17215385-
CMYK00.110.510.33
HSL46.9º34.39%50.39%-
HSV(B)46.9º50.58%67.45%-
XYZ30.0432.2113.23-
YUV150.9390.79143.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.95%
GREEN value IS 153 (60.16% from 255) = 37.32%
BLUE value IS 85 (33.59% from 255) = 20.73%
R=41.95%
G=37.32%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721538500.110.510.3346.934.3950.39
HexAC99550B33212f2232
Octal2542311250136341574262
Binary1010110010011001101010101011110011100001101111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9955; }

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

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

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

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

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

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

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

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