Shades of Grey Suit #9995A0
Tints of Grey Suit #9995A0
RGB
CMYK
RGB Variations
Color information
#9995A0 (or 0x9995A0) is known color: Grey Suit. HEX triplet: 99, 95 and A0. RGB value is (153,149,160). Sum of RGB (Red+Green+Blue) = 153+149+160=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 149 (58.59% from 255 or 32.25% 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 #9995A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9995A0 is #666A5F. Grayscale: #979797. Windows color (decimal): -6711904 or 10524057. OLE color: 10524057.
HSL color Cylindrical-coordinate representation of color #9995A0: hue angle of 261.82º 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 #9995A0 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 149 | 160 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.37 |
| HSL | 261.82º | 0.05% | 0.61% | - |
| HSV(B) | 261.82º | 0.07% | 0.63% | - |
| XYZ | 30.23 | 30.81 | 37.61 | - |
| YUV | 151.45 | 132.83 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 160 | 0.04 | 0.07 | 0 | 0.37 | 261.82 | 0.05 | 0.61 |
| Hex | 99 | 95 | A0 | 4 | 7 | 0 | 25 | 106 | 5 | 3D |
| Octal | 231 | 225 | 240 | 4 | 7 | 0 | 45 | 406 | 5 | 75 |
| Binary | 10011001 | 10010101 | 10100000 | 100 | 111 | 0 | 100101 | 100000110 | 101 | 111101 |
Color Harmonies of #9995A0
Complementary color
Monochromatic Colors of #9995A0
Black with #9995A0
Text Example
Text Example
White with #9995A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9995A0; }
p { color: rgb(153,149,160); }
H1.HeaderClassName
{
color: #9995A0;
}
.AnyTagClassName
{
color: #9995A0;
}
</style>
background-color css
<style>
a { background-color: #9995A0; }
a { background-color: rgb(153,149,160); }
div.DivClassName
{
background-color: #9995A0;
}
.BgClassName
{
background-color: #9995A0;
}
</style>
border-color css
<style>
span { border-color: #9995A0; }
span { border-color: rgb(153,149,160); }
td.TdClassName
{
border-color: #9995A0;
}
.TagClassName
{
border-color: #9995A0;
}
</style>