Shades of Grey Chateau #99A2AA
Tints of Grey Chateau #99A2AA
RGB
CMYK
RGB Variations
Color information
#99A2AA (or 0x99A2AA) is known color: Grey Chateau. HEX triplet: 99, A2 and AA. RGB value is (153,162,170). Sum of RGB (Red+Green+Blue) = 153+162+170=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 170 - color contains mainly: blue. Hex color #99A2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A2AA is #665D55. Grayscale: #A0A0A0. Windows color (decimal): -6708566 or 11182745. OLE color: 11182745.
HSL color Cylindrical-coordinate representation of color #99A2AA: hue angle of 208.24º 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 #99A2AA is Cyan = 0.1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 162 | 170 | - |
| CMYK | 0.1 | 0.05 | 0 | 0.33 |
| HSL | 208.24º | 0.09% | 0.63% | - |
| HSV(B) | 208.24º | 0.1% | 0.67% | - |
| XYZ | 33.31 | 35.52 | 43.13 | - |
| YUV | 160.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 170 | 0.1 | 0.05 | 0 | 0.33 | 208.24 | 0.09 | 0.63 |
| Hex | 99 | A2 | AA | A | 5 | 0 | 21 | D0 | 9 | 3F |
| Octal | 231 | 242 | 252 | 12 | 5 | 0 | 41 | 320 | 11 | 77 |
| Binary | 10011001 | 10100010 | 10101010 | 1010 | 101 | 0 | 100001 | 11010000 | 1001 | 111111 |
Color Harmonies of #99A2AA
Complementary color
Monochromatic Colors of #99A2AA
Black with #99A2AA
Text Example
Text Example
White with #99A2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A2AA; }
p { color: rgb(153,162,170); }
H1.HeaderClassName
{
color: #99A2AA;
}
.AnyTagClassName
{
color: #99A2AA;
}
</style>
background-color css
<style>
a { background-color: #99A2AA; }
a { background-color: rgb(153,162,170); }
div.DivClassName
{
background-color: #99A2AA;
}
.BgClassName
{
background-color: #99A2AA;
}
</style>
border-color css
<style>
span { border-color: #99A2AA; }
span { border-color: rgb(153,162,170); }
td.TdClassName
{
border-color: #99A2AA;
}
.TagClassName
{
border-color: #99A2AA;
}
</style>