Shades of Nobel #AA9E9B
Tints of Nobel #AA9E9B
RGB
CMYK
RGB Variations
Color information
#AA9E9B (or 0xAA9E9B) is known color: Nobel. HEX triplet: AA, 9E and 9B. RGB value is (170,158,155). Sum of RGB (Red+Green+Blue) = 170+158+155=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9E9B is #556164. Grayscale: #A1A1A1. Windows color (decimal): -5595493 or 10198698. OLE color: 10198698.
HSL color Cylindrical-coordinate representation of color #AA9E9B: hue angle of 12º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AA9E9B is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 155 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.33 |
| HSL | 12º | 0.08% | 0.64% | - |
| HSV(B) | 12º | 0.09% | 0.67% | - |
| XYZ | 34.72 | 35.37 | 36.01 | - |
| YUV | 161.25 | 124.48 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 155 | 0 | 0.07 | 0.09 | 0.33 | 12 | 0.08 | 0.64 |
| Hex | AA | 9E | 9B | 0 | 7 | 9 | 21 | C | 8 | 40 |
| Octal | 252 | 236 | 233 | 0 | 7 | 11 | 41 | 14 | 10 | 100 |
| Binary | 10101010 | 10011110 | 10011011 | 0 | 111 | 1001 | 100001 | 1100 | 1000 | 1000000 |
Color Harmonies of #AA9E9B
Complementary color
Monochromatic Colors of #AA9E9B
Black with #AA9E9B
Text Example
Text Example
White with #AA9E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E9B; }
p { color: rgb(170,158,155); }
H1.HeaderClassName
{
color: #AA9E9B;
}
.AnyTagClassName
{
color: #AA9E9B;
}
</style>
background-color css
<style>
a { background-color: #AA9E9B; }
a { background-color: rgb(170,158,155); }
div.DivClassName
{
background-color: #AA9E9B;
}
.BgClassName
{
background-color: #AA9E9B;
}
</style>
border-color css
<style>
span { border-color: #AA9E9B; }
span { border-color: rgb(170,158,155); }
td.TdClassName
{
border-color: #AA9E9B;
}
.TagClassName
{
border-color: #AA9E9B;
}
</style>