#AC9796

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

Shades of Dusty Grey #AC9796

Tints of Dusty Grey #AC9796

Color information

#AC9796 (or 0xAC9796) is unknown color: approx Dusty Grey. HEX triplet: AC, 97 and 96. RGB value is (172,151,150). Sum of RGB (Red+Green+Blue) = 172+151+150=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9796 is #536869. Grayscale: #9D9D9D. Windows color (decimal): -5466218 or 9869228. OLE color: 9869228.

HSL color Cylindrical-coordinate representation of color #AC9796: hue angle of 2.73º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AC9796 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB172151150-
CMYK00.120.130.33
HSL2.73º11.7%63.14%-
HSV(B)2.73º12.79%67.45%-
XYZ33.5833.1133.47-
YUV157.16123.96138.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 151 (59.38% from 255) = 31.92%
BLUE value IS 150 (58.98% from 255) = 31.71%
R=36.36%
G=31.92%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215115000.120.130.332.7311.763.14
HexAC97960CD213c3f
Octal254227226014154131477
Binary101011001001011110010110011001101100001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9796; }

 p { color: rgb(172,151,150); }

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

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

 a { background-color: rgb(172,151,150); }

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

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

 span { border-color: rgb(172,151,150); }

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