Shades of Tower Grey #A4AFA8
Tints of Tower Grey #A4AFA8
RGB
CMYK
RGB Variations
Color information
#A4AFA8 (or 0xA4AFA8) is known color: Tower Grey. HEX triplet: A4, AF and A8. RGB value is (164,175,168). Sum of RGB (Red+Green+Blue) = 164+175+168=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AFA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AFA8 is #5B5057. Grayscale: #AAAAAA. Windows color (decimal): -5984344 or 11055012. OLE color: 11055012.
HSL color Cylindrical-coordinate representation of color #A4AFA8: hue angle of 141.82º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A4AFA8 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 175 | 168 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.31 |
| HSL | 141.82º | 0.06% | 0.66% | - |
| HSV(B) | 141.82º | 0.06% | 0.69% | - |
| XYZ | 37.71 | 41.38 | 43.05 | - |
| YUV | 170.91 | 126.36 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 175 | 168 | 0.06 | 0 | 0.04 | 0.31 | 141.82 | 0.06 | 0.66 |
| Hex | A4 | AF | A8 | 6 | 0 | 4 | 1F | 8E | 6 | 42 |
| Octal | 244 | 257 | 250 | 6 | 0 | 4 | 37 | 216 | 6 | 102 |
| Binary | 10100100 | 10101111 | 10101000 | 110 | 0 | 100 | 11111 | 10001110 | 110 | 1000010 |
Color Harmonies of #A4AFA8
Complementary color
Monochromatic Colors of #A4AFA8
Black with #A4AFA8
Text Example
Text Example
White with #A4AFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AFA8; }
p { color: rgb(164,175,168); }
H1.HeaderClassName
{
color: #A4AFA8;
}
.AnyTagClassName
{
color: #A4AFA8;
}
</style>
background-color css
<style>
a { background-color: #A4AFA8; }
a { background-color: rgb(164,175,168); }
div.DivClassName
{
background-color: #A4AFA8;
}
.BgClassName
{
background-color: #A4AFA8;
}
</style>
border-color css
<style>
span { border-color: #A4AFA8; }
span { border-color: rgb(164,175,168); }
td.TdClassName
{
border-color: #A4AFA8;
}
.TagClassName
{
border-color: #A4AFA8;
}
</style>