Shades of Tower Grey #99AAA3
Tints of Tower Grey #99AAA3
RGB
CMYK
RGB Variations
Color information
#99AAA3 (or 0x99AAA3) is known color: Tower Grey. HEX triplet: 99, AA and A3. RGB value is (153,170,163). Sum of RGB (Red+Green+Blue) = 153+170+163=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 163 (64.06% from 255 or 33.54% from 486); Max value from RGB is 170 - color contains mainly: green. Hex color #99AAA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AAA3 is #66555C. Grayscale: #A4A4A4. Windows color (decimal): -6706525 or 10726041. OLE color: 10726041.
HSL color Cylindrical-coordinate representation of color #99AAA3: hue angle of 155.29º 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 #99AAA3 is Cyan = 0.1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 170 | 163 | - |
| CMYK | 0.1 | 0 | 0.04 | 0.33 |
| HSL | 155.29º | 0.09% | 0.63% | - |
| HSV(B) | 155.29º | 0.1% | 0.67% | - |
| XYZ | 34.12 | 38.17 | 40.22 | - |
| YUV | 164.12 | 127.37 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 163 | 0.1 | 0 | 0.04 | 0.33 | 155.29 | 0.09 | 0.63 |
| Hex | 99 | AA | A3 | A | 0 | 4 | 21 | 9B | 9 | 3F |
| Octal | 231 | 252 | 243 | 12 | 0 | 4 | 41 | 233 | 11 | 77 |
| Binary | 10011001 | 10101010 | 10100011 | 1010 | 0 | 100 | 100001 | 10011011 | 1001 | 111111 |
Color Harmonies of #99AAA3
Complementary color
Monochromatic Colors of #99AAA3
Black with #99AAA3
Text Example
Text Example
White with #99AAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AAA3; }
p { color: rgb(153,170,163); }
H1.HeaderClassName
{
color: #99AAA3;
}
.AnyTagClassName
{
color: #99AAA3;
}
</style>
background-color css
<style>
a { background-color: #99AAA3; }
a { background-color: rgb(153,170,163); }
div.DivClassName
{
background-color: #99AAA3;
}
.BgClassName
{
background-color: #99AAA3;
}
</style>
border-color css
<style>
span { border-color: #99AAA3; }
span { border-color: rgb(153,170,163); }
td.TdClassName
{
border-color: #99AAA3;
}
.TagClassName
{
border-color: #99AAA3;
}
</style>