Shades of Nobel #AD9F9E
Tints of Nobel #AD9F9E
RGB
CMYK
RGB Variations
Color information
#AD9F9E (or 0xAD9F9E) is known color: Nobel. HEX triplet: AD, 9F and 9E. RGB value is (173,159,158). Sum of RGB (Red+Green+Blue) = 173+159+158=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9F9E is #526061. Grayscale: #A3A3A3. Windows color (decimal): -5398626 or 10395565. OLE color: 10395565.
HSL color Cylindrical-coordinate representation of color #AD9F9E: hue angle of 4º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AD9F9E is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 158 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.32 |
| HSL | 4º | 0.08% | 0.65% | - |
| HSV(B) | 4º | 0.09% | 0.68% | - |
| XYZ | 35.8 | 36.15 | 37.44 | - |
| YUV | 163.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 158 | 0 | 0.08 | 0.09 | 0.32 | 4 | 0.08 | 0.65 |
| Hex | AD | 9F | 9E | 0 | 8 | 9 | 20 | 4 | 8 | 41 |
| Octal | 255 | 237 | 236 | 0 | 10 | 11 | 40 | 4 | 10 | 101 |
| Binary | 10101101 | 10011111 | 10011110 | 0 | 1000 | 1001 | 100000 | 100 | 1000 | 1000001 |
Color Harmonies of #AD9F9E
Complementary color
Monochromatic Colors of #AD9F9E
Black with #AD9F9E
Text Example
Text Example
White with #AD9F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F9E; }
p { color: rgb(173,159,158); }
H1.HeaderClassName
{
color: #AD9F9E;
}
.AnyTagClassName
{
color: #AD9F9E;
}
</style>
background-color css
<style>
a { background-color: #AD9F9E; }
a { background-color: rgb(173,159,158); }
div.DivClassName
{
background-color: #AD9F9E;
}
.BgClassName
{
background-color: #AD9F9E;
}
</style>
border-color css
<style>
span { border-color: #AD9F9E; }
span { border-color: rgb(173,159,158); }
td.TdClassName
{
border-color: #AD9F9E;
}
.TagClassName
{
border-color: #AD9F9E;
}
</style>