Shades of Nobel #AAA0A0
Tints of Nobel #AAA0A0
RGB
CMYK
RGB Variations
Color information
#AAA0A0 (or 0xAAA0A0) is known color: Nobel. HEX triplet: AA, A0 and A0. RGB value is (170,160,160). Sum of RGB (Red+Green+Blue) = 170+160+160=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA0A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA0A0 is #555F5F. Grayscale: #A2A2A2. Windows color (decimal): -5594976 or 10526890. OLE color: 10526890.
HSL color Cylindrical-coordinate representation of color #AAA0A0: hue angle of 0º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AAA0A0 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 160 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.33 |
| HSL | 0º | 0.06% | 0.65% | - |
| HSV(B) | 0º | 0.06% | 0.67% | - |
| XYZ | 35.49 | 36.23 | 38.38 | - |
| YUV | 162.99 | 126.31 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 160 | 0 | 0.06 | 0.06 | 0.33 | 0 | 0.06 | 0.65 |
| Hex | AA | A0 | A0 | 0 | 6 | 6 | 21 | 0 | 6 | 41 |
| Octal | 252 | 240 | 240 | 0 | 6 | 6 | 41 | 0 | 6 | 101 |
| Binary | 10101010 | 10100000 | 10100000 | 0 | 110 | 110 | 100001 | 0 | 110 | 1000001 |
Color Harmonies of #AAA0A0
Complementary color
Monochromatic Colors of #AAA0A0
Black with #AAA0A0
Text Example
Text Example
White with #AAA0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA0A0; }
p { color: rgb(170,160,160); }
H1.HeaderClassName
{
color: #AAA0A0;
}
.AnyTagClassName
{
color: #AAA0A0;
}
</style>
background-color css
<style>
a { background-color: #AAA0A0; }
a { background-color: rgb(170,160,160); }
div.DivClassName
{
background-color: #AAA0A0;
}
.BgClassName
{
background-color: #AAA0A0;
}
</style>
border-color css
<style>
span { border-color: #AAA0A0; }
span { border-color: rgb(170,160,160); }
td.TdClassName
{
border-color: #AAA0A0;
}
.TagClassName
{
border-color: #AAA0A0;
}
</style>