Shades of Grey Chateau #96A1AD
Tints of Grey Chateau #96A1AD
RGB
CMYK
RGB Variations
Color information
#96A1AD (or 0x96A1AD) is known color: Grey Chateau. HEX triplet: 96, A1 and AD. RGB value is (150,161,173). Sum of RGB (Red+Green+Blue) = 150+161+173=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 173 - color contains mainly: blue. Hex color #96A1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A1AD is #695E52. Grayscale: #9F9F9F. Windows color (decimal): -6905427 or 11379094. OLE color: 11379094.
HSL color Cylindrical-coordinate representation of color #96A1AD: hue angle of 211.3º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #96A1AD is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 161 | 173 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.32 |
| HSL | 211.3º | 0.12% | 0.63% | - |
| HSV(B) | 211.3º | 0.13% | 0.68% | - |
| XYZ | 32.87 | 34.99 | 44.56 | - |
| YUV | 159.08 | 135.86 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 161 | 173 | 0.13 | 0.07 | 0 | 0.32 | 211.3 | 0.12 | 0.63 |
| Hex | 96 | A1 | AD | D | 7 | 0 | 20 | D3 | C | 3F |
| Octal | 226 | 241 | 255 | 15 | 7 | 0 | 40 | 323 | 14 | 77 |
| Binary | 10010110 | 10100001 | 10101101 | 1101 | 111 | 0 | 100000 | 11010011 | 1100 | 111111 |
Color Harmonies of #96A1AD
Complementary color
Monochromatic Colors of #96A1AD
Black with #96A1AD
Text Example
Text Example
White with #96A1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A1AD; }
p { color: rgb(150,161,173); }
H1.HeaderClassName
{
color: #96A1AD;
}
.AnyTagClassName
{
color: #96A1AD;
}
</style>
background-color css
<style>
a { background-color: #96A1AD; }
a { background-color: rgb(150,161,173); }
div.DivClassName
{
background-color: #96A1AD;
}
.BgClassName
{
background-color: #96A1AD;
}
</style>
border-color css
<style>
span { border-color: #96A1AD; }
span { border-color: rgb(150,161,173); }
td.TdClassName
{
border-color: #96A1AD;
}
.TagClassName
{
border-color: #96A1AD;
}
</style>