Shades of Grey Chateau #999FA1
Tints of Grey Chateau #999FA1
RGB
CMYK
RGB Variations
Color information
#999FA1 (or 0x999FA1) is known color: Grey Chateau. HEX triplet: 99, 9F and A1. RGB value is (153,159,161). Sum of RGB (Red+Green+Blue) = 153+159+161=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 161 - color contains mainly: blue. Hex color #999FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999FA1 is #66605E. Grayscale: #9D9D9D. Windows color (decimal): -6709343 or 10592153. OLE color: 10592153.
HSL color Cylindrical-coordinate representation of color #999FA1: hue angle of 195º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #999FA1 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 159 | 161 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.37 |
| HSL | 195º | 0.04% | 0.62% | - |
| HSV(B) | 195º | 0.05% | 0.63% | - |
| XYZ | 31.97 | 34.14 | 38.62 | - |
| YUV | 157.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 159 | 161 | 0.05 | 0.01 | 0 | 0.37 | 195 | 0.04 | 0.62 |
| Hex | 99 | 9F | A1 | 5 | 1 | 0 | 25 | C3 | 4 | 3E |
| Octal | 231 | 237 | 241 | 5 | 1 | 0 | 45 | 303 | 4 | 76 |
| Binary | 10011001 | 10011111 | 10100001 | 101 | 1 | 0 | 100101 | 11000011 | 100 | 111110 |
Color Harmonies of #999FA1
Complementary color
Monochromatic Colors of #999FA1
Black with #999FA1
Text Example
Text Example
White with #999FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999FA1; }
p { color: rgb(153,159,161); }
H1.HeaderClassName
{
color: #999FA1;
}
.AnyTagClassName
{
color: #999FA1;
}
</style>
background-color css
<style>
a { background-color: #999FA1; }
a { background-color: rgb(153,159,161); }
div.DivClassName
{
background-color: #999FA1;
}
.BgClassName
{
background-color: #999FA1;
}
</style>
border-color css
<style>
span { border-color: #999FA1; }
span { border-color: rgb(153,159,161); }
td.TdClassName
{
border-color: #999FA1;
}
.TagClassName
{
border-color: #999FA1;
}
</style>