#AC9D9C

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

Shades of Dusty Grey #AC9D9C

Tints of Dusty Grey #AC9D9C

Color information

#AC9D9C (or 0xAC9D9C) is unknown color: approx Dusty Grey. HEX triplet: AC, 9D and 9C. RGB value is (172,157,156). Sum of RGB (Red+Green+Blue) = 172+157+156=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9D9C is #536263. Grayscale: #A1A1A1. Windows color (decimal): -5464676 or 10263980. OLE color: 10263980.

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

Color convert

RGB172157156-
CMYK00.090.090.33
HSL3.75º8.79%64.31%-
HSV(B)3.75º9.3%67.45%-
XYZ35.0735.2836.41-
YUV161.37124.97135.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.46%
GREEN value IS 157 (61.72% from 255) = 32.37%
BLUE value IS 156 (61.33% from 255) = 32.16%
R=35.46%
G=32.37%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215715600.090.090.333.758.7964.31
HexAC9D9C099214940
Octal2542352340111141411100
Binary10101100100111011001110001001100110000110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9D9C; }

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

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

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

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

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

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

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

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