Shades of Grey Chateau #9EA5AD
Tints of Grey Chateau #9EA5AD
RGB
CMYK
RGB Variations
Color information
#9EA5AD (or 0x9EA5AD) is known color: Grey Chateau. HEX triplet: 9E, A5 and AD. RGB value is (158,165,173). Sum of RGB (Red+Green+Blue) = 158+165+173=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 173 - color contains mainly: blue. Hex color #9EA5AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA5AD is #615A52. Grayscale: #A3A3A3. Windows color (decimal): -6380115 or 11380126. OLE color: 11380126.
HSL color Cylindrical-coordinate representation of color #9EA5AD: hue angle of 212º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9EA5AD is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 165 | 173 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.32 |
| HSL | 212º | 0.08% | 0.65% | - |
| HSV(B) | 212º | 0.09% | 0.68% | - |
| XYZ | 35.1 | 37.2 | 44.86 | - |
| YUV | 163.82 | 133.18 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 165 | 173 | 0.09 | 0.05 | 0 | 0.32 | 212 | 0.08 | 0.65 |
| Hex | 9E | A5 | AD | 9 | 5 | 0 | 20 | D4 | 8 | 41 |
| Octal | 236 | 245 | 255 | 11 | 5 | 0 | 40 | 324 | 10 | 101 |
| Binary | 10011110 | 10100101 | 10101101 | 1001 | 101 | 0 | 100000 | 11010100 | 1000 | 1000001 |
Color Harmonies of #9EA5AD
Complementary color
Monochromatic Colors of #9EA5AD
Black with #9EA5AD
Text Example
Text Example
White with #9EA5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA5AD; }
p { color: rgb(158,165,173); }
H1.HeaderClassName
{
color: #9EA5AD;
}
.AnyTagClassName
{
color: #9EA5AD;
}
</style>
background-color css
<style>
a { background-color: #9EA5AD; }
a { background-color: rgb(158,165,173); }
div.DivClassName
{
background-color: #9EA5AD;
}
.BgClassName
{
background-color: #9EA5AD;
}
</style>
border-color css
<style>
span { border-color: #9EA5AD; }
span { border-color: rgb(158,165,173); }
td.TdClassName
{
border-color: #9EA5AD;
}
.TagClassName
{
border-color: #9EA5AD;
}
</style>