Shades of Nebula #AAC9B9
Tints of Nebula #AAC9B9
RGB
CMYK
RGB Variations
Color information
#AAC9B9 (or 0xAAC9B9) is known color: Nebula. HEX triplet: AA, C9 and B9. RGB value is (170,201,185). Sum of RGB (Red+Green+Blue) = 170+201+185=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 201 (78.91% from 255 or 36.15% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC9B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC9B9 is #553646. Grayscale: #BDBDBD. Windows color (decimal): -5584455 or 12175786. OLE color: 12175786.
HSL color Cylindrical-coordinate representation of color #AAC9B9: hue angle of 149.03º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAC9B9 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 185 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.21 |
| HSL | 149.03º | 0.22% | 0.73% | - |
| HSV(B) | 149.03º | 0.15% | 0.79% | - |
| XYZ | 46.22 | 53.82 | 53.85 | - |
| YUV | 189.91 | 125.23 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 185 | 0.15 | 0 | 0.08 | 0.21 | 149.03 | 0.22 | 0.73 |
| Hex | AA | C9 | B9 | F | 0 | 8 | 15 | 95 | 16 | 49 |
| Octal | 252 | 311 | 271 | 17 | 0 | 10 | 25 | 225 | 26 | 111 |
| Binary | 10101010 | 11001001 | 10111001 | 1111 | 0 | 1000 | 10101 | 10010101 | 10110 | 1001001 |
Color Harmonies of #AAC9B9
Complementary color
Monochromatic Colors of #AAC9B9
Black with #AAC9B9
Text Example
Text Example
White with #AAC9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC9B9; }
p { color: rgb(170,201,185); }
H1.HeaderClassName
{
color: #AAC9B9;
}
.AnyTagClassName
{
color: #AAC9B9;
}
</style>
background-color css
<style>
a { background-color: #AAC9B9; }
a { background-color: rgb(170,201,185); }
div.DivClassName
{
background-color: #AAC9B9;
}
.BgClassName
{
background-color: #AAC9B9;
}
</style>
border-color css
<style>
span { border-color: #AAC9B9; }
span { border-color: rgb(170,201,185); }
td.TdClassName
{
border-color: #AAC9B9;
}
.TagClassName
{
border-color: #AAC9B9;
}
</style>