#AC9594

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

Shades of Dusty Grey #AC9594

Tints of Dusty Grey #AC9594

Color information

#AC9594 (or 0xAC9594) is unknown color: approx Dusty Grey. HEX triplet: AC, 95 and 94. RGB value is (172,149,148). Sum of RGB (Red+Green+Blue) = 172+149+148=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9594 is #536A6B. Grayscale: #9B9B9B. Windows color (decimal): -5466732 or 9737644. OLE color: 9737644.

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

Color convert

RGB172149148-
CMYK00.130.140.33
HSL2.5º12.63%62.75%-
HSV(B)2.5º13.95%67.45%-
XYZ33.1132.432.53-
YUV155.76123.62139.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.67%
GREEN value IS 149 (58.59% from 255) = 31.77%
BLUE value IS 148 (58.20% from 255) = 31.56%
R=36.67%
G=31.77%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214914800.130.140.332.512.6362.75
HexAC95940DE213d3f
Octal254225224015164131577
Binary101011001001010110010100011011110100001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9594; }

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

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

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

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

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

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

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

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