Shades of Nobel #AAA09F
Tints of Nobel #AAA09F
RGB
CMYK
RGB Variations
Color information
#AAA09F (or 0xAAA09F) is known color: Nobel. HEX triplet: AA, A0 and 9F. RGB value is (170,160,159). Sum of RGB (Red+Green+Blue) = 170+160+159=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA09F is #555F60. Grayscale: #A2A2A2. Windows color (decimal): -5594977 or 10461354. OLE color: 10461354.
HSL color Cylindrical-coordinate representation of color #AAA09F: hue angle of 5.45º 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 #AAA09F is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 159 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.33 |
| HSL | 5.45º | 0.06% | 0.65% | - |
| HSV(B) | 5.45º | 0.06% | 0.67% | - |
| XYZ | 35.41 | 36.19 | 37.92 | - |
| YUV | 162.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 159 | 0 | 0.06 | 0.06 | 0.33 | 5.45 | 0.06 | 0.65 |
| Hex | AA | A0 | 9F | 0 | 6 | 6 | 21 | 5 | 6 | 41 |
| Octal | 252 | 240 | 237 | 0 | 6 | 6 | 41 | 5 | 6 | 101 |
| Binary | 10101010 | 10100000 | 10011111 | 0 | 110 | 110 | 100001 | 101 | 110 | 1000001 |
Color Harmonies of #AAA09F
Complementary color
Monochromatic Colors of #AAA09F
Black with #AAA09F
Text Example
Text Example
White with #AAA09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA09F; }
p { color: rgb(170,160,159); }
H1.HeaderClassName
{
color: #AAA09F;
}
.AnyTagClassName
{
color: #AAA09F;
}
</style>
background-color css
<style>
a { background-color: #AAA09F; }
a { background-color: rgb(170,160,159); }
div.DivClassName
{
background-color: #AAA09F;
}
.BgClassName
{
background-color: #AAA09F;
}
</style>
border-color css
<style>
span { border-color: #AAA09F; }
span { border-color: rgb(170,160,159); }
td.TdClassName
{
border-color: #AAA09F;
}
.TagClassName
{
border-color: #AAA09F;
}
</style>