Shades of Grey Chateau #95A0AD
Tints of Grey Chateau #95A0AD
RGB
CMYK
RGB Variations
Color information
#95A0AD (or 0x95A0AD) is known color: Grey Chateau. HEX triplet: 95, A0 and AD. RGB value is (149,160,173). Sum of RGB (Red+Green+Blue) = 149+160+173=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 173 - color contains mainly: blue. Hex color #95A0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A0AD is #6A5F52. Grayscale: #9E9E9E. Windows color (decimal): -6971219 or 11378837. OLE color: 11378837.
HSL color Cylindrical-coordinate representation of color #95A0AD: hue angle of 212.5º 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 #95A0AD is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 160 | 173 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.32 |
| HSL | 212.5º | 0.13% | 0.63% | - |
| HSV(B) | 212.5º | 0.14% | 0.68% | - |
| XYZ | 32.51 | 34.55 | 44.49 | - |
| YUV | 158.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 160 | 173 | 0.14 | 0.08 | 0 | 0.32 | 212.5 | 0.13 | 0.63 |
| Hex | 95 | A0 | AD | E | 8 | 0 | 20 | D4 | D | 3F |
| Octal | 225 | 240 | 255 | 16 | 10 | 0 | 40 | 324 | 15 | 77 |
| Binary | 10010101 | 10100000 | 10101101 | 1110 | 1000 | 0 | 100000 | 11010100 | 1101 | 111111 |
Color Harmonies of #95A0AD
Complementary color
Monochromatic Colors of #95A0AD
Black with #95A0AD
Text Example
Text Example
White with #95A0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A0AD; }
p { color: rgb(149,160,173); }
H1.HeaderClassName
{
color: #95A0AD;
}
.AnyTagClassName
{
color: #95A0AD;
}
</style>
background-color css
<style>
a { background-color: #95A0AD; }
a { background-color: rgb(149,160,173); }
div.DivClassName
{
background-color: #95A0AD;
}
.BgClassName
{
background-color: #95A0AD;
}
</style>
border-color css
<style>
span { border-color: #95A0AD; }
span { border-color: rgb(149,160,173); }
td.TdClassName
{
border-color: #95A0AD;
}
.TagClassName
{
border-color: #95A0AD;
}
</style>