Shades of Grey Chateau #98A3AB
Tints of Grey Chateau #98A3AB
RGB
CMYK
RGB Variations
Color information
#98A3AB (or 0x98A3AB) is known color: Grey Chateau. HEX triplet: 98, A3 and AB. RGB value is (152,163,171). Sum of RGB (Red+Green+Blue) = 152+163+171=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 171 - color contains mainly: blue. Hex color #98A3AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A3AB is #675C54. Grayscale: #A0A0A0. Windows color (decimal): -6773845 or 11248536. OLE color: 11248536.
HSL color Cylindrical-coordinate representation of color #98A3AB: hue angle of 205.26º 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 #98A3AB is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 163 | 171 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.33 |
| HSL | 205.26º | 0.1% | 0.63% | - |
| HSV(B) | 205.26º | 0.11% | 0.67% | - |
| XYZ | 33.4 | 35.81 | 43.68 | - |
| YUV | 160.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 163 | 171 | 0.11 | 0.05 | 0 | 0.33 | 205.26 | 0.1 | 0.63 |
| Hex | 98 | A3 | AB | B | 5 | 0 | 21 | CD | A | 3F |
| Octal | 230 | 243 | 253 | 13 | 5 | 0 | 41 | 315 | 12 | 77 |
| Binary | 10011000 | 10100011 | 10101011 | 1011 | 101 | 0 | 100001 | 11001101 | 1010 | 111111 |
Color Harmonies of #98A3AB
Complementary color
Monochromatic Colors of #98A3AB
Black with #98A3AB
Text Example
Text Example
White with #98A3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A3AB; }
p { color: rgb(152,163,171); }
H1.HeaderClassName
{
color: #98A3AB;
}
.AnyTagClassName
{
color: #98A3AB;
}
</style>
background-color css
<style>
a { background-color: #98A3AB; }
a { background-color: rgb(152,163,171); }
div.DivClassName
{
background-color: #98A3AB;
}
.BgClassName
{
background-color: #98A3AB;
}
</style>
border-color css
<style>
span { border-color: #98A3AB; }
span { border-color: rgb(152,163,171); }
td.TdClassName
{
border-color: #98A3AB;
}
.TagClassName
{
border-color: #98A3AB;
}
</style>