#AB9494

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

Shades of Dusty Grey #AB9494

Tints of Dusty Grey #AB9494

Color information

#AB9494 (or 0xAB9494) is unknown color: approx Dusty Grey. HEX triplet: AB, 94 and 94. RGB value is (171,148,148). Sum of RGB (Red+Green+Blue) = 171+148+148=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9494 is #546B6B. Grayscale: #9A9A9A. Windows color (decimal): -5532524 or 9737387. OLE color: 9737387.

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

Color convert

RGB171148148-
CMYK00.130.130.33
HSL12.04%62.55%-
HSV(B)13.45%67.06%-
XYZ32.7331.9832.46-
YUV154.88124.12139.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.62%
GREEN value IS 148 (58.20% from 255) = 31.69%
BLUE value IS 148 (58.20% from 255) = 31.69%
R=36.62%
G=31.69%
B=31.69%

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
Decimal17114814800.130.130.33012.0462.55
HexAB94940DD210c3f
Octal253224224015154101477
Binary10101011100101001001010001101110110000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9494; }

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

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

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

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

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

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

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

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