Shades of Grey Chateau #98A1AB
Tints of Grey Chateau #98A1AB
RGB
CMYK
RGB Variations
Color information
#98A1AB (or 0x98A1AB) is known color: Grey Chateau. HEX triplet: 98, A1 and AB. RGB value is (152,161,171). Sum of RGB (Red+Green+Blue) = 152+161+171=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 171 - color contains mainly: blue. Hex color #98A1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A1AB is #675E54. Grayscale: #9F9F9F. Windows color (decimal): -6774357 or 11248024. OLE color: 11248024.
HSL color Cylindrical-coordinate representation of color #98A1AB: hue angle of 211.58º 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 #98A1AB is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 161 | 171 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.33 |
| HSL | 211.58º | 0.1% | 0.63% | - |
| HSV(B) | 211.58º | 0.11% | 0.67% | - |
| XYZ | 33.04 | 35.11 | 43.56 | - |
| YUV | 159.45 | 134.52 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 161 | 171 | 0.11 | 0.06 | 0 | 0.33 | 211.58 | 0.1 | 0.63 |
| Hex | 98 | A1 | AB | B | 6 | 0 | 21 | D4 | A | 3F |
| Octal | 230 | 241 | 253 | 13 | 6 | 0 | 41 | 324 | 12 | 77 |
| Binary | 10011000 | 10100001 | 10101011 | 1011 | 110 | 0 | 100001 | 11010100 | 1010 | 111111 |
Color Harmonies of #98A1AB
Complementary color
Monochromatic Colors of #98A1AB
Black with #98A1AB
Text Example
Text Example
White with #98A1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A1AB; }
p { color: rgb(152,161,171); }
H1.HeaderClassName
{
color: #98A1AB;
}
.AnyTagClassName
{
color: #98A1AB;
}
</style>
background-color css
<style>
a { background-color: #98A1AB; }
a { background-color: rgb(152,161,171); }
div.DivClassName
{
background-color: #98A1AB;
}
.BgClassName
{
background-color: #98A1AB;
}
</style>
border-color css
<style>
span { border-color: #98A1AB; }
span { border-color: rgb(152,161,171); }
td.TdClassName
{
border-color: #98A1AB;
}
.TagClassName
{
border-color: #98A1AB;
}
</style>