Shades of Grey Chateau #99A3AB
Tints of Grey Chateau #99A3AB
RGB
CMYK
RGB Variations
Color information
#99A3AB (or 0x99A3AB) is known color: Grey Chateau. HEX triplet: 99, A3 and AB. RGB value is (153,163,171). Sum of RGB (Red+Green+Blue) = 153+163+171=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 171 - color contains mainly: blue. Hex color #99A3AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A3AB is #665C54. Grayscale: #A0A0A0. Windows color (decimal): -6708309 or 11248537. OLE color: 11248537.
HSL color Cylindrical-coordinate representation of color #99A3AB: hue angle of 206.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 #99A3AB is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 163 | 171 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.33 |
| HSL | 206.67º | 0.1% | 0.64% | - |
| HSV(B) | 206.67º | 0.11% | 0.67% | - |
| XYZ | 33.58 | 35.91 | 43.69 | - |
| YUV | 160.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 163 | 171 | 0.11 | 0.05 | 0 | 0.33 | 206.67 | 0.1 | 0.64 |
| Hex | 99 | A3 | AB | B | 5 | 0 | 21 | CF | A | 40 |
| Octal | 231 | 243 | 253 | 13 | 5 | 0 | 41 | 317 | 12 | 100 |
| Binary | 10011001 | 10100011 | 10101011 | 1011 | 101 | 0 | 100001 | 11001111 | 1010 | 1000000 |
Color Harmonies of #99A3AB
Complementary color
Monochromatic Colors of #99A3AB
Black with #99A3AB
Text Example
Text Example
White with #99A3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A3AB; }
p { color: rgb(153,163,171); }
H1.HeaderClassName
{
color: #99A3AB;
}
.AnyTagClassName
{
color: #99A3AB;
}
</style>
background-color css
<style>
a { background-color: #99A3AB; }
a { background-color: rgb(153,163,171); }
div.DivClassName
{
background-color: #99A3AB;
}
.BgClassName
{
background-color: #99A3AB;
}
</style>
border-color css
<style>
span { border-color: #99A3AB; }
span { border-color: rgb(153,163,171); }
td.TdClassName
{
border-color: #99A3AB;
}
.TagClassName
{
border-color: #99A3AB;
}
</style>