#AC9695

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

Shades of Dusty Grey #AC9695

Tints of Dusty Grey #AC9695

Color information

#AC9695 (or 0xAC9695) is unknown color: approx Dusty Grey. HEX triplet: AC, 96 and 95. RGB value is (172,150,149). Sum of RGB (Red+Green+Blue) = 172+150+149=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9695 is #53696A. Grayscale: #9C9C9C. Windows color (decimal): -5466475 or 9803436. OLE color: 9803436.

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

Color convert

RGB172150149-
CMYK00.130.130.33
HSL2.61º12.17%62.94%-
HSV(B)2.61º13.37%67.45%-
XYZ33.3432.7533-
YUV156.46123.79139.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.52%
GREEN value IS 150 (58.98% from 255) = 31.85%
BLUE value IS 149 (58.59% from 255) = 31.63%
R=36.52%
G=31.85%
B=31.63%

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
Decimal17215014900.130.130.332.6112.1762.94
HexAC96950DD213c3f
Octal254226225015154131477
Binary101011001001011010010101011011101100001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9695; }

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

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

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

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

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

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

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

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