Shades of Grey Chateau #9FA0A2
Tints of Grey Chateau #9FA0A2
RGB
CMYK
RGB Variations
Color information
#9FA0A2 (or 0x9FA0A2) is known color: Grey Chateau. HEX triplet: 9F, A0 and A2. RGB value is (159,160,162). Sum of RGB (Red+Green+Blue) = 159+160+162=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 162 (63.67% from 255 or 33.68% from 481); Max value from RGB is 162 - color contains mainly: blue. Hex color #9FA0A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA0A2 is #605F5D. Grayscale: #9F9F9F. Windows color (decimal): -6315870 or 10657951. OLE color: 10657951.
HSL color Cylindrical-coordinate representation of color #9FA0A2: hue angle of 220º degrees, saturation: 0.02, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #9FA0A2 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 160 | 162 | - |
| CMYK | 0.02 | 0.01 | 0 | 0.36 |
| HSL | 220º | 0.02% | 0.63% | - |
| HSV(B) | 220º | 0.02% | 0.64% | - |
| XYZ | 33.39 | 35.12 | 39.2 | - |
| YUV | 159.93 | 129.17 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 160 | 162 | 0.02 | 0.01 | 0 | 0.36 | 220 | 0.02 | 0.63 |
| Hex | 9F | A0 | A2 | 2 | 1 | 0 | 24 | DC | 2 | 3F |
| Octal | 237 | 240 | 242 | 2 | 1 | 0 | 44 | 334 | 2 | 77 |
| Binary | 10011111 | 10100000 | 10100010 | 10 | 1 | 0 | 100100 | 11011100 | 10 | 111111 |
Color Harmonies of #9FA0A2
Complementary color
Monochromatic Colors of #9FA0A2
Black with #9FA0A2
Text Example
Text Example
White with #9FA0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA0A2; }
p { color: rgb(159,160,162); }
H1.HeaderClassName
{
color: #9FA0A2;
}
.AnyTagClassName
{
color: #9FA0A2;
}
</style>
background-color css
<style>
a { background-color: #9FA0A2; }
a { background-color: rgb(159,160,162); }
div.DivClassName
{
background-color: #9FA0A2;
}
.BgClassName
{
background-color: #9FA0A2;
}
</style>
border-color css
<style>
span { border-color: #9FA0A2; }
span { border-color: rgb(159,160,162); }
td.TdClassName
{
border-color: #9FA0A2;
}
.TagClassName
{
border-color: #9FA0A2;
}
</style>