Shades of Opal #A9CABB
Tints of Opal #A9CABB
RGB
CMYK
RGB Variations
Color information
#A9CABB (or 0xA9CABB) is known color: Opal. HEX triplet: A9, CA and BB. RGB value is (169,202,187). Sum of RGB (Red+Green+Blue) = 169+202+187=558 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.29% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CABB is #563544. Grayscale: #BEBEBE. Windows color (decimal): -5649733 or 12307113. OLE color: 12307113.
HSL color Cylindrical-coordinate representation of color #A9CABB: hue angle of 152.73º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9CABB is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 202 | 187 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.21 |
| HSL | 152.73º | 0.24% | 0.73% | - |
| HSV(B) | 152.73º | 0.16% | 0.79% | - |
| XYZ | 46.45 | 54.26 | 55.04 | - |
| YUV | 190.42 | 126.07 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 202 | 187 | 0.16 | 0 | 0.07 | 0.21 | 152.73 | 0.24 | 0.73 |
| Hex | A9 | CA | BB | 10 | 0 | 7 | 15 | 99 | 18 | 49 |
| Octal | 251 | 312 | 273 | 20 | 0 | 7 | 25 | 231 | 30 | 111 |
| Binary | 10101001 | 11001010 | 10111011 | 10000 | 0 | 111 | 10101 | 10011001 | 11000 | 1001001 |
Color Harmonies of #A9CABB
Complementary color
Monochromatic Colors of #A9CABB
Black with #A9CABB
Text Example
Text Example
White with #A9CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CABB; }
p { color: rgb(169,202,187); }
H1.HeaderClassName
{
color: #A9CABB;
}
.AnyTagClassName
{
color: #A9CABB;
}
</style>
background-color css
<style>
a { background-color: #A9CABB; }
a { background-color: rgb(169,202,187); }
div.DivClassName
{
background-color: #A9CABB;
}
.BgClassName
{
background-color: #A9CABB;
}
</style>
border-color css
<style>
span { border-color: #A9CABB; }
span { border-color: rgb(169,202,187); }
td.TdClassName
{
border-color: #A9CABB;
}
.TagClassName
{
border-color: #A9CABB;
}
</style>