Shades of Tower Grey #9DAAA2
Tints of Tower Grey #9DAAA2
RGB
CMYK
RGB Variations
Color information
#9DAAA2 (or 0x9DAAA2) is known color: Tower Grey. HEX triplet: 9D, AA and A2. RGB value is (157,170,162). Sum of RGB (Red+Green+Blue) = 157+170+162=489 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.11% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 162 (63.67% from 255 or 33.13% from 489); Max value from RGB is 170 - color contains mainly: green. Hex color #9DAAA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAAA2 is #62555D. Grayscale: #A5A5A5. Windows color (decimal): -6444382 or 10660509. OLE color: 10660509.
HSL color Cylindrical-coordinate representation of color #9DAAA2: hue angle of 143.08º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9DAAA2 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 170 | 162 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.33 |
| HSL | 143.08º | 0.07% | 0.64% | - |
| HSV(B) | 143.08º | 0.08% | 0.67% | - |
| XYZ | 34.8 | 38.53 | 39.78 | - |
| YUV | 165.2 | 126.19 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 170 | 162 | 0.08 | 0 | 0.05 | 0.33 | 143.08 | 0.07 | 0.64 |
| Hex | 9D | AA | A2 | 8 | 0 | 5 | 21 | 8F | 7 | 40 |
| Octal | 235 | 252 | 242 | 10 | 0 | 5 | 41 | 217 | 7 | 100 |
| Binary | 10011101 | 10101010 | 10100010 | 1000 | 0 | 101 | 100001 | 10001111 | 111 | 1000000 |
Color Harmonies of #9DAAA2
Complementary color
Monochromatic Colors of #9DAAA2
Black with #9DAAA2
Text Example
Text Example
White with #9DAAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAAA2; }
p { color: rgb(157,170,162); }
H1.HeaderClassName
{
color: #9DAAA2;
}
.AnyTagClassName
{
color: #9DAAA2;
}
</style>
background-color css
<style>
a { background-color: #9DAAA2; }
a { background-color: rgb(157,170,162); }
div.DivClassName
{
background-color: #9DAAA2;
}
.BgClassName
{
background-color: #9DAAA2;
}
</style>
border-color css
<style>
span { border-color: #9DAAA2; }
span { border-color: rgb(157,170,162); }
td.TdClassName
{
border-color: #9DAAA2;
}
.TagClassName
{
border-color: #9DAAA2;
}
</style>