Shades of Grey Chateau #99A2AB
Tints of Grey Chateau #99A2AB
RGB
CMYK
RGB Variations
Color information
#99A2AB (or 0x99A2AB) is known color: Grey Chateau. HEX triplet: 99, A2 and AB. RGB value is (153,162,171). Sum of RGB (Red+Green+Blue) = 153+162+171=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 171 - color contains mainly: blue. Hex color #99A2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A2AB is #665D54. Grayscale: #A0A0A0. Windows color (decimal): -6708565 or 11248281. OLE color: 11248281.
HSL color Cylindrical-coordinate representation of color #99A2AB: hue angle of 210º 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 #99A2AB is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 162 | 171 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.33 |
| HSL | 210º | 0.1% | 0.64% | - |
| HSV(B) | 210º | 0.11% | 0.67% | - |
| XYZ | 33.41 | 35.55 | 43.63 | - |
| YUV | 160.34 | 134.02 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 171 | 0.11 | 0.05 | 0 | 0.33 | 210 | 0.1 | 0.64 |
| Hex | 99 | A2 | AB | B | 5 | 0 | 21 | D2 | A | 40 |
| Octal | 231 | 242 | 253 | 13 | 5 | 0 | 41 | 322 | 12 | 100 |
| Binary | 10011001 | 10100010 | 10101011 | 1011 | 101 | 0 | 100001 | 11010010 | 1010 | 1000000 |
Color Harmonies of #99A2AB
Complementary color
Monochromatic Colors of #99A2AB
Black with #99A2AB
Text Example
Text Example
White with #99A2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A2AB; }
p { color: rgb(153,162,171); }
H1.HeaderClassName
{
color: #99A2AB;
}
.AnyTagClassName
{
color: #99A2AB;
}
</style>
background-color css
<style>
a { background-color: #99A2AB; }
a { background-color: rgb(153,162,171); }
div.DivClassName
{
background-color: #99A2AB;
}
.BgClassName
{
background-color: #99A2AB;
}
</style>
border-color css
<style>
span { border-color: #99A2AB; }
span { border-color: rgb(153,162,171); }
td.TdClassName
{
border-color: #99A2AB;
}
.TagClassName
{
border-color: #99A2AB;
}
</style>