Shades of Grey Chateau #9599A0
Tints of Grey Chateau #9599A0
RGB
CMYK
RGB Variations
Color information
#9599A0 (or 0x9599A0) is known color: Grey Chateau. HEX triplet: 95, 99 and A0. RGB value is (149,153,160). Sum of RGB (Red+Green+Blue) = 149+153+160=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 160 - color contains mainly: blue. Hex color #9599A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9599A0 is #6A665F. Grayscale: #989898. Windows color (decimal): -6973024 or 10525077. OLE color: 10525077.
HSL color Cylindrical-coordinate representation of color #9599A0: hue angle of 218.18º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9599A0 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 149 | 153 | 160 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.37 |
| HSL | 218.18º | 0.05% | 0.61% | - |
| HSV(B) | 218.18º | 0.07% | 0.63% | - |
| XYZ | 30.13 | 31.71 | 37.79 | - |
| YUV | 152.6 | 132.17 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 153 | 160 | 0.07 | 0.04 | 0 | 0.37 | 218.18 | 0.05 | 0.61 |
| Hex | 95 | 99 | A0 | 7 | 4 | 0 | 25 | DA | 5 | 3D |
| Octal | 225 | 231 | 240 | 7 | 4 | 0 | 45 | 332 | 5 | 75 |
| Binary | 10010101 | 10011001 | 10100000 | 111 | 100 | 0 | 100101 | 11011010 | 101 | 111101 |
Color Harmonies of #9599A0
Complementary color
Monochromatic Colors of #9599A0
Black with #9599A0
Text Example
Text Example
White with #9599A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9599A0; }
p { color: rgb(149,153,160); }
H1.HeaderClassName
{
color: #9599A0;
}
.AnyTagClassName
{
color: #9599A0;
}
</style>
background-color css
<style>
a { background-color: #9599A0; }
a { background-color: rgb(149,153,160); }
div.DivClassName
{
background-color: #9599A0;
}
.BgClassName
{
background-color: #9599A0;
}
</style>
border-color css
<style>
span { border-color: #9599A0; }
span { border-color: rgb(149,153,160); }
td.TdClassName
{
border-color: #9599A0;
}
.TagClassName
{
border-color: #9599A0;
}
</style>