Shades of Dark Gray #ABA4A3
Tints of Dark Gray #ABA4A3
RGB
CMYK
RGB Variations
Color information
#ABA4A3 (or 0xABA4A3) is known color: Dark Gray. HEX triplet: AB, A4 and A3. RGB value is (171,164,163). Sum of RGB (Red+Green+Blue) = 171+164+163=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 164 (64.45% from 255 or 32.93% from 498); Blue value is 163 (64.06% from 255 or 32.73% from 498); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA4A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA4A3 is #545B5C. Grayscale: #A5A5A5. Windows color (decimal): -5528413 or 10724523. OLE color: 10724523.
HSL color Cylindrical-coordinate representation of color #ABA4A3: hue angle of 7.5º degrees, saturation: 0.05, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ABA4A3 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 163 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.33 |
| HSL | 7.5º | 0.05% | 0.65% | - |
| HSV(B) | 7.5º | 0.05% | 0.67% | - |
| XYZ | 36.68 | 37.85 | 40.02 | - |
| YUV | 165.98 | 126.32 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 163 | 0 | 0.04 | 0.05 | 0.33 | 7.5 | 0.05 | 0.65 |
| Hex | AB | A4 | A3 | 0 | 4 | 5 | 21 | 8 | 5 | 41 |
| Octal | 253 | 244 | 243 | 0 | 4 | 5 | 41 | 10 | 5 | 101 |
| Binary | 10101011 | 10100100 | 10100011 | 0 | 100 | 101 | 100001 | 1000 | 101 | 1000001 |
Color Harmonies of #ABA4A3
Complementary color
Monochromatic Colors of #ABA4A3
Black with #ABA4A3
Text Example
Text Example
White with #ABA4A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA4A3; }
p { color: rgb(171,164,163); }
H1.HeaderClassName
{
color: #ABA4A3;
}
.AnyTagClassName
{
color: #ABA4A3;
}
</style>
background-color css
<style>
a { background-color: #ABA4A3; }
a { background-color: rgb(171,164,163); }
div.DivClassName
{
background-color: #ABA4A3;
}
.BgClassName
{
background-color: #ABA4A3;
}
</style>
border-color css
<style>
span { border-color: #ABA4A3; }
span { border-color: rgb(171,164,163); }
td.TdClassName
{
border-color: #ABA4A3;
}
.TagClassName
{
border-color: #ABA4A3;
}
</style>