Shades of Grey Chateau #95A0A6
Tints of Grey Chateau #95A0A6
RGB
CMYK
RGB Variations
Color information
#95A0A6 (or 0x95A0A6) is known color: Grey Chateau. HEX triplet: 95, A0 and A6. RGB value is (149,160,166). Sum of RGB (Red+Green+Blue) = 149+160+166=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 166 (65.23% from 255 or 34.95% from 475); Max value from RGB is 166 - color contains mainly: blue. Hex color #95A0A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A0A6 is #6A5F59. Grayscale: #9D9D9D. Windows color (decimal): -6971226 or 10920085. OLE color: 10920085.
HSL color Cylindrical-coordinate representation of color #95A0A6: hue angle of 201.18º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #95A0A6 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 160 | 166 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.35 |
| HSL | 201.18º | 0.09% | 0.62% | - |
| HSV(B) | 201.18º | 0.1% | 0.65% | - |
| XYZ | 31.85 | 34.28 | 41.02 | - |
| YUV | 157.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 160 | 166 | 0.10 | 0.04 | 0 | 0.35 | 201.18 | 0.09 | 0.62 |
| Hex | 95 | A0 | A6 | A | 4 | 0 | 23 | C9 | 9 | 3E |
| Octal | 225 | 240 | 246 | 12 | 4 | 0 | 43 | 311 | 11 | 76 |
| Binary | 10010101 | 10100000 | 10100110 | 1010 | 100 | 0 | 100011 | 11001001 | 1001 | 111110 |
Color Harmonies of #95A0A6
Complementary color
Monochromatic Colors of #95A0A6
Black with #95A0A6
Text Example
Text Example
White with #95A0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A0A6; }
p { color: rgb(149,160,166); }
H1.HeaderClassName
{
color: #95A0A6;
}
.AnyTagClassName
{
color: #95A0A6;
}
</style>
background-color css
<style>
a { background-color: #95A0A6; }
a { background-color: rgb(149,160,166); }
div.DivClassName
{
background-color: #95A0A6;
}
.BgClassName
{
background-color: #95A0A6;
}
</style>
border-color css
<style>
span { border-color: #95A0A6; }
span { border-color: rgb(149,160,166); }
td.TdClassName
{
border-color: #95A0A6;
}
.TagClassName
{
border-color: #95A0A6;
}
</style>