#AC9595

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

Shades of Dusty Grey #AC9595

Tints of Dusty Grey #AC9595

Color information

#AC9595 (or 0xAC9595) is unknown color: approx Dusty Grey. HEX triplet: AC, 95 and 95. RGB value is (172,149,149). Sum of RGB (Red+Green+Blue) = 172+149+149=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9595 is #536A6A. Grayscale: #9B9B9B. Windows color (decimal): -5466731 or 9803180. OLE color: 9803180.

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

Color convert

RGB172149149-
CMYK00.130.130.33
HSL12.17%62.94%-
HSV(B)13.37%67.45%-
XYZ33.1932.4432.95-
YUV155.88124.12139.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 149 (58.59% from 255) = 31.70%
BLUE value IS 149 (58.59% from 255) = 31.70%
R=36.60%
G=31.70%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214914900.130.130.33012.1762.94
HexAC95950DD210c3f
Octal254225225015154101477
Binary10101100100101011001010101101110110000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9595; }

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

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

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

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

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

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

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

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