#AB9997

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

Shades of Dusty Grey #AB9997

Tints of Dusty Grey #AB9997

Color information

#AB9997 (or 0xAB9997) is unknown color: approx Dusty Grey. HEX triplet: AB, 99 and 97. RGB value is (171,153,151). Sum of RGB (Red+Green+Blue) = 171+153+151=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9997 is #546668. Grayscale: #9E9E9E. Windows color (decimal): -5531241 or 9935275. OLE color: 9935275.

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

Color convert

RGB171153151-
CMYK00.110.120.33
HSL10.64%63.14%-
HSV(B)11.7%67.06%-
XYZ33.7733.6734-
YUV158.15123.96137.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36%
GREEN value IS 153 (60.16% from 255) = 32.21%
BLUE value IS 151 (59.38% from 255) = 31.79%
R=36%
G=32.21%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115315100.110.120.33610.6463.14
HexAB99970BC216b3f
Octal253231227013144161377
Binary1010101110011001100101110101111001000011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9997; }

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

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

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

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

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

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

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

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