Shades of Tower Grey #91AFA0
Tints of Tower Grey #91AFA0
RGB
CMYK
RGB Variations
Color information
#91AFA0 (or 0x91AFA0) is known color: Tower Grey. HEX triplet: 91, AF and A0. RGB value is (145,175,160). Sum of RGB (Red+Green+Blue) = 145+175+160=480 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.21% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 175 - color contains mainly: green. Hex color #91AFA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91AFA0 is #6E505F. Grayscale: #A4A4A4. Windows color (decimal): -7229536 or 10530705. OLE color: 10530705.
HSL color Cylindrical-coordinate representation of color #91AFA0: hue angle of 150º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #91AFA0 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 175 | 160 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.31 |
| HSL | 150º | 0.16% | 0.63% | - |
| HSV(B) | 150º | 0.17% | 0.69% | - |
| XYZ | 33.35 | 39.22 | 39.07 | - |
| YUV | 164.32 | 125.56 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 175 | 160 | 0.17 | 0 | 0.09 | 0.31 | 150 | 0.16 | 0.63 |
| Hex | 91 | AF | A0 | 11 | 0 | 9 | 1F | 96 | 10 | 3F |
| Octal | 221 | 257 | 240 | 21 | 0 | 11 | 37 | 226 | 20 | 77 |
| Binary | 10010001 | 10101111 | 10100000 | 10001 | 0 | 1001 | 11111 | 10010110 | 10000 | 111111 |
Color Harmonies of #91AFA0
Complementary color
Monochromatic Colors of #91AFA0
Black with #91AFA0
Text Example
Text Example
White with #91AFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AFA0; }
p { color: rgb(145,175,160); }
H1.HeaderClassName
{
color: #91AFA0;
}
.AnyTagClassName
{
color: #91AFA0;
}
</style>
background-color css
<style>
a { background-color: #91AFA0; }
a { background-color: rgb(145,175,160); }
div.DivClassName
{
background-color: #91AFA0;
}
.BgClassName
{
background-color: #91AFA0;
}
</style>
border-color css
<style>
span { border-color: #91AFA0; }
span { border-color: rgb(145,175,160); }
td.TdClassName
{
border-color: #91AFA0;
}
.TagClassName
{
border-color: #91AFA0;
}
</style>