#ac9555

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

Shades of Husk #AC9555

Tints of Husk #AC9555

Color information

#AC9555 (or 0xAC9555) is unknown color: approx Husk. HEX triplet: AC, 95 and 55. RGB value is (172,149,85). Sum of RGB (Red+Green+Blue) = 172+149+85=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9555 is #536AAA. Grayscale: #949494. Windows color (decimal): -5466795 or 5608876. OLE color: 5608876.

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

Color convert

RGB17214985-
CMYK00.130.510.33
HSL44.14º34.39%50.39%-
HSV(B)44.14º50.58%67.45%-
XYZ29.430.9213.01-
YUV148.5892.12144.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.36%
GREEN value IS 149 (58.59% from 255) = 36.70%
BLUE value IS 85 (33.59% from 255) = 20.94%
R=42.36%
G=36.70%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721498500.130.510.3344.1434.3950.39
HexAC95550D33212c2232
Octal2542251250156341544262
Binary1010110010010101101010101101110011100001101100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac9555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac9555; }

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

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

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

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

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

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

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

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