Shades of Grey Chateau #99A1AB
Tints of Grey Chateau #99A1AB
RGB
CMYK
RGB Variations
Color information
#99A1AB (or 0x99A1AB) is known color: Grey Chateau. HEX triplet: 99, A1 and AB. RGB value is (153,161,171). Sum of RGB (Red+Green+Blue) = 153+161+171=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 171 - color contains mainly: blue. Hex color #99A1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A1AB is #665E54. Grayscale: #9F9F9F. Windows color (decimal): -6708821 or 11248025. OLE color: 11248025.
HSL color Cylindrical-coordinate representation of color #99A1AB: hue angle of 213.33º 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 #99A1AB is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 161 | 171 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.33 |
| HSL | 213.33º | 0.1% | 0.64% | - |
| HSV(B) | 213.33º | 0.11% | 0.67% | - |
| XYZ | 33.23 | 35.2 | 43.57 | - |
| YUV | 159.75 | 134.35 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 161 | 171 | 0.11 | 0.06 | 0 | 0.33 | 213.33 | 0.1 | 0.64 |
| Hex | 99 | A1 | AB | B | 6 | 0 | 21 | D5 | A | 40 |
| Octal | 231 | 241 | 253 | 13 | 6 | 0 | 41 | 325 | 12 | 100 |
| Binary | 10011001 | 10100001 | 10101011 | 1011 | 110 | 0 | 100001 | 11010101 | 1010 | 1000000 |
Color Harmonies of #99A1AB
Complementary color
Monochromatic Colors of #99A1AB
Black with #99A1AB
Text Example
Text Example
White with #99A1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A1AB; }
p { color: rgb(153,161,171); }
H1.HeaderClassName
{
color: #99A1AB;
}
.AnyTagClassName
{
color: #99A1AB;
}
</style>
background-color css
<style>
a { background-color: #99A1AB; }
a { background-color: rgb(153,161,171); }
div.DivClassName
{
background-color: #99A1AB;
}
.BgClassName
{
background-color: #99A1AB;
}
</style>
border-color css
<style>
span { border-color: #99A1AB; }
span { border-color: rgb(153,161,171); }
td.TdClassName
{
border-color: #99A1AB;
}
.TagClassName
{
border-color: #99A1AB;
}
</style>