Shades of Grey Chateau #99A0AB
Tints of Grey Chateau #99A0AB
RGB
CMYK
RGB Variations
Color information
#99A0AB (or 0x99A0AB) is known color: Grey Chateau. HEX triplet: 99, A0 and AB. RGB value is (153,160,171). Sum of RGB (Red+Green+Blue) = 153+160+171=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 171 - color contains mainly: blue. Hex color #99A0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A0AB is #665F54. Grayscale: #9F9F9F. Windows color (decimal): -6709077 or 11247769. OLE color: 11247769.
HSL color Cylindrical-coordinate representation of color #99A0AB: hue angle of 216.67º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #99A0AB is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 160 | 171 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.33 |
| HSL | 216.67º | 0.1% | 0.64% | - |
| HSV(B) | 216.67º | 0.11% | 0.67% | - |
| XYZ | 33.06 | 34.85 | 43.51 | - |
| YUV | 159.16 | 134.68 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 160 | 171 | 0.11 | 0.06 | 0 | 0.33 | 216.67 | 0.1 | 0.64 |
| Hex | 99 | A0 | AB | B | 6 | 0 | 21 | D9 | A | 40 |
| Octal | 231 | 240 | 253 | 13 | 6 | 0 | 41 | 331 | 12 | 100 |
| Binary | 10011001 | 10100000 | 10101011 | 1011 | 110 | 0 | 100001 | 11011001 | 1010 | 1000000 |
Color Harmonies of #99A0AB
Complementary color
Monochromatic Colors of #99A0AB
Black with #99A0AB
Text Example
Text Example
White with #99A0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A0AB; }
p { color: rgb(153,160,171); }
H1.HeaderClassName
{
color: #99A0AB;
}
.AnyTagClassName
{
color: #99A0AB;
}
</style>
background-color css
<style>
a { background-color: #99A0AB; }
a { background-color: rgb(153,160,171); }
div.DivClassName
{
background-color: #99A0AB;
}
.BgClassName
{
background-color: #99A0AB;
}
</style>
border-color css
<style>
span { border-color: #99A0AB; }
span { border-color: rgb(153,160,171); }
td.TdClassName
{
border-color: #99A0AB;
}
.TagClassName
{
border-color: #99A0AB;
}
</style>