Shades of Nobel #A9A09F
Tints of Nobel #A9A09F
RGB
CMYK
RGB Variations
Color information
#A9A09F (or 0xA9A09F) is known color: Nobel. HEX triplet: A9, A0 and 9F. RGB value is (169,160,159). Sum of RGB (Red+Green+Blue) = 169+160+159=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A09F is #565F60. Grayscale: #A2A2A2. Windows color (decimal): -5660513 or 10461353. OLE color: 10461353.
HSL color Cylindrical-coordinate representation of color #A9A09F: hue angle of 6º degrees, saturation: 0.05, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A9A09F is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 160 | 159 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.34 |
| HSL | 6º | 0.05% | 0.64% | - |
| HSV(B) | 6º | 0.06% | 0.66% | - |
| XYZ | 35.19 | 36.08 | 37.91 | - |
| YUV | 162.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 160 | 159 | 0 | 0.05 | 0.06 | 0.34 | 6 | 0.05 | 0.64 |
| Hex | A9 | A0 | 9F | 0 | 5 | 6 | 22 | 6 | 5 | 40 |
| Octal | 251 | 240 | 237 | 0 | 5 | 6 | 42 | 6 | 5 | 100 |
| Binary | 10101001 | 10100000 | 10011111 | 0 | 101 | 110 | 100010 | 110 | 101 | 1000000 |
Color Harmonies of #A9A09F
Complementary color
Monochromatic Colors of #A9A09F
Black with #A9A09F
Text Example
Text Example
White with #A9A09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A09F; }
p { color: rgb(169,160,159); }
H1.HeaderClassName
{
color: #A9A09F;
}
.AnyTagClassName
{
color: #A9A09F;
}
</style>
background-color css
<style>
a { background-color: #A9A09F; }
a { background-color: rgb(169,160,159); }
div.DivClassName
{
background-color: #A9A09F;
}
.BgClassName
{
background-color: #A9A09F;
}
</style>
border-color css
<style>
span { border-color: #A9A09F; }
span { border-color: rgb(169,160,159); }
td.TdClassName
{
border-color: #A9A09F;
}
.TagClassName
{
border-color: #A9A09F;
}
</style>