#AC9951

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

Shades of Husk #AC9951

Tints of Husk #AC9951

Color information

#AC9951 (or 0xAC9951) is unknown color: approx Husk. HEX triplet: AC, 99 and 51. RGB value is (172,153,81). Sum of RGB (Red+Green+Blue) = 172+153+81=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 81 (32.03% from 255 or 19.95% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9951 is #5366AE. Grayscale: #969696. Windows color (decimal): -5465775 or 5347756. OLE color: 5347756.

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

Color convert

RGB17215381-
CMYK00.110.530.33
HSL47.47º35.97%49.61%-
HSV(B)47.47º52.91%67.45%-
XYZ29.8932.1512.41-
YUV150.4788.79143.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.36%
GREEN value IS 153 (60.16% from 255) = 37.68%
BLUE value IS 81 (32.03% from 255) = 19.95%
R=42.36%
G=37.68%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721538100.110.530.3347.4735.9749.61
HexAC99510B35212f2432
Octal2542311210136541574462
Binary1010110010011001101000101011110101100001101111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9951; }

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

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

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

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

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

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

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

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