#AB9999

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

Shades of Dusty Grey #AB9999

Tints of Dusty Grey #AB9999

Color information

#AB9999 (or 0xAB9999) is unknown color: approx Dusty Grey. HEX triplet: AB, 99 and 99. RGB value is (171,153,153). Sum of RGB (Red+Green+Blue) = 171+153+153=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9999 is #546666. Grayscale: #9E9E9E. Windows color (decimal): -5531239 or 10066347. OLE color: 10066347.

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

Color convert

RGB171153153-
CMYK00.110.110.33
HSL9.68%63.53%-
HSV(B)10.53%67.06%-
XYZ33.9433.7434.86-
YUV158.38124.96137-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.85%
GREEN value IS 153 (60.16% from 255) = 32.08%
BLUE value IS 153 (60.16% from 255) = 32.08%
R=35.85%
G=32.08%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115315300.110.110.3309.6863.53
HexAB99990BB210a40
Octal2532312310131341012100
Binary101010111001100110011001010111011100001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9999; }

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

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

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

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

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

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

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

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