Shades of Nobel #ADA19F
Tints of Nobel #ADA19F
RGB
CMYK
RGB Variations
Color information
#ADA19F (or 0xADA19F) is known color: Nobel. HEX triplet: AD, A1 and 9F. RGB value is (173,161,159). Sum of RGB (Red+Green+Blue) = 173+161+159=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA19F is #525E60. Grayscale: #A4A4A4. Windows color (decimal): -5398113 or 10461613. OLE color: 10461613.
HSL color Cylindrical-coordinate representation of color #ADA19F: hue angle of 8.57º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADA19F is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 159 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.32 |
| HSL | 8.57º | 0.08% | 0.65% | - |
| HSV(B) | 8.57º | 0.08% | 0.68% | - |
| XYZ | 36.24 | 36.88 | 38.01 | - |
| YUV | 164.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 159 | 0 | 0.07 | 0.08 | 0.32 | 8.57 | 0.08 | 0.65 |
| Hex | AD | A1 | 9F | 0 | 7 | 8 | 20 | 9 | 8 | 41 |
| Octal | 255 | 241 | 237 | 0 | 7 | 10 | 40 | 11 | 10 | 101 |
| Binary | 10101101 | 10100001 | 10011111 | 0 | 111 | 1000 | 100000 | 1001 | 1000 | 1000001 |
Color Harmonies of #ADA19F
Complementary color
Monochromatic Colors of #ADA19F
Black with #ADA19F
Text Example
Text Example
White with #ADA19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA19F; }
p { color: rgb(173,161,159); }
H1.HeaderClassName
{
color: #ADA19F;
}
.AnyTagClassName
{
color: #ADA19F;
}
</style>
background-color css
<style>
a { background-color: #ADA19F; }
a { background-color: rgb(173,161,159); }
div.DivClassName
{
background-color: #ADA19F;
}
.BgClassName
{
background-color: #ADA19F;
}
</style>
border-color css
<style>
span { border-color: #ADA19F; }
span { border-color: rgb(173,161,159); }
td.TdClassName
{
border-color: #ADA19F;
}
.TagClassName
{
border-color: #ADA19F;
}
</style>