Shades of Nobel #ADA3A3
Tints of Nobel #ADA3A3
RGB
CMYK
RGB Variations
Color information
#ADA3A3 (or 0xADA3A3) is known color: Nobel. HEX triplet: AD, A3 and A3. RGB value is (173,163,163). Sum of RGB (Red+Green+Blue) = 173+163+163=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 163 (64.06% from 255 or 32.67% from 499); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA3A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA3A3 is #525C5C. Grayscale: #A6A6A6. Windows color (decimal): -5397597 or 10724269. OLE color: 10724269.
HSL color Cylindrical-coordinate representation of color #ADA3A3: hue angle of 0º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADA3A3 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 163 | 163 | - |
CMYK | 0 | 0.06 | 0.06 | 0.32 |
HSL | 0º | 0.06% | 0.66% | - |
HSV(B) | 0º | 0.06% | 0.68% | - |
XYZ | 36.94 | 37.72 | 39.98 | - |
YUV | 165.99 | 126.31 | 133 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 163 | 163 | 0 | 0.06 | 0.06 | 0.32 | 0 | 0.06 | 0.66 |
Hex | AD | A3 | A3 | 0 | 6 | 6 | 20 | 0 | 6 | 42 |
Octal | 255 | 243 | 243 | 0 | 6 | 6 | 40 | 0 | 6 | 102 |
Binary | 10101101 | 10100011 | 10100011 | 0 | 110 | 110 | 100000 | 0 | 110 | 1000010 |
Color Harmonies of #ADA3A3
Complementary color
Monochromatic Colors of #ADA3A3
Black with #ADA3A3
Text Example
Text Example
White with #ADA3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA3A3; }
p { color: rgb(173,163,163); }
H1.HeaderClassName
{
color: #ADA3A3;
}
.AnyTagClassName
{
color: #ADA3A3;
}
</style>
background-color css
<style>
a { background-color: #ADA3A3; }
a { background-color: rgb(173,163,163); }
div.DivClassName
{
background-color: #ADA3A3;
}
.BgClassName
{
background-color: #ADA3A3;
}
</style>
border-color css
<style>
span { border-color: #ADA3A3; }
span { border-color: rgb(173,163,163); }
td.TdClassName
{
border-color: #ADA3A3;
}
.TagClassName
{
border-color: #ADA3A3;
}
</style>