#AC9393

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

Shades of Dusty Grey #AC9393

Tints of Dusty Grey #AC9393

Color information

#AC9393 (or 0xAC9393) is unknown color: approx Dusty Grey. HEX triplet: AC, 93 and 93. RGB value is (172,147,147). Sum of RGB (Red+Green+Blue) = 172+147+147=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9393 is #536C6C. Grayscale: #9A9A9A. Windows color (decimal): -5467245 or 9671596. OLE color: 9671596.

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

Color convert

RGB172147147-
CMYK00.150.150.33
HSL13.09%62.55%-
HSV(B)14.53%67.45%-
XYZ32.7131.7432.01-
YUV154.48123.78140.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 147 (57.81% from 255) = 31.55%
BLUE value IS 147 (57.81% from 255) = 31.55%
R=36.91%
G=31.55%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214714700.150.150.33013.0962.55
HexAC93930FF210d3f
Octal254223223017174101577
Binary10101100100100111001001101111111110000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9393; }

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

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

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

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

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

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

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

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