Shades of Grey Suit #9D9AA3
Tints of Grey Suit #9D9AA3
RGB
CMYK
RGB Variations
Color information
#9D9AA3 (or 0x9D9AA3) is known color: Grey Suit. HEX triplet: 9D, 9A and A3. RGB value is (157,154,163). Sum of RGB (Red+Green+Blue) = 157+154+163=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 163 (64.06% from 255 or 34.39% from 474); Max value from RGB is 163 - color contains mainly: blue. Hex color #9D9AA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9AA3 is #62655C. Grayscale: #9B9B9B. Windows color (decimal): -6448477 or 10721949. OLE color: 10721949.
HSL color Cylindrical-coordinate representation of color #9D9AA3: hue angle of 260º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9D9AA3 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 154 | 163 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.36 |
| HSL | 260º | 0.05% | 0.62% | - |
| HSV(B) | 260º | 0.06% | 0.64% | - |
| XYZ | 32.07 | 32.92 | 39.31 | - |
| YUV | 155.92 | 131.99 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 154 | 163 | 0.04 | 0.06 | 0 | 0.36 | 260 | 0.05 | 0.62 |
| Hex | 9D | 9A | A3 | 4 | 6 | 0 | 24 | 104 | 5 | 3E |
| Octal | 235 | 232 | 243 | 4 | 6 | 0 | 44 | 404 | 5 | 76 |
| Binary | 10011101 | 10011010 | 10100011 | 100 | 110 | 0 | 100100 | 100000100 | 101 | 111110 |
Color Harmonies of #9D9AA3
Complementary color
Monochromatic Colors of #9D9AA3
Black with #9D9AA3
Text Example
Text Example
White with #9D9AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9AA3; }
p { color: rgb(157,154,163); }
H1.HeaderClassName
{
color: #9D9AA3;
}
.AnyTagClassName
{
color: #9D9AA3;
}
</style>
background-color css
<style>
a { background-color: #9D9AA3; }
a { background-color: rgb(157,154,163); }
div.DivClassName
{
background-color: #9D9AA3;
}
.BgClassName
{
background-color: #9D9AA3;
}
</style>
border-color css
<style>
span { border-color: #9D9AA3; }
span { border-color: rgb(157,154,163); }
td.TdClassName
{
border-color: #9D9AA3;
}
.TagClassName
{
border-color: #9D9AA3;
}
</style>