#AC9C9B

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

Shades of Dusty Grey #AC9C9B

Tints of Dusty Grey #AC9C9B

Color information

#AC9C9B (or 0xAC9C9B) is unknown color: approx Dusty Grey. HEX triplet: AC, 9C and 9B. RGB value is (172,156,155). Sum of RGB (Red+Green+Blue) = 172+156+155=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9C9B is #536364. Grayscale: #A0A0A0. Windows color (decimal): -5464933 or 10198188. OLE color: 10198188.

HSL color Cylindrical-coordinate representation of color #AC9C9B: hue angle of 3.53º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AC9C9B is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB172156155-
CMYK00.090.100.33
HSL3.53º9.29%64.12%-
HSV(B)3.53º9.88%67.45%-
XYZ34.8234.9135.91-
YUV160.67124.8136.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.61%
GREEN value IS 156 (61.33% from 255) = 32.30%
BLUE value IS 155 (60.94% from 255) = 32.09%
R=35.61%
G=32.30%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215615500.090.100.333.539.2964.12
HexAC9C9B09A214940
Octal2542342330111241411100
Binary10101100100111001001101101001101010000110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9C9B; }

 p { color: rgb(172,156,155); }

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

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

 a { background-color: rgb(172,156,155); }

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

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

 span { border-color: rgb(172,156,155); }

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