Shades of Grey Chateau #96A1AC
Tints of Grey Chateau #96A1AC
RGB
CMYK
RGB Variations
Color information
#96A1AC (or 0x96A1AC) is known color: Grey Chateau. HEX triplet: 96, A1 and AC. RGB value is (150,161,172). Sum of RGB (Red+Green+Blue) = 150+161+172=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 172 - color contains mainly: blue. Hex color #96A1AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A1AC is #695E53. Grayscale: #9E9E9E. Windows color (decimal): -6905428 or 11313558. OLE color: 11313558.
HSL color Cylindrical-coordinate representation of color #96A1AC: hue angle of 210º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #96A1AC is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 161 | 172 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.33 |
| HSL | 210º | 0.12% | 0.63% | - |
| HSV(B) | 210º | 0.13% | 0.67% | - |
| XYZ | 32.77 | 34.95 | 44.05 | - |
| YUV | 158.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 161 | 172 | 0.13 | 0.06 | 0 | 0.33 | 210 | 0.12 | 0.63 |
| Hex | 96 | A1 | AC | D | 6 | 0 | 21 | D2 | C | 3F |
| Octal | 226 | 241 | 254 | 15 | 6 | 0 | 41 | 322 | 14 | 77 |
| Binary | 10010110 | 10100001 | 10101100 | 1101 | 110 | 0 | 100001 | 11010010 | 1100 | 111111 |
Color Harmonies of #96A1AC
Complementary color
Monochromatic Colors of #96A1AC
Black with #96A1AC
Text Example
Text Example
White with #96A1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A1AC; }
p { color: rgb(150,161,172); }
H1.HeaderClassName
{
color: #96A1AC;
}
.AnyTagClassName
{
color: #96A1AC;
}
</style>
background-color css
<style>
a { background-color: #96A1AC; }
a { background-color: rgb(150,161,172); }
div.DivClassName
{
background-color: #96A1AC;
}
.BgClassName
{
background-color: #96A1AC;
}
</style>
border-color css
<style>
span { border-color: #96A1AC; }
span { border-color: rgb(150,161,172); }
td.TdClassName
{
border-color: #96A1AC;
}
.TagClassName
{
border-color: #96A1AC;
}
</style>