#AB9C9B

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

Shades of Dusty Grey #AB9C9B

Tints of Dusty Grey #AB9C9B

Color information

#AB9C9B (or 0xAB9C9B) is unknown color: approx Dusty Grey. HEX triplet: AB, 9C and 9B. RGB value is (171,156,155). Sum of RGB (Red+Green+Blue) = 171+156+155=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9C9B is #546364. Grayscale: #A0A0A0. Windows color (decimal): -5530469 or 10198187. OLE color: 10198187.

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

Color convert

RGB171156155-
CMYK00.090.090.33
HSL3.75º8.7%63.92%-
HSV(B)3.75º9.36%67.06%-
XYZ34.634.835.9-
YUV160.37124.97135.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.48%
GREEN value IS 156 (61.33% from 255) = 32.37%
BLUE value IS 155 (60.94% from 255) = 32.16%
R=35.48%
G=32.37%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115615500.090.090.333.758.763.92
HexAB9C9B099214940
Octal2532342330111141411100
Binary10101011100111001001101101001100110000110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9C9B; }

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

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

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

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

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

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

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

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