Shades of Nobel #ADA1A0
Tints of Nobel #ADA1A0
RGB
CMYK
RGB Variations
Color information
#ADA1A0 (or 0xADA1A0) is known color: Nobel. HEX triplet: AD, A1 and A0. RGB value is (173,161,160). Sum of RGB (Red+Green+Blue) = 173+161+160=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 161 (63.28% from 255 or 32.59% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA1A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA1A0 is #525E5F. Grayscale: #A4A4A4. Windows color (decimal): -5398112 or 10527149. OLE color: 10527149.
HSL color Cylindrical-coordinate representation of color #ADA1A0: hue angle of 4.62º degrees, saturation: 0.07, 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 #ADA1A0 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 160 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.32 |
| HSL | 4.62º | 0.07% | 0.65% | - |
| HSV(B) | 4.62º | 0.08% | 0.68% | - |
| XYZ | 36.32 | 36.91 | 38.47 | - |
| YUV | 164.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 160 | 0 | 0.07 | 0.08 | 0.32 | 4.62 | 0.07 | 0.65 |
| Hex | AD | A1 | A0 | 0 | 7 | 8 | 20 | 5 | 7 | 41 |
| Octal | 255 | 241 | 240 | 0 | 7 | 10 | 40 | 5 | 7 | 101 |
| Binary | 10101101 | 10100001 | 10100000 | 0 | 111 | 1000 | 100000 | 101 | 111 | 1000001 |
Color Harmonies of #ADA1A0
Complementary color
Monochromatic Colors of #ADA1A0
Black with #ADA1A0
Text Example
Text Example
White with #ADA1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA1A0; }
p { color: rgb(173,161,160); }
H1.HeaderClassName
{
color: #ADA1A0;
}
.AnyTagClassName
{
color: #ADA1A0;
}
</style>
background-color css
<style>
a { background-color: #ADA1A0; }
a { background-color: rgb(173,161,160); }
div.DivClassName
{
background-color: #ADA1A0;
}
.BgClassName
{
background-color: #ADA1A0;
}
</style>
border-color css
<style>
span { border-color: #ADA1A0; }
span { border-color: rgb(173,161,160); }
td.TdClassName
{
border-color: #ADA1A0;
}
.TagClassName
{
border-color: #ADA1A0;
}
</style>