Shades of Opal #A9CEC0
Tints of Opal #A9CEC0
RGB
CMYK
RGB Variations
Color information
#A9CEC0 (or 0xA9CEC0) is known color: Opal. HEX triplet: A9, CE and C0. RGB value is (169,206,192). Sum of RGB (Red+Green+Blue) = 169+206+192=567 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.81% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 206 - color contains mainly: green. Hex color #A9CEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CEC0 is #56313F. Grayscale: #C1C1C1. Windows color (decimal): -5648704 or 12635817. OLE color: 12635817.
HSL color Cylindrical-coordinate representation of color #A9CEC0: hue angle of 157.3º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9CEC0 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 206 | 192 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.19 |
| HSL | 157.3º | 0.27% | 0.74% | - |
| HSV(B) | 157.3º | 0.18% | 0.81% | - |
| XYZ | 47.95 | 56.38 | 58.23 | - |
| YUV | 193.34 | 127.24 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 206 | 192 | 0.18 | 0 | 0.07 | 0.19 | 157.3 | 0.27 | 0.74 |
| Hex | A9 | CE | C0 | 12 | 0 | 7 | 13 | 9D | 1B | 4A |
| Octal | 251 | 316 | 300 | 22 | 0 | 7 | 23 | 235 | 33 | 112 |
| Binary | 10101001 | 11001110 | 11000000 | 10010 | 0 | 111 | 10011 | 10011101 | 11011 | 1001010 |
Color Harmonies of #A9CEC0
Complementary color
Monochromatic Colors of #A9CEC0
Black with #A9CEC0
Text Example
Text Example
White with #A9CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CEC0; }
p { color: rgb(169,206,192); }
H1.HeaderClassName
{
color: #A9CEC0;
}
.AnyTagClassName
{
color: #A9CEC0;
}
</style>
background-color css
<style>
a { background-color: #A9CEC0; }
a { background-color: rgb(169,206,192); }
div.DivClassName
{
background-color: #A9CEC0;
}
.BgClassName
{
background-color: #A9CEC0;
}
</style>
border-color css
<style>
span { border-color: #A9CEC0; }
span { border-color: rgb(169,206,192); }
td.TdClassName
{
border-color: #A9CEC0;
}
.TagClassName
{
border-color: #A9CEC0;
}
</style>