Shades of Morning Glory #AACCD0
Tints of Morning Glory #AACCD0
RGB
CMYK
RGB Variations
Color information
#AACCD0 (or 0xAACCD0) is known color: Morning Glory. HEX triplet: AA, CC and D0. RGB value is (170,204,208). Sum of RGB (Red+Green+Blue) = 170+204+208=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 208 - color contains mainly: blue. Hex color #AACCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCD0 is #55332F. Grayscale: #C2C2C2. Windows color (decimal): -5583664 or 13683882. OLE color: 13683882.
HSL color Cylindrical-coordinate representation of color #AACCD0: hue angle of 186.32º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AACCD0 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 204 | 208 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.18 |
| HSL | 186.32º | 0.29% | 0.74% | - |
| HSV(B) | 186.32º | 0.18% | 0.82% | - |
| XYZ | 49.56 | 56.29 | 67.93 | - |
| YUV | 194.29 | 135.74 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 208 | 0.18 | 0.02 | 0 | 0.18 | 186.32 | 0.29 | 0.74 |
| Hex | AA | CC | D0 | 12 | 2 | 0 | 12 | BA | 1D | 4A |
| Octal | 252 | 314 | 320 | 22 | 2 | 0 | 22 | 272 | 35 | 112 |
| Binary | 10101010 | 11001100 | 11010000 | 10010 | 10 | 0 | 10010 | 10111010 | 11101 | 1001010 |
Color Harmonies of #AACCD0
Complementary color
Monochromatic Colors of #AACCD0
Black with #AACCD0
Text Example
Text Example
White with #AACCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACCD0; }
p { color: rgb(170,204,208); }
H1.HeaderClassName
{
color: #AACCD0;
}
.AnyTagClassName
{
color: #AACCD0;
}
</style>
background-color css
<style>
a { background-color: #AACCD0; }
a { background-color: rgb(170,204,208); }
div.DivClassName
{
background-color: #AACCD0;
}
.BgClassName
{
background-color: #AACCD0;
}
</style>
border-color css
<style>
span { border-color: #AACCD0; }
span { border-color: rgb(170,204,208); }
td.TdClassName
{
border-color: #AACCD0;
}
.TagClassName
{
border-color: #AACCD0;
}
</style>