Shades of Grey Chateau #9099A2
Tints of Grey Chateau #9099A2
RGB
CMYK
RGB Variations
Color information
#9099A2 (or 0x9099A2) is known color: Grey Chateau. HEX triplet: 90, 99 and A2. RGB value is (144,153,162). Sum of RGB (Red+Green+Blue) = 144+153+162=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 162 - color contains mainly: blue. Hex color #9099A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9099A2 is #6F665D. Grayscale: #979797. Windows color (decimal): -7300702 or 10656144. OLE color: 10656144.
HSL color Cylindrical-coordinate representation of color #9099A2: hue angle of 210º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9099A2 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 153 | 162 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.36 |
| HSL | 210º | 0.09% | 0.6% | - |
| HSV(B) | 210º | 0.11% | 0.64% | - |
| XYZ | 29.41 | 31.32 | 38.68 | - |
| YUV | 151.34 | 134.02 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 162 | 0.11 | 0.06 | 0 | 0.36 | 210 | 0.09 | 0.6 |
| Hex | 90 | 99 | A2 | B | 6 | 0 | 24 | D2 | 9 | 3C |
| Octal | 220 | 231 | 242 | 13 | 6 | 0 | 44 | 322 | 11 | 74 |
| Binary | 10010000 | 10011001 | 10100010 | 1011 | 110 | 0 | 100100 | 11010010 | 1001 | 111100 |
Color Harmonies of #9099A2
Complementary color
Monochromatic Colors of #9099A2
Black with #9099A2
Text Example
Text Example
White with #9099A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9099A2; }
p { color: rgb(144,153,162); }
H1.HeaderClassName
{
color: #9099A2;
}
.AnyTagClassName
{
color: #9099A2;
}
</style>
background-color css
<style>
a { background-color: #9099A2; }
a { background-color: rgb(144,153,162); }
div.DivClassName
{
background-color: #9099A2;
}
.BgClassName
{
background-color: #9099A2;
}
</style>
border-color css
<style>
span { border-color: #9099A2; }
span { border-color: rgb(144,153,162); }
td.TdClassName
{
border-color: #9099A2;
}
.TagClassName
{
border-color: #9099A2;
}
</style>