Shades of Grey Chateau #96A1AA
Tints of Grey Chateau #96A1AA
RGB
CMYK
RGB Variations
Color information
#96A1AA (or 0x96A1AA) is known color: Grey Chateau. HEX triplet: 96, A1 and AA. RGB value is (150,161,170). Sum of RGB (Red+Green+Blue) = 150+161+170=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 170 - color contains mainly: blue. Hex color #96A1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A1AA is #695E55. Grayscale: #9E9E9E. Windows color (decimal): -6905430 or 11182486. OLE color: 11182486.
HSL color Cylindrical-coordinate representation of color #96A1AA: hue angle of 207º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #96A1AA is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 161 | 170 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.33 |
| HSL | 207º | 0.11% | 0.63% | - |
| HSV(B) | 207º | 0.12% | 0.67% | - |
| XYZ | 32.58 | 34.88 | 43.04 | - |
| YUV | 158.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 161 | 170 | 0.12 | 0.05 | 0 | 0.33 | 207 | 0.11 | 0.63 |
| Hex | 96 | A1 | AA | C | 5 | 0 | 21 | CF | B | 3F |
| Octal | 226 | 241 | 252 | 14 | 5 | 0 | 41 | 317 | 13 | 77 |
| Binary | 10010110 | 10100001 | 10101010 | 1100 | 101 | 0 | 100001 | 11001111 | 1011 | 111111 |
Color Harmonies of #96A1AA
Complementary color
Monochromatic Colors of #96A1AA
Black with #96A1AA
Text Example
Text Example
White with #96A1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A1AA; }
p { color: rgb(150,161,170); }
H1.HeaderClassName
{
color: #96A1AA;
}
.AnyTagClassName
{
color: #96A1AA;
}
</style>
background-color css
<style>
a { background-color: #96A1AA; }
a { background-color: rgb(150,161,170); }
div.DivClassName
{
background-color: #96A1AA;
}
.BgClassName
{
background-color: #96A1AA;
}
</style>
border-color css
<style>
span { border-color: #96A1AA; }
span { border-color: rgb(150,161,170); }
td.TdClassName
{
border-color: #96A1AA;
}
.TagClassName
{
border-color: #96A1AA;
}
</style>