Shades of Nebula #AACAB7
Tints of Nebula #AACAB7
RGB
CMYK
RGB Variations
Color information
#AACAB7 (or 0xAACAB7) is known color: Nebula. HEX triplet: AA, CA and B7. RGB value is (170,202,183). Sum of RGB (Red+Green+Blue) = 170+202+183=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 183 (71.88% from 255 or 32.97% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACAB7 is #553548. Grayscale: #BEBEBE. Windows color (decimal): -5584201 or 12044970. OLE color: 12044970.
HSL color Cylindrical-coordinate representation of color #AACAB7: hue angle of 144.38º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AACAB7 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 202 | 183 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.21 |
| HSL | 144.38º | 0.23% | 0.73% | - |
| HSV(B) | 144.38º | 0.16% | 0.79% | - |
| XYZ | 46.25 | 54.21 | 52.83 | - |
| YUV | 190.27 | 123.9 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 183 | 0.16 | 0 | 0.09 | 0.21 | 144.38 | 0.23 | 0.73 |
| Hex | AA | CA | B7 | 10 | 0 | 9 | 15 | 90 | 17 | 49 |
| Octal | 252 | 312 | 267 | 20 | 0 | 11 | 25 | 220 | 27 | 111 |
| Binary | 10101010 | 11001010 | 10110111 | 10000 | 0 | 1001 | 10101 | 10010000 | 10111 | 1001001 |
Color Harmonies of #AACAB7
Complementary color
Monochromatic Colors of #AACAB7
Black with #AACAB7
Text Example
Text Example
White with #AACAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACAB7; }
p { color: rgb(170,202,183); }
H1.HeaderClassName
{
color: #AACAB7;
}
.AnyTagClassName
{
color: #AACAB7;
}
</style>
background-color css
<style>
a { background-color: #AACAB7; }
a { background-color: rgb(170,202,183); }
div.DivClassName
{
background-color: #AACAB7;
}
.BgClassName
{
background-color: #AACAB7;
}
</style>
border-color css
<style>
span { border-color: #AACAB7; }
span { border-color: rgb(170,202,183); }
td.TdClassName
{
border-color: #AACAB7;
}
.TagClassName
{
border-color: #AACAB7;
}
</style>