Shades of Opal #A9C4BA
Tints of Opal #A9C4BA
RGB
CMYK
RGB Variations
Color information
#A9C4BA (or 0xA9C4BA) is known color: Opal. HEX triplet: A9, C4 and BA. RGB value is (169,196,186). Sum of RGB (Red+Green+Blue) = 169+196+186=551 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.67% from 551); Green value is 196 (76.95% from 255 or 35.57% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 196 - color contains mainly: green. Hex color #A9C4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C4BA is #563B45. Grayscale: #BABABA. Windows color (decimal): -5651270 or 12240041. OLE color: 12240041.
HSL color Cylindrical-coordinate representation of color #A9C4BA: hue angle of 157.78º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A9C4BA is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 196 | 186 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.23 |
| HSL | 157.78º | 0.19% | 0.72% | - |
| HSV(B) | 157.78º | 0.14% | 0.77% | - |
| XYZ | 44.97 | 51.46 | 54.02 | - |
| YUV | 186.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 196 | 186 | 0.14 | 0 | 0.05 | 0.23 | 157.78 | 0.19 | 0.72 |
| Hex | A9 | C4 | BA | E | 0 | 5 | 17 | 9E | 13 | 48 |
| Octal | 251 | 304 | 272 | 16 | 0 | 5 | 27 | 236 | 23 | 110 |
| Binary | 10101001 | 11000100 | 10111010 | 1110 | 0 | 101 | 10111 | 10011110 | 10011 | 1001000 |
Color Harmonies of #A9C4BA
Complementary color
Monochromatic Colors of #A9C4BA
Black with #A9C4BA
Text Example
Text Example
White with #A9C4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C4BA; }
p { color: rgb(169,196,186); }
H1.HeaderClassName
{
color: #A9C4BA;
}
.AnyTagClassName
{
color: #A9C4BA;
}
</style>
background-color css
<style>
a { background-color: #A9C4BA; }
a { background-color: rgb(169,196,186); }
div.DivClassName
{
background-color: #A9C4BA;
}
.BgClassName
{
background-color: #A9C4BA;
}
</style>
border-color css
<style>
span { border-color: #A9C4BA; }
span { border-color: rgb(169,196,186); }
td.TdClassName
{
border-color: #A9C4BA;
}
.TagClassName
{
border-color: #A9C4BA;
}
</style>