Shades of Dark Gray #ABA5A5
Tints of Dark Gray #ABA5A5
RGB
CMYK
RGB Variations
Color information
#ABA5A5 (or 0xABA5A5) is known color: Dark Gray. HEX triplet: AB, A5 and A5. RGB value is (171,165,165). Sum of RGB (Red+Green+Blue) = 171+165+165=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 165 (64.84% from 255 or 32.93% from 501); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA5A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA5A5 is #545A5A. Grayscale: #A6A6A6. Windows color (decimal): -5528155 or 10855851. OLE color: 10855851.
HSL color Cylindrical-coordinate representation of color #ABA5A5: hue angle of 0º degrees, saturation: 0.03, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ABA5A5 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 165 | 165 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.33 |
| HSL | 0º | 0.03% | 0.66% | - |
| HSV(B) | 0º | 0.04% | 0.67% | - |
| XYZ | 37.04 | 38.28 | 41.03 | - |
| YUV | 166.79 | 126.99 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 165 | 0 | 0.04 | 0.04 | 0.33 | 0 | 0.03 | 0.66 |
| Hex | AB | A5 | A5 | 0 | 4 | 4 | 21 | 0 | 3 | 42 |
| Octal | 253 | 245 | 245 | 0 | 4 | 4 | 41 | 0 | 3 | 102 |
| Binary | 10101011 | 10100101 | 10100101 | 0 | 100 | 100 | 100001 | 0 | 11 | 1000010 |
Color Harmonies of #ABA5A5
Complementary color
Monochromatic Colors of #ABA5A5
Black with #ABA5A5
Text Example
Text Example
White with #ABA5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA5A5; }
p { color: rgb(171,165,165); }
H1.HeaderClassName
{
color: #ABA5A5;
}
.AnyTagClassName
{
color: #ABA5A5;
}
</style>
background-color css
<style>
a { background-color: #ABA5A5; }
a { background-color: rgb(171,165,165); }
div.DivClassName
{
background-color: #ABA5A5;
}
.BgClassName
{
background-color: #ABA5A5;
}
</style>
border-color css
<style>
span { border-color: #ABA5A5; }
span { border-color: rgb(171,165,165); }
td.TdClassName
{
border-color: #ABA5A5;
}
.TagClassName
{
border-color: #ABA5A5;
}
</style>