Shades of Morning Glory #A3CACA
Tints of Morning Glory #A3CACA
RGB
CMYK
RGB Variations
Color information
#A3CACA (or 0xA3CACA) is known color: Morning Glory. HEX triplet: A3, CA and CA. RGB value is (163,202,202). Sum of RGB (Red+Green+Blue) = 163+202+202=567 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.75% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #A3CACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CACA is #5C3535. Grayscale: #BEBEBE. Windows color (decimal): -6042934 or 13290147. OLE color: 13290147.
HSL color Cylindrical-coordinate representation of color #A3CACA: hue angle of 180º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3CACA is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 202 | 202 | - |
| CMYK | 0.19 | 0 | 0 | 0.21 |
| HSL | 180º | 0.27% | 0.72% | - |
| HSV(B) | 180º | 0.19% | 0.79% | - |
| XYZ | 46.89 | 54.29 | 63.89 | - |
| YUV | 190.34 | 134.58 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 202 | 0.19 | 0 | 0 | 0.21 | 180 | 0.27 | 0.72 |
| Hex | A3 | CA | CA | 13 | 0 | 0 | 15 | B4 | 1B | 48 |
| Octal | 243 | 312 | 312 | 23 | 0 | 0 | 25 | 264 | 33 | 110 |
| Binary | 10100011 | 11001010 | 11001010 | 10011 | 0 | 0 | 10101 | 10110100 | 11011 | 1001000 |
Color Harmonies of #A3CACA
Complementary color
Monochromatic Colors of #A3CACA
Black with #A3CACA
Text Example
Text Example
White with #A3CACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CACA; }
p { color: rgb(163,202,202); }
H1.HeaderClassName
{
color: #A3CACA;
}
.AnyTagClassName
{
color: #A3CACA;
}
</style>
background-color css
<style>
a { background-color: #A3CACA; }
a { background-color: rgb(163,202,202); }
div.DivClassName
{
background-color: #A3CACA;
}
.BgClassName
{
background-color: #A3CACA;
}
</style>
border-color css
<style>
span { border-color: #A3CACA; }
span { border-color: rgb(163,202,202); }
td.TdClassName
{
border-color: #A3CACA;
}
.TagClassName
{
border-color: #A3CACA;
}
</style>