Shades of Grey Chateau #99A1AD
Tints of Grey Chateau #99A1AD
RGB
CMYK
RGB Variations
Color information
#99A1AD (or 0x99A1AD) is known color: Grey Chateau. HEX triplet: 99, A1 and AD. RGB value is (153,161,173). Sum of RGB (Red+Green+Blue) = 153+161+173=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 173 - color contains mainly: blue. Hex color #99A1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A1AD is #665E52. Grayscale: #9F9F9F. Windows color (decimal): -6708819 or 11379097. OLE color: 11379097.
HSL color Cylindrical-coordinate representation of color #99A1AD: hue angle of 216º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99A1AD is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 161 | 173 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.32 |
| HSL | 216º | 0.11% | 0.64% | - |
| HSV(B) | 216º | 0.12% | 0.68% | - |
| XYZ | 33.42 | 35.28 | 44.58 | - |
| YUV | 159.98 | 135.35 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 161 | 173 | 0.12 | 0.07 | 0 | 0.32 | 216 | 0.11 | 0.64 |
| Hex | 99 | A1 | AD | C | 7 | 0 | 20 | D8 | B | 40 |
| Octal | 231 | 241 | 255 | 14 | 7 | 0 | 40 | 330 | 13 | 100 |
| Binary | 10011001 | 10100001 | 10101101 | 1100 | 111 | 0 | 100000 | 11011000 | 1011 | 1000000 |
Color Harmonies of #99A1AD
Complementary color
Monochromatic Colors of #99A1AD
Black with #99A1AD
Text Example
Text Example
White with #99A1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A1AD; }
p { color: rgb(153,161,173); }
H1.HeaderClassName
{
color: #99A1AD;
}
.AnyTagClassName
{
color: #99A1AD;
}
</style>
background-color css
<style>
a { background-color: #99A1AD; }
a { background-color: rgb(153,161,173); }
div.DivClassName
{
background-color: #99A1AD;
}
.BgClassName
{
background-color: #99A1AD;
}
</style>
border-color css
<style>
span { border-color: #99A1AD; }
span { border-color: rgb(153,161,173); }
td.TdClassName
{
border-color: #99A1AD;
}
.TagClassName
{
border-color: #99A1AD;
}
</style>