Shades of Tower Grey #91AA9D
Tints of Tower Grey #91AA9D
RGB
CMYK
RGB Variations
Color information
#91AA9D (or 0x91AA9D) is known color: Tower Grey. HEX triplet: 91, AA and 9D. RGB value is (145,170,157). Sum of RGB (Red+Green+Blue) = 145+170+157=472 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.72% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 170 - color contains mainly: green. Hex color #91AA9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91AA9D is #6E5562. Grayscale: #A1A1A1. Windows color (decimal): -7230819 or 10332817. OLE color: 10332817.
HSL color Cylindrical-coordinate representation of color #91AA9D: hue angle of 148.8º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #91AA9D is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 170 | 157 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.33 |
| HSL | 148.8º | 0.13% | 0.62% | - |
| HSV(B) | 148.8º | 0.15% | 0.67% | - |
| XYZ | 32.14 | 37.2 | 37.39 | - |
| YUV | 161.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 170 | 157 | 0.15 | 0 | 0.08 | 0.33 | 148.8 | 0.13 | 0.62 |
| Hex | 91 | AA | 9D | F | 0 | 8 | 21 | 95 | D | 3E |
| Octal | 221 | 252 | 235 | 17 | 0 | 10 | 41 | 225 | 15 | 76 |
| Binary | 10010001 | 10101010 | 10011101 | 1111 | 0 | 1000 | 100001 | 10010101 | 1101 | 111110 |
Color Harmonies of #91AA9D
Complementary color
Monochromatic Colors of #91AA9D
Black with #91AA9D
Text Example
Text Example
White with #91AA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AA9D; }
p { color: rgb(145,170,157); }
H1.HeaderClassName
{
color: #91AA9D;
}
.AnyTagClassName
{
color: #91AA9D;
}
</style>
background-color css
<style>
a { background-color: #91AA9D; }
a { background-color: rgb(145,170,157); }
div.DivClassName
{
background-color: #91AA9D;
}
.BgClassName
{
background-color: #91AA9D;
}
</style>
border-color css
<style>
span { border-color: #91AA9D; }
span { border-color: rgb(145,170,157); }
td.TdClassName
{
border-color: #91AA9D;
}
.TagClassName
{
border-color: #91AA9D;
}
</style>