#AB9C9C

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

Shades of Dusty Grey #AB9C9C

Tints of Dusty Grey #AB9C9C

Color information

#AB9C9C (or 0xAB9C9C) is unknown color: approx Dusty Grey. HEX triplet: AB, 9C and 9C. RGB value is (171,156,156). Sum of RGB (Red+Green+Blue) = 171+156+156=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9C9C is #546363. Grayscale: #A0A0A0. Windows color (decimal): -5530468 or 10263723. OLE color: 10263723.

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

Color convert

RGB171156156-
CMYK00.090.090.33
HSL8.2%64.12%-
HSV(B)8.77%67.06%-
XYZ34.6834.8436.35-
YUV160.48125.47135.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.40%
GREEN value IS 156 (61.33% from 255) = 32.30%
BLUE value IS 156 (61.33% from 255) = 32.30%
R=35.40%
G=32.30%
B=32.30%

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
Decimal17115615600.090.090.3308.264.12
HexAB9C9C099210840
Octal2532342340111141010100
Binary101010111001110010011100010011001100001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9C9C; }

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

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

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

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

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

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

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

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