Shades of Opal #A9CDC0
Tints of Opal #A9CDC0
RGB
CMYK
RGB Variations
Color information
#A9CDC0 (or 0xA9CDC0) is known color: Opal. HEX triplet: A9, CD and C0. RGB value is (169,205,192). Sum of RGB (Red+Green+Blue) = 169+205+192=566 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.86% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 205 - color contains mainly: green. Hex color #A9CDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CDC0 is #56323F. Grayscale: #C0C0C0. Windows color (decimal): -5648960 or 12635561. OLE color: 12635561.
HSL color Cylindrical-coordinate representation of color #A9CDC0: hue angle of 158.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9CDC0 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 205 | 192 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.20 |
| HSL | 158.33º | 0.26% | 0.73% | - |
| HSV(B) | 158.33º | 0.18% | 0.8% | - |
| XYZ | 47.71 | 55.9 | 58.15 | - |
| YUV | 192.75 | 127.57 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 205 | 192 | 0.18 | 0 | 0.06 | 0.20 | 158.33 | 0.26 | 0.73 |
| Hex | A9 | CD | C0 | 12 | 0 | 6 | 14 | 9E | 1A | 49 |
| Octal | 251 | 315 | 300 | 22 | 0 | 6 | 24 | 236 | 32 | 111 |
| Binary | 10101001 | 11001101 | 11000000 | 10010 | 0 | 110 | 10100 | 10011110 | 11010 | 1001001 |
Color Harmonies of #A9CDC0
Complementary color
Monochromatic Colors of #A9CDC0
Black with #A9CDC0
Text Example
Text Example
White with #A9CDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CDC0; }
p { color: rgb(169,205,192); }
H1.HeaderClassName
{
color: #A9CDC0;
}
.AnyTagClassName
{
color: #A9CDC0;
}
</style>
background-color css
<style>
a { background-color: #A9CDC0; }
a { background-color: rgb(169,205,192); }
div.DivClassName
{
background-color: #A9CDC0;
}
.BgClassName
{
background-color: #A9CDC0;
}
</style>
border-color css
<style>
span { border-color: #A9CDC0; }
span { border-color: rgb(169,205,192); }
td.TdClassName
{
border-color: #A9CDC0;
}
.TagClassName
{
border-color: #A9CDC0;
}
</style>