Shades of Grey Chateau #99A4AA
Tints of Grey Chateau #99A4AA
RGB
CMYK
RGB Variations
Color information
#99A4AA (or 0x99A4AA) is known color: Grey Chateau. HEX triplet: 99, A4 and AA. RGB value is (153,164,170). Sum of RGB (Red+Green+Blue) = 153+164+170=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 170 - color contains mainly: blue. Hex color #99A4AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A4AA is #665B55. Grayscale: #A1A1A1. Windows color (decimal): -6708054 or 11183257. OLE color: 11183257.
HSL color Cylindrical-coordinate representation of color #99A4AA: hue angle of 201.18º 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 #99A4AA is Cyan = 0.1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 164 | 170 | - |
| CMYK | 0.1 | 0.04 | 0 | 0.33 |
| HSL | 201.18º | 0.09% | 0.63% | - |
| HSV(B) | 201.18º | 0.1% | 0.67% | - |
| XYZ | 33.67 | 36.23 | 43.25 | - |
| YUV | 161.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 170 | 0.1 | 0.04 | 0 | 0.33 | 201.18 | 0.09 | 0.63 |
| Hex | 99 | A4 | AA | A | 4 | 0 | 21 | C9 | 9 | 3F |
| Octal | 231 | 244 | 252 | 12 | 4 | 0 | 41 | 311 | 11 | 77 |
| Binary | 10011001 | 10100100 | 10101010 | 1010 | 100 | 0 | 100001 | 11001001 | 1001 | 111111 |
Color Harmonies of #99A4AA
Complementary color
Monochromatic Colors of #99A4AA
Black with #99A4AA
Text Example
Text Example
White with #99A4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A4AA; }
p { color: rgb(153,164,170); }
H1.HeaderClassName
{
color: #99A4AA;
}
.AnyTagClassName
{
color: #99A4AA;
}
</style>
background-color css
<style>
a { background-color: #99A4AA; }
a { background-color: rgb(153,164,170); }
div.DivClassName
{
background-color: #99A4AA;
}
.BgClassName
{
background-color: #99A4AA;
}
</style>
border-color css
<style>
span { border-color: #99A4AA; }
span { border-color: rgb(153,164,170); }
td.TdClassName
{
border-color: #99A4AA;
}
.TagClassName
{
border-color: #99A4AA;
}
</style>