Shades of Tower Grey #91ADA0
Tints of Tower Grey #91ADA0
RGB
CMYK
RGB Variations
Color information
#91ADA0 (or 0x91ADA0) is known color: Tower Grey. HEX triplet: 91, AD and A0. RGB value is (145,173,160). Sum of RGB (Red+Green+Blue) = 145+173+160=478 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.33% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 173 - color contains mainly: green. Hex color #91ADA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91ADA0 is #6E525F. Grayscale: #A3A3A3. Windows color (decimal): -7230048 or 10530193. OLE color: 10530193.
HSL color Cylindrical-coordinate representation of color #91ADA0: hue angle of 152.14º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #91ADA0 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 173 | 160 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.32 |
| HSL | 152.14º | 0.15% | 0.62% | - |
| HSV(B) | 152.14º | 0.16% | 0.68% | - |
| XYZ | 32.97 | 38.44 | 38.94 | - |
| YUV | 163.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 173 | 160 | 0.16 | 0 | 0.08 | 0.32 | 152.14 | 0.15 | 0.62 |
| Hex | 91 | AD | A0 | 10 | 0 | 8 | 20 | 98 | F | 3E |
| Octal | 221 | 255 | 240 | 20 | 0 | 10 | 40 | 230 | 17 | 76 |
| Binary | 10010001 | 10101101 | 10100000 | 10000 | 0 | 1000 | 100000 | 10011000 | 1111 | 111110 |
Color Harmonies of #91ADA0
Complementary color
Monochromatic Colors of #91ADA0
Black with #91ADA0
Text Example
Text Example
White with #91ADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ADA0; }
p { color: rgb(145,173,160); }
H1.HeaderClassName
{
color: #91ADA0;
}
.AnyTagClassName
{
color: #91ADA0;
}
</style>
background-color css
<style>
a { background-color: #91ADA0; }
a { background-color: rgb(145,173,160); }
div.DivClassName
{
background-color: #91ADA0;
}
.BgClassName
{
background-color: #91ADA0;
}
</style>
border-color css
<style>
span { border-color: #91ADA0; }
span { border-color: rgb(145,173,160); }
td.TdClassName
{
border-color: #91ADA0;
}
.TagClassName
{
border-color: #91ADA0;
}
</style>