Shades of Nobel #AA9E9C
Tints of Nobel #AA9E9C
RGB
CMYK
RGB Variations
Color information
#AA9E9C (or 0xAA9E9C) is known color: Nobel. HEX triplet: AA, 9E and 9C. RGB value is (170,158,156). Sum of RGB (Red+Green+Blue) = 170+158+156=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9E9C is #556163. Grayscale: #A1A1A1. Windows color (decimal): -5595492 or 10264234. OLE color: 10264234.
HSL color Cylindrical-coordinate representation of color #AA9E9C: hue angle of 8.57º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AA9E9C is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 156 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.33 |
| HSL | 8.57º | 0.08% | 0.64% | - |
| HSV(B) | 8.57º | 0.08% | 0.67% | - |
| XYZ | 34.81 | 35.4 | 36.45 | - |
| YUV | 161.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 156 | 0 | 0.07 | 0.08 | 0.33 | 8.57 | 0.08 | 0.64 |
| Hex | AA | 9E | 9C | 0 | 7 | 8 | 21 | 9 | 8 | 40 |
| Octal | 252 | 236 | 234 | 0 | 7 | 10 | 41 | 11 | 10 | 100 |
| Binary | 10101010 | 10011110 | 10011100 | 0 | 111 | 1000 | 100001 | 1001 | 1000 | 1000000 |
Color Harmonies of #AA9E9C
Complementary color
Monochromatic Colors of #AA9E9C
Black with #AA9E9C
Text Example
Text Example
White with #AA9E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E9C; }
p { color: rgb(170,158,156); }
H1.HeaderClassName
{
color: #AA9E9C;
}
.AnyTagClassName
{
color: #AA9E9C;
}
</style>
background-color css
<style>
a { background-color: #AA9E9C; }
a { background-color: rgb(170,158,156); }
div.DivClassName
{
background-color: #AA9E9C;
}
.BgClassName
{
background-color: #AA9E9C;
}
</style>
border-color css
<style>
span { border-color: #AA9E9C; }
span { border-color: rgb(170,158,156); }
td.TdClassName
{
border-color: #AA9E9C;
}
.TagClassName
{
border-color: #AA9E9C;
}
</style>