Shades of Grey Chateau #9FA5AB
Tints of Grey Chateau #9FA5AB
RGB
CMYK
RGB Variations
Color information
#9FA5AB (or 0x9FA5AB) is known color: Grey Chateau. HEX triplet: 9F, A5 and AB. RGB value is (159,165,171). Sum of RGB (Red+Green+Blue) = 159+165+171=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 171 - color contains mainly: blue. Hex color #9FA5AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA5AB is #605A54. Grayscale: #A3A3A3. Windows color (decimal): -6314581 or 11249055. OLE color: 11249055.
HSL color Cylindrical-coordinate representation of color #9FA5AB: hue angle of 210º 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 #9FA5AB is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 165 | 171 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.33 |
| HSL | 210º | 0.07% | 0.65% | - |
| HSV(B) | 210º | 0.07% | 0.67% | - |
| XYZ | 35.1 | 37.22 | 43.86 | - |
| YUV | 163.89 | 132.01 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 165 | 171 | 0.07 | 0.04 | 0 | 0.33 | 210 | 0.07 | 0.65 |
| Hex | 9F | A5 | AB | 7 | 4 | 0 | 21 | D2 | 7 | 41 |
| Octal | 237 | 245 | 253 | 7 | 4 | 0 | 41 | 322 | 7 | 101 |
| Binary | 10011111 | 10100101 | 10101011 | 111 | 100 | 0 | 100001 | 11010010 | 111 | 1000001 |
Color Harmonies of #9FA5AB
Complementary color
Monochromatic Colors of #9FA5AB
Black with #9FA5AB
Text Example
Text Example
White with #9FA5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA5AB; }
p { color: rgb(159,165,171); }
H1.HeaderClassName
{
color: #9FA5AB;
}
.AnyTagClassName
{
color: #9FA5AB;
}
</style>
background-color css
<style>
a { background-color: #9FA5AB; }
a { background-color: rgb(159,165,171); }
div.DivClassName
{
background-color: #9FA5AB;
}
.BgClassName
{
background-color: #9FA5AB;
}
</style>
border-color css
<style>
span { border-color: #9FA5AB; }
span { border-color: rgb(159,165,171); }
td.TdClassName
{
border-color: #9FA5AB;
}
.TagClassName
{
border-color: #9FA5AB;
}
</style>