Shades of Grey Chateau #99A1AC
Tints of Grey Chateau #99A1AC
RGB
CMYK
RGB Variations
Color information
#99A1AC (or 0x99A1AC) is known color: Grey Chateau. HEX triplet: 99, A1 and AC. RGB value is (153,161,172). Sum of RGB (Red+Green+Blue) = 153+161+172=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 172 - color contains mainly: blue. Hex color #99A1AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A1AC is #665E53. Grayscale: #9F9F9F. Windows color (decimal): -6708820 or 11313561. OLE color: 11313561.
HSL color Cylindrical-coordinate representation of color #99A1AC: hue angle of 214.74º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #99A1AC is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 161 | 172 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.33 |
| HSL | 214.74º | 0.1% | 0.64% | - |
| HSV(B) | 214.74º | 0.11% | 0.67% | - |
| XYZ | 33.33 | 35.24 | 44.08 | - |
| YUV | 159.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 161 | 172 | 0.11 | 0.06 | 0 | 0.33 | 214.74 | 0.1 | 0.64 |
| Hex | 99 | A1 | AC | B | 6 | 0 | 21 | D7 | A | 40 |
| Octal | 231 | 241 | 254 | 13 | 6 | 0 | 41 | 327 | 12 | 100 |
| Binary | 10011001 | 10100001 | 10101100 | 1011 | 110 | 0 | 100001 | 11010111 | 1010 | 1000000 |
Color Harmonies of #99A1AC
Complementary color
Monochromatic Colors of #99A1AC
Black with #99A1AC
Text Example
Text Example
White with #99A1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A1AC; }
p { color: rgb(153,161,172); }
H1.HeaderClassName
{
color: #99A1AC;
}
.AnyTagClassName
{
color: #99A1AC;
}
</style>
background-color css
<style>
a { background-color: #99A1AC; }
a { background-color: rgb(153,161,172); }
div.DivClassName
{
background-color: #99A1AC;
}
.BgClassName
{
background-color: #99A1AC;
}
</style>
border-color css
<style>
span { border-color: #99A1AC; }
span { border-color: rgb(153,161,172); }
td.TdClassName
{
border-color: #99A1AC;
}
.TagClassName
{
border-color: #99A1AC;
}
</style>