Shades of Opal #A9C2BA
Tints of Opal #A9C2BA
RGB
CMYK
RGB Variations
Color information
#A9C2BA (or 0xA9C2BA) is known color: Opal. HEX triplet: A9, C2 and BA. RGB value is (169,194,186). Sum of RGB (Red+Green+Blue) = 169+194+186=549 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.78% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 194 - color contains mainly: green. Hex color #A9C2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C2BA is #563D45. Grayscale: #B9B9B9. Windows color (decimal): -5651782 or 12239529. OLE color: 12239529.
HSL color Cylindrical-coordinate representation of color #A9C2BA: hue angle of 160.8º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A9C2BA is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 194 | 186 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.24 |
| HSL | 160.8º | 0.17% | 0.71% | - |
| HSV(B) | 160.8º | 0.13% | 0.76% | - |
| XYZ | 44.52 | 50.56 | 53.87 | - |
| YUV | 185.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 194 | 186 | 0.13 | 0 | 0.04 | 0.24 | 160.8 | 0.17 | 0.71 |
| Hex | A9 | C2 | BA | D | 0 | 4 | 18 | A1 | 11 | 47 |
| Octal | 251 | 302 | 272 | 15 | 0 | 4 | 30 | 241 | 21 | 107 |
| Binary | 10101001 | 11000010 | 10111010 | 1101 | 0 | 100 | 11000 | 10100001 | 10001 | 1000111 |
Color Harmonies of #A9C2BA
Complementary color
Monochromatic Colors of #A9C2BA
Black with #A9C2BA
Text Example
Text Example
White with #A9C2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C2BA; }
p { color: rgb(169,194,186); }
H1.HeaderClassName
{
color: #A9C2BA;
}
.AnyTagClassName
{
color: #A9C2BA;
}
</style>
background-color css
<style>
a { background-color: #A9C2BA; }
a { background-color: rgb(169,194,186); }
div.DivClassName
{
background-color: #A9C2BA;
}
.BgClassName
{
background-color: #A9C2BA;
}
</style>
border-color css
<style>
span { border-color: #A9C2BA; }
span { border-color: rgb(169,194,186); }
td.TdClassName
{
border-color: #A9C2BA;
}
.TagClassName
{
border-color: #A9C2BA;
}
</style>