Shades of Tower Grey #A3AEA8
Tints of Tower Grey #A3AEA8
RGB
CMYK
RGB Variations
Color information
#A3AEA8 (or 0xA3AEA8) is known color: Tower Grey. HEX triplet: A3, AE and A8. RGB value is (163,174,168). Sum of RGB (Red+Green+Blue) = 163+174+168=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 168 (66.02% from 255 or 33.27% from 505); Max value from RGB is 174 - color contains mainly: green. Hex color #A3AEA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AEA8 is #5C5157. Grayscale: #AAAAAA. Windows color (decimal): -6050136 or 11054755. OLE color: 11054755.
HSL color Cylindrical-coordinate representation of color #A3AEA8: hue angle of 147.27º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A3AEA8 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 174 | 168 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.32 |
| HSL | 147.27º | 0.06% | 0.66% | - |
| HSV(B) | 147.27º | 0.06% | 0.68% | - |
| XYZ | 37.31 | 40.89 | 42.97 | - |
| YUV | 170.03 | 126.86 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 174 | 168 | 0.06 | 0 | 0.03 | 0.32 | 147.27 | 0.06 | 0.66 |
| Hex | A3 | AE | A8 | 6 | 0 | 3 | 20 | 93 | 6 | 42 |
| Octal | 243 | 256 | 250 | 6 | 0 | 3 | 40 | 223 | 6 | 102 |
| Binary | 10100011 | 10101110 | 10101000 | 110 | 0 | 11 | 100000 | 10010011 | 110 | 1000010 |
Color Harmonies of #A3AEA8
Complementary color
Monochromatic Colors of #A3AEA8
Black with #A3AEA8
Text Example
Text Example
White with #A3AEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AEA8; }
p { color: rgb(163,174,168); }
H1.HeaderClassName
{
color: #A3AEA8;
}
.AnyTagClassName
{
color: #A3AEA8;
}
</style>
background-color css
<style>
a { background-color: #A3AEA8; }
a { background-color: rgb(163,174,168); }
div.DivClassName
{
background-color: #A3AEA8;
}
.BgClassName
{
background-color: #A3AEA8;
}
</style>
border-color css
<style>
span { border-color: #A3AEA8; }
span { border-color: rgb(163,174,168); }
td.TdClassName
{
border-color: #A3AEA8;
}
.TagClassName
{
border-color: #A3AEA8;
}
</style>