Shades of Grey Chateau #9FA6AB
Tints of Grey Chateau #9FA6AB
RGB
CMYK
RGB Variations
Color information
#9FA6AB (or 0x9FA6AB) is known color: Grey Chateau. HEX triplet: 9F, A6 and AB. RGB value is (159,166,171). Sum of RGB (Red+Green+Blue) = 159+166+171=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 171 - color contains mainly: blue. Hex color #9FA6AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA6AB is #605954. Grayscale: #A4A4A4. Windows color (decimal): -6314325 or 11249311. OLE color: 11249311.
HSL color Cylindrical-coordinate representation of color #9FA6AB: hue angle of 205º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9FA6AB is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 166 | 171 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.33 |
| HSL | 205º | 0.07% | 0.65% | - |
| HSV(B) | 205º | 0.07% | 0.67% | - |
| XYZ | 35.28 | 37.58 | 43.92 | - |
| YUV | 164.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 166 | 171 | 0.07 | 0.03 | 0 | 0.33 | 205 | 0.07 | 0.65 |
| Hex | 9F | A6 | AB | 7 | 3 | 0 | 21 | CD | 7 | 41 |
| Octal | 237 | 246 | 253 | 7 | 3 | 0 | 41 | 315 | 7 | 101 |
| Binary | 10011111 | 10100110 | 10101011 | 111 | 11 | 0 | 100001 | 11001101 | 111 | 1000001 |
Color Harmonies of #9FA6AB
Complementary color
Monochromatic Colors of #9FA6AB
Black with #9FA6AB
Text Example
Text Example
White with #9FA6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA6AB; }
p { color: rgb(159,166,171); }
H1.HeaderClassName
{
color: #9FA6AB;
}
.AnyTagClassName
{
color: #9FA6AB;
}
</style>
background-color css
<style>
a { background-color: #9FA6AB; }
a { background-color: rgb(159,166,171); }
div.DivClassName
{
background-color: #9FA6AB;
}
.BgClassName
{
background-color: #9FA6AB;
}
</style>
border-color css
<style>
span { border-color: #9FA6AB; }
span { border-color: rgb(159,166,171); }
td.TdClassName
{
border-color: #9FA6AB;
}
.TagClassName
{
border-color: #9FA6AB;
}
</style>