Shades of Tower Grey #95AAA1
Tints of Tower Grey #95AAA1
RGB
CMYK
RGB Variations
Color information
#95AAA1 (or 0x95AAA1) is known color: Tower Grey. HEX triplet: 95, AA and A1. RGB value is (149,170,161). Sum of RGB (Red+Green+Blue) = 149+170+161=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 170 - color contains mainly: green. Hex color #95AAA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AAA1 is #6A555E. Grayscale: #A2A2A2. Windows color (decimal): -6968671 or 10594965. OLE color: 10594965.
HSL color Cylindrical-coordinate representation of color #95AAA1: hue angle of 154.29º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #95AAA1 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 170 | 161 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.33 |
| HSL | 154.29º | 0.11% | 0.63% | - |
| HSV(B) | 154.29º | 0.12% | 0.67% | - |
| XYZ | 33.2 | 37.71 | 39.25 | - |
| YUV | 162.7 | 127.04 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 170 | 161 | 0.12 | 0 | 0.05 | 0.33 | 154.29 | 0.11 | 0.63 |
| Hex | 95 | AA | A1 | C | 0 | 5 | 21 | 9A | B | 3F |
| Octal | 225 | 252 | 241 | 14 | 0 | 5 | 41 | 232 | 13 | 77 |
| Binary | 10010101 | 10101010 | 10100001 | 1100 | 0 | 101 | 100001 | 10011010 | 1011 | 111111 |
Color Harmonies of #95AAA1
Complementary color
Monochromatic Colors of #95AAA1
Black with #95AAA1
Text Example
Text Example
White with #95AAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AAA1; }
p { color: rgb(149,170,161); }
H1.HeaderClassName
{
color: #95AAA1;
}
.AnyTagClassName
{
color: #95AAA1;
}
</style>
background-color css
<style>
a { background-color: #95AAA1; }
a { background-color: rgb(149,170,161); }
div.DivClassName
{
background-color: #95AAA1;
}
.BgClassName
{
background-color: #95AAA1;
}
</style>
border-color css
<style>
span { border-color: #95AAA1; }
span { border-color: rgb(149,170,161); }
td.TdClassName
{
border-color: #95AAA1;
}
.TagClassName
{
border-color: #95AAA1;
}
</style>