Shades of Dusty Grey #AB9C9B
Tints of Dusty Grey #AB9C9B
RGB
CMYK
RGB Variations
Color information
#AB9C9B (or 0xAB9C9B) is known color: 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
| RGB | 171 | 156 | 155 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.33 |
| HSL | 3.75º | 0.09% | 0.64% | - |
| HSV(B) | 3.75º | 0.09% | 0.67% | - |
| XYZ | 34.6 | 34.8 | 35.9 | - |
| YUV | 160.37 | 124.97 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 155 | 0 | 0.09 | 0.09 | 0.33 | 3.75 | 0.09 | 0.64 |
| Hex | AB | 9C | 9B | 0 | 9 | 9 | 21 | 4 | 9 | 40 |
| Octal | 253 | 234 | 233 | 0 | 11 | 11 | 41 | 4 | 11 | 100 |
| Binary | 10101011 | 10011100 | 10011011 | 0 | 1001 | 1001 | 100001 | 100 | 1001 | 1000000 |
Color Harmonies of #AB9C9B
Complementary color
Monochromatic Colors of #AB9C9B
Black with #AB9C9B
Text Example
Text Example
White with #AB9C9B
Text Example
Text Example
HTML Codes & Css Web 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>