Shades of Nobel #A99F9E
Tints of Nobel #A99F9E
RGB
CMYK
RGB Variations
Color information
#A99F9E (or 0xA99F9E) is known color: Nobel. HEX triplet: A9, 9F and 9E. RGB value is (169,159,158). Sum of RGB (Red+Green+Blue) = 169+159+158=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 158 (62.11% from 255 or 32.51% from 486); Max value from RGB is 169 - color contains mainly: red. Hex color #A99F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99F9E is #566061. Grayscale: #A1A1A1. Windows color (decimal): -5660770 or 10395561. OLE color: 10395561.
HSL color Cylindrical-coordinate representation of color #A99F9E: hue angle of 5.45º degrees, saturation: 0.06, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A99F9E is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 159 | 158 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.34 |
| HSL | 5.45º | 0.06% | 0.64% | - |
| HSV(B) | 5.45º | 0.07% | 0.66% | - |
| XYZ | 34.93 | 35.7 | 37.4 | - |
| YUV | 161.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 159 | 158 | 0 | 0.06 | 0.07 | 0.34 | 5.45 | 0.06 | 0.64 |
| Hex | A9 | 9F | 9E | 0 | 6 | 7 | 22 | 5 | 6 | 40 |
| Octal | 251 | 237 | 236 | 0 | 6 | 7 | 42 | 5 | 6 | 100 |
| Binary | 10101001 | 10011111 | 10011110 | 0 | 110 | 111 | 100010 | 101 | 110 | 1000000 |
Color Harmonies of #A99F9E
Complementary color
Monochromatic Colors of #A99F9E
Black with #A99F9E
Text Example
Text Example
White with #A99F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99F9E; }
p { color: rgb(169,159,158); }
H1.HeaderClassName
{
color: #A99F9E;
}
.AnyTagClassName
{
color: #A99F9E;
}
</style>
background-color css
<style>
a { background-color: #A99F9E; }
a { background-color: rgb(169,159,158); }
div.DivClassName
{
background-color: #A99F9E;
}
.BgClassName
{
background-color: #A99F9E;
}
</style>
border-color css
<style>
span { border-color: #A99F9E; }
span { border-color: rgb(169,159,158); }
td.TdClassName
{
border-color: #A99F9E;
}
.TagClassName
{
border-color: #A99F9E;
}
</style>