#AC9494

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

Shades of Dusty Grey #AC9494

Tints of Dusty Grey #AC9494

Color information

#AC9494 (or 0xAC9494) is unknown color: approx Dusty Grey. HEX triplet: AC, 94 and 94. RGB value is (172,148,148). Sum of RGB (Red+Green+Blue) = 172+148+148=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9494 is #536B6B. Grayscale: #9B9B9B. Windows color (decimal): -5466988 or 9737388. OLE color: 9737388.

HSL color Cylindrical-coordinate representation of color #AC9494: 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.14%. Process color model (Four color, CMYK) of #AC9494 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB172148148-
CMYK00.140.140.33
HSL12.63%62.75%-
HSV(B)13.95%67.45%-
XYZ32.9532.0932.47-
YUV155.18123.95140-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.75%
GREEN value IS 148 (58.20% from 255) = 31.62%
BLUE value IS 148 (58.20% from 255) = 31.62%
R=36.75%
G=31.62%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214814800.140.140.33012.6362.75
HexAC94940EE210d3f
Octal254224224016164101577
Binary10101100100101001001010001110111010000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9494; }

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

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

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

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

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

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

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

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