Shades of Tower Grey #91A69B
Tints of Tower Grey #91A69B
RGB
CMYK
RGB Variations
Color information
#91A69B (or 0x91A69B) is known color: Tower Grey. HEX triplet: 91, A6 and 9B. RGB value is (145,166,155). Sum of RGB (Red+Green+Blue) = 145+166+155=466 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.12% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 166 - color contains mainly: green. Hex color #91A69B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A69B is #6E5964. Grayscale: #9E9E9E. Windows color (decimal): -7231845 or 10200721. OLE color: 10200721.
HSL color Cylindrical-coordinate representation of color #91A69B: hue angle of 148.57º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #91A69B is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 145 | 166 | 155 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.35 |
| HSL | 148.57º | 0.11% | 0.61% | - |
| HSV(B) | 148.57º | 0.13% | 0.65% | - |
| XYZ | 31.23 | 35.66 | 36.25 | - |
| YUV | 158.47 | 126.04 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 166 | 155 | 0.13 | 0 | 0.07 | 0.35 | 148.57 | 0.11 | 0.61 |
| Hex | 91 | A6 | 9B | D | 0 | 7 | 23 | 95 | B | 3D |
| Octal | 221 | 246 | 233 | 15 | 0 | 7 | 43 | 225 | 13 | 75 |
| Binary | 10010001 | 10100110 | 10011011 | 1101 | 0 | 111 | 100011 | 10010101 | 1011 | 111101 |
Color Harmonies of #91A69B
Complementary color
Monochromatic Colors of #91A69B
Black with #91A69B
Text Example
Text Example
White with #91A69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A69B; }
p { color: rgb(145,166,155); }
H1.HeaderClassName
{
color: #91A69B;
}
.AnyTagClassName
{
color: #91A69B;
}
</style>
background-color css
<style>
a { background-color: #91A69B; }
a { background-color: rgb(145,166,155); }
div.DivClassName
{
background-color: #91A69B;
}
.BgClassName
{
background-color: #91A69B;
}
</style>
border-color css
<style>
span { border-color: #91A69B; }
span { border-color: rgb(145,166,155); }
td.TdClassName
{
border-color: #91A69B;
}
.TagClassName
{
border-color: #91A69B;
}
</style>