Shades of Grey Chateau #98A0AB
Tints of Grey Chateau #98A0AB
RGB
CMYK
RGB Variations
Color information
#98A0AB (or 0x98A0AB) is known color: Grey Chateau. HEX triplet: 98, A0 and AB. RGB value is (152,160,171). Sum of RGB (Red+Green+Blue) = 152+160+171=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 171 - color contains mainly: blue. Hex color #98A0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A0AB is #675F54. Grayscale: #9E9E9E. Windows color (decimal): -6774613 or 11247768. OLE color: 11247768.
HSL color Cylindrical-coordinate representation of color #98A0AB: hue angle of 214.74º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #98A0AB is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 160 | 171 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.33 |
| HSL | 214.74º | 0.1% | 0.63% | - |
| HSV(B) | 214.74º | 0.11% | 0.67% | - |
| XYZ | 32.87 | 34.76 | 43.5 | - |
| YUV | 158.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 160 | 171 | 0.11 | 0.06 | 0 | 0.33 | 214.74 | 0.1 | 0.63 |
| Hex | 98 | A0 | AB | B | 6 | 0 | 21 | D7 | A | 3F |
| Octal | 230 | 240 | 253 | 13 | 6 | 0 | 41 | 327 | 12 | 77 |
| Binary | 10011000 | 10100000 | 10101011 | 1011 | 110 | 0 | 100001 | 11010111 | 1010 | 111111 |
Color Harmonies of #98A0AB
Complementary color
Monochromatic Colors of #98A0AB
Black with #98A0AB
Text Example
Text Example
White with #98A0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A0AB; }
p { color: rgb(152,160,171); }
H1.HeaderClassName
{
color: #98A0AB;
}
.AnyTagClassName
{
color: #98A0AB;
}
</style>
background-color css
<style>
a { background-color: #98A0AB; }
a { background-color: rgb(152,160,171); }
div.DivClassName
{
background-color: #98A0AB;
}
.BgClassName
{
background-color: #98A0AB;
}
</style>
border-color css
<style>
span { border-color: #98A0AB; }
span { border-color: rgb(152,160,171); }
td.TdClassName
{
border-color: #98A0AB;
}
.TagClassName
{
border-color: #98A0AB;
}
</style>