#AB9D9B

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

Shades of Dusty Grey #AB9D9B

Tints of Dusty Grey #AB9D9B

Color information

#AB9D9B (or 0xAB9D9B) is unknown color: approx Dusty Grey. HEX triplet: AB, 9D and 9B. RGB value is (171,157,155). Sum of RGB (Red+Green+Blue) = 171+157+155=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9D9B is #546264. Grayscale: #A0A0A0. Windows color (decimal): -5530213 or 10198443. OLE color: 10198443.

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

Color convert

RGB171157155-
CMYK00.080.090.33
HSL7.5º8.7%63.92%-
HSV(B)7.5º9.36%67.06%-
XYZ34.7735.1435.96-
YUV160.96124.64135.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.40%
GREEN value IS 157 (61.72% from 255) = 32.51%
BLUE value IS 155 (60.94% from 255) = 32.09%
R=35.40%
G=32.51%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115715500.080.090.337.58.763.92
HexAB9D9B089218940
Octal25323523301011411011100
Binary101010111001110110011011010001001100001100010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9D9B; }

 p { color: rgb(171,157,155); }

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

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

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

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

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

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

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