Shades of Morning Glory #A0CAC9
Tints of Morning Glory #A0CAC9
RGB
CMYK
RGB Variations
Color information
#A0CAC9 (or 0xA0CAC9) is known color: Morning Glory. HEX triplet: A0, CA and C9. RGB value is (160,202,201). Sum of RGB (Red+Green+Blue) = 160+202+201=563 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.42% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 201 (78.91% from 255 or 35.70% from 563); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CAC9 is #5F3536. Grayscale: #BDBDBD. Windows color (decimal): -6239543 or 13224608. OLE color: 13224608.
HSL color Cylindrical-coordinate representation of color #A0CAC9: hue angle of 178.57º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0CAC9 is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 202 | 201 | - |
| CMYK | 0.21 | 0 | 0.00 | 0.21 |
| HSL | 178.57º | 0.28% | 0.71% | - |
| HSV(B) | 178.57º | 0.21% | 0.79% | - |
| XYZ | 46.16 | 53.93 | 63.24 | - |
| YUV | 189.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 201 | 0.21 | 0 | 0.00 | 0.21 | 178.57 | 0.28 | 0.71 |
| Hex | A0 | CA | C9 | 15 | 0 | 0 | 15 | B3 | 1C | 47 |
| Octal | 240 | 312 | 311 | 25 | 0 | 0 | 25 | 263 | 34 | 107 |
| Binary | 10100000 | 11001010 | 11001001 | 10101 | 0 | 0 | 10101 | 10110011 | 11100 | 1000111 |
Color Harmonies of #A0CAC9
Complementary color
Monochromatic Colors of #A0CAC9
Black with #A0CAC9
Text Example
Text Example
White with #A0CAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CAC9; }
p { color: rgb(160,202,201); }
H1.HeaderClassName
{
color: #A0CAC9;
}
.AnyTagClassName
{
color: #A0CAC9;
}
</style>
background-color css
<style>
a { background-color: #A0CAC9; }
a { background-color: rgb(160,202,201); }
div.DivClassName
{
background-color: #A0CAC9;
}
.BgClassName
{
background-color: #A0CAC9;
}
</style>
border-color css
<style>
span { border-color: #A0CAC9; }
span { border-color: rgb(160,202,201); }
td.TdClassName
{
border-color: #A0CAC9;
}
.TagClassName
{
border-color: #A0CAC9;
}
</style>