Shades of Nobel #9A9090
Tints of Nobel #9A9090
RGB
CMYK
RGB Variations
Color information
#9A9090 (or 0x9A9090) is known color: Nobel. HEX triplet: 9A, 90 and 90. RGB value is (154,144,144). Sum of RGB (Red+Green+Blue) = 154+144+144=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9090 is #656F6F. Grayscale: #939393. Windows color (decimal): -6647664 or 9474202. OLE color: 9474202.
HSL color Cylindrical-coordinate representation of color #9A9090: hue angle of 0º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9A9090 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 144 | 144 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.40 |
| HSL | 0º | 0.05% | 0.58% | - |
| HSV(B) | 0º | 0.06% | 0.6% | - |
| XYZ | 28.33 | 28.83 | 30.46 | - |
| YUV | 146.99 | 126.31 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 144 | 144 | 0 | 0.06 | 0.06 | 0.40 | 0 | 0.05 | 0.58 |
| Hex | 9A | 90 | 90 | 0 | 6 | 6 | 28 | 0 | 5 | 3A |
| Octal | 232 | 220 | 220 | 0 | 6 | 6 | 50 | 0 | 5 | 72 |
| Binary | 10011010 | 10010000 | 10010000 | 0 | 110 | 110 | 101000 | 0 | 101 | 111010 |
Color Harmonies of #9A9090
Complementary color
Monochromatic Colors of #9A9090
Black with #9A9090
Text Example
Text Example
White with #9A9090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9090; }
p { color: rgb(154,144,144); }
H1.HeaderClassName
{
color: #9A9090;
}
.AnyTagClassName
{
color: #9A9090;
}
</style>
background-color css
<style>
a { background-color: #9A9090; }
a { background-color: rgb(154,144,144); }
div.DivClassName
{
background-color: #9A9090;
}
.BgClassName
{
background-color: #9A9090;
}
</style>
border-color css
<style>
span { border-color: #9A9090; }
span { border-color: rgb(154,144,144); }
td.TdClassName
{
border-color: #9A9090;
}
.TagClassName
{
border-color: #9A9090;
}
</style>