Shades of Grey Chateau #98A3AF
Tints of Grey Chateau #98A3AF
RGB
CMYK
RGB Variations
Color information
#98A3AF (or 0x98A3AF) is known color: Grey Chateau. HEX triplet: 98, A3 and AF. RGB value is (152,163,175). Sum of RGB (Red+Green+Blue) = 152+163+175=490 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.02% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 175 - color contains mainly: blue. Hex color #98A3AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A3AF is #675C50. Grayscale: #A1A1A1. Windows color (decimal): -6773841 or 11510680. OLE color: 11510680.
HSL color Cylindrical-coordinate representation of color #98A3AF: hue angle of 211.3º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #98A3AF is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 163 | 175 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.31 |
| HSL | 211.3º | 0.13% | 0.64% | - |
| HSV(B) | 211.3º | 0.13% | 0.69% | - |
| XYZ | 33.78 | 35.96 | 45.72 | - |
| YUV | 161.08 | 135.86 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 163 | 175 | 0.13 | 0.07 | 0 | 0.31 | 211.3 | 0.13 | 0.64 |
| Hex | 98 | A3 | AF | D | 7 | 0 | 1F | D3 | D | 40 |
| Octal | 230 | 243 | 257 | 15 | 7 | 0 | 37 | 323 | 15 | 100 |
| Binary | 10011000 | 10100011 | 10101111 | 1101 | 111 | 0 | 11111 | 11010011 | 1101 | 1000000 |
Color Harmonies of #98A3AF
Complementary color
Monochromatic Colors of #98A3AF
Black with #98A3AF
Text Example
Text Example
White with #98A3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A3AF; }
p { color: rgb(152,163,175); }
H1.HeaderClassName
{
color: #98A3AF;
}
.AnyTagClassName
{
color: #98A3AF;
}
</style>
background-color css
<style>
a { background-color: #98A3AF; }
a { background-color: rgb(152,163,175); }
div.DivClassName
{
background-color: #98A3AF;
}
.BgClassName
{
background-color: #98A3AF;
}
</style>
border-color css
<style>
span { border-color: #98A3AF; }
span { border-color: rgb(152,163,175); }
td.TdClassName
{
border-color: #98A3AF;
}
.TagClassName
{
border-color: #98A3AF;
}
</style>