Shades of Grey Chateau #99A0AA
Tints of Grey Chateau #99A0AA
RGB
CMYK
RGB Variations
Color information
#99A0AA (or 0x99A0AA) is known color: Grey Chateau. HEX triplet: 99, A0 and AA. RGB value is (153,160,170). Sum of RGB (Red+Green+Blue) = 153+160+170=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 170 - color contains mainly: blue. Hex color #99A0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A0AA is #665F55. Grayscale: #9E9E9E. Windows color (decimal): -6709078 or 11182233. OLE color: 11182233.
HSL color Cylindrical-coordinate representation of color #99A0AA: hue angle of 215.29º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #99A0AA is Cyan = 0.1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 160 | 170 | - |
| CMYK | 0.1 | 0.06 | 0 | 0.33 |
| HSL | 215.29º | 0.09% | 0.63% | - |
| HSV(B) | 215.29º | 0.1% | 0.67% | - |
| XYZ | 32.96 | 34.82 | 43.01 | - |
| YUV | 159.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 160 | 170 | 0.1 | 0.06 | 0 | 0.33 | 215.29 | 0.09 | 0.63 |
| Hex | 99 | A0 | AA | A | 6 | 0 | 21 | D7 | 9 | 3F |
| Octal | 231 | 240 | 252 | 12 | 6 | 0 | 41 | 327 | 11 | 77 |
| Binary | 10011001 | 10100000 | 10101010 | 1010 | 110 | 0 | 100001 | 11010111 | 1001 | 111111 |
Color Harmonies of #99A0AA
Complementary color
Monochromatic Colors of #99A0AA
Black with #99A0AA
Text Example
Text Example
White with #99A0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A0AA; }
p { color: rgb(153,160,170); }
H1.HeaderClassName
{
color: #99A0AA;
}
.AnyTagClassName
{
color: #99A0AA;
}
</style>
background-color css
<style>
a { background-color: #99A0AA; }
a { background-color: rgb(153,160,170); }
div.DivClassName
{
background-color: #99A0AA;
}
.BgClassName
{
background-color: #99A0AA;
}
</style>
border-color css
<style>
span { border-color: #99A0AA; }
span { border-color: rgb(153,160,170); }
td.TdClassName
{
border-color: #99A0AA;
}
.TagClassName
{
border-color: #99A0AA;
}
</style>