Shades of Tower Grey #99AAA4
Tints of Tower Grey #99AAA4
RGB
CMYK
RGB Variations
Color information
#99AAA4 (or 0x99AAA4) is known color: Tower Grey. HEX triplet: 99, AA and A4. RGB value is (153,170,164). Sum of RGB (Red+Green+Blue) = 153+170+164=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 164 (64.45% from 255 or 33.68% from 487); Max value from RGB is 170 - color contains mainly: green. Hex color #99AAA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AAA4 is #66555B. Grayscale: #A4A4A4. Windows color (decimal): -6706524 or 10791577. OLE color: 10791577.
HSL color Cylindrical-coordinate representation of color #99AAA4: hue angle of 158.82º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #99AAA4 is Cyan = 0.1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 170 | 164 | - |
| CMYK | 0.1 | 0 | 0.04 | 0.33 |
| HSL | 158.82º | 0.09% | 0.63% | - |
| HSV(B) | 158.82º | 0.1% | 0.67% | - |
| XYZ | 34.21 | 38.2 | 40.69 | - |
| YUV | 164.23 | 127.87 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 164 | 0.1 | 0 | 0.04 | 0.33 | 158.82 | 0.09 | 0.63 |
| Hex | 99 | AA | A4 | A | 0 | 4 | 21 | 9F | 9 | 3F |
| Octal | 231 | 252 | 244 | 12 | 0 | 4 | 41 | 237 | 11 | 77 |
| Binary | 10011001 | 10101010 | 10100100 | 1010 | 0 | 100 | 100001 | 10011111 | 1001 | 111111 |
Color Harmonies of #99AAA4
Complementary color
Monochromatic Colors of #99AAA4
Black with #99AAA4
Text Example
Text Example
White with #99AAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AAA4; }
p { color: rgb(153,170,164); }
H1.HeaderClassName
{
color: #99AAA4;
}
.AnyTagClassName
{
color: #99AAA4;
}
</style>
background-color css
<style>
a { background-color: #99AAA4; }
a { background-color: rgb(153,170,164); }
div.DivClassName
{
background-color: #99AAA4;
}
.BgClassName
{
background-color: #99AAA4;
}
</style>
border-color css
<style>
span { border-color: #99AAA4; }
span { border-color: rgb(153,170,164); }
td.TdClassName
{
border-color: #99AAA4;
}
.TagClassName
{
border-color: #99AAA4;
}
</style>