Shades of Opal #A9C3BA
Tints of Opal #A9C3BA
RGB
CMYK
RGB Variations
Color information
#A9C3BA (or 0xA9C3BA) is known color: Opal. HEX triplet: A9, C3 and BA. RGB value is (169,195,186). Sum of RGB (Red+Green+Blue) = 169+195+186=550 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.73% from 550); Green value is 195 (76.56% from 255 or 35.45% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 195 - color contains mainly: green. Hex color #A9C3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C3BA is #563C45. Grayscale: #BABABA. Windows color (decimal): -5651526 or 12239785. OLE color: 12239785.
HSL color Cylindrical-coordinate representation of color #A9C3BA: hue angle of 159.23º degrees, saturation: 0.18, 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 #A9C3BA is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 195 | 186 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.24 |
| HSL | 159.23º | 0.18% | 0.71% | - |
| HSV(B) | 159.23º | 0.13% | 0.76% | - |
| XYZ | 44.74 | 51.01 | 53.94 | - |
| YUV | 186.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 195 | 186 | 0.13 | 0 | 0.05 | 0.24 | 159.23 | 0.18 | 0.71 |
| Hex | A9 | C3 | BA | D | 0 | 5 | 18 | 9F | 12 | 47 |
| Octal | 251 | 303 | 272 | 15 | 0 | 5 | 30 | 237 | 22 | 107 |
| Binary | 10101001 | 11000011 | 10111010 | 1101 | 0 | 101 | 11000 | 10011111 | 10010 | 1000111 |
Color Harmonies of #A9C3BA
Complementary color
Monochromatic Colors of #A9C3BA
Black with #A9C3BA
Text Example
Text Example
White with #A9C3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C3BA; }
p { color: rgb(169,195,186); }
H1.HeaderClassName
{
color: #A9C3BA;
}
.AnyTagClassName
{
color: #A9C3BA;
}
</style>
background-color css
<style>
a { background-color: #A9C3BA; }
a { background-color: rgb(169,195,186); }
div.DivClassName
{
background-color: #A9C3BA;
}
.BgClassName
{
background-color: #A9C3BA;
}
</style>
border-color css
<style>
span { border-color: #A9C3BA; }
span { border-color: rgb(169,195,186); }
td.TdClassName
{
border-color: #A9C3BA;
}
.TagClassName
{
border-color: #A9C3BA;
}
</style>