Shades of Grey Chateau #95A1AE
Tints of Grey Chateau #95A1AE
RGB
CMYK
RGB Variations
Color information
#95A1AE (or 0x95A1AE) is known color: Grey Chateau. HEX triplet: 95, A1 and AE. RGB value is (149,161,174). Sum of RGB (Red+Green+Blue) = 149+161+174=484 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.79% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 174 - color contains mainly: blue. Hex color #95A1AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A1AE is #6A5E51. Grayscale: #9E9E9E. Windows color (decimal): -6970962 or 11444629. OLE color: 11444629.
HSL color Cylindrical-coordinate representation of color #95A1AE: hue angle of 211.2º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #95A1AE is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 161 | 174 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.32 |
| HSL | 211.2º | 0.13% | 0.63% | - |
| HSV(B) | 211.2º | 0.14% | 0.68% | - |
| XYZ | 32.78 | 34.94 | 45.06 | - |
| YUV | 158.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 161 | 174 | 0.14 | 0.07 | 0 | 0.32 | 211.2 | 0.13 | 0.63 |
| Hex | 95 | A1 | AE | E | 7 | 0 | 20 | D3 | D | 3F |
| Octal | 225 | 241 | 256 | 16 | 7 | 0 | 40 | 323 | 15 | 77 |
| Binary | 10010101 | 10100001 | 10101110 | 1110 | 111 | 0 | 100000 | 11010011 | 1101 | 111111 |
Color Harmonies of #95A1AE
Complementary color
Monochromatic Colors of #95A1AE
Black with #95A1AE
Text Example
Text Example
White with #95A1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A1AE; }
p { color: rgb(149,161,174); }
H1.HeaderClassName
{
color: #95A1AE;
}
.AnyTagClassName
{
color: #95A1AE;
}
</style>
background-color css
<style>
a { background-color: #95A1AE; }
a { background-color: rgb(149,161,174); }
div.DivClassName
{
background-color: #95A1AE;
}
.BgClassName
{
background-color: #95A1AE;
}
</style>
border-color css
<style>
span { border-color: #95A1AE; }
span { border-color: rgb(149,161,174); }
td.TdClassName
{
border-color: #95A1AE;
}
.TagClassName
{
border-color: #95A1AE;
}
</style>