Shades of Tower Grey #99B0A3
Tints of Tower Grey #99B0A3
RGB
CMYK
RGB Variations
Color information
#99B0A3 (or 0x99B0A3) is known color: Tower Grey. HEX triplet: 99, B0 and A3. RGB value is (153,176,163). Sum of RGB (Red+Green+Blue) = 153+176+163=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 163 (64.06% from 255 or 33.13% from 492); Max value from RGB is 176 - color contains mainly: green. Hex color #99B0A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B0A3 is #664F5C. Grayscale: #A7A7A7. Windows color (decimal): -6704989 or 10727577. OLE color: 10727577.
HSL color Cylindrical-coordinate representation of color #99B0A3: hue angle of 146.09º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #99B0A3 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 176 | 163 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.31 |
| HSL | 146.09º | 0.13% | 0.65% | - |
| HSV(B) | 146.09º | 0.13% | 0.69% | - |
| XYZ | 35.27 | 40.47 | 40.6 | - |
| YUV | 167.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 176 | 163 | 0.13 | 0 | 0.07 | 0.31 | 146.09 | 0.13 | 0.65 |
| Hex | 99 | B0 | A3 | D | 0 | 7 | 1F | 92 | D | 41 |
| Octal | 231 | 260 | 243 | 15 | 0 | 7 | 37 | 222 | 15 | 101 |
| Binary | 10011001 | 10110000 | 10100011 | 1101 | 0 | 111 | 11111 | 10010010 | 1101 | 1000001 |
Color Harmonies of #99B0A3
Complementary color
Monochromatic Colors of #99B0A3
Black with #99B0A3
Text Example
Text Example
White with #99B0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B0A3; }
p { color: rgb(153,176,163); }
H1.HeaderClassName
{
color: #99B0A3;
}
.AnyTagClassName
{
color: #99B0A3;
}
</style>
background-color css
<style>
a { background-color: #99B0A3; }
a { background-color: rgb(153,176,163); }
div.DivClassName
{
background-color: #99B0A3;
}
.BgClassName
{
background-color: #99B0A3;
}
</style>
border-color css
<style>
span { border-color: #99B0A3; }
span { border-color: rgb(153,176,163); }
td.TdClassName
{
border-color: #99B0A3;
}
.TagClassName
{
border-color: #99B0A3;
}
</style>