Shades of Opal #A9CBC0
Tints of Opal #A9CBC0
RGB
CMYK
RGB Variations
Color information
#A9CBC0 (or 0xA9CBC0) is known color: Opal. HEX triplet: A9, CB and C0. RGB value is (169,203,192). Sum of RGB (Red+Green+Blue) = 169+203+192=564 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.96% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CBC0 is #56343F. Grayscale: #BFBFBF. Windows color (decimal): -5649472 or 12635049. OLE color: 12635049.
HSL color Cylindrical-coordinate representation of color #A9CBC0: hue angle of 160.59º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9CBC0 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 203 | 192 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.20 |
| HSL | 160.59º | 0.25% | 0.73% | - |
| HSV(B) | 160.59º | 0.17% | 0.8% | - |
| XYZ | 47.23 | 54.95 | 57.99 | - |
| YUV | 191.58 | 128.24 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 203 | 192 | 0.17 | 0 | 0.05 | 0.20 | 160.59 | 0.25 | 0.73 |
| Hex | A9 | CB | C0 | 11 | 0 | 5 | 14 | A1 | 19 | 49 |
| Octal | 251 | 313 | 300 | 21 | 0 | 5 | 24 | 241 | 31 | 111 |
| Binary | 10101001 | 11001011 | 11000000 | 10001 | 0 | 101 | 10100 | 10100001 | 11001 | 1001001 |
Color Harmonies of #A9CBC0
Complementary color
Monochromatic Colors of #A9CBC0
Black with #A9CBC0
Text Example
Text Example
White with #A9CBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CBC0; }
p { color: rgb(169,203,192); }
H1.HeaderClassName
{
color: #A9CBC0;
}
.AnyTagClassName
{
color: #A9CBC0;
}
</style>
background-color css
<style>
a { background-color: #A9CBC0; }
a { background-color: rgb(169,203,192); }
div.DivClassName
{
background-color: #A9CBC0;
}
.BgClassName
{
background-color: #A9CBC0;
}
</style>
border-color css
<style>
span { border-color: #A9CBC0; }
span { border-color: rgb(169,203,192); }
td.TdClassName
{
border-color: #A9CBC0;
}
.TagClassName
{
border-color: #A9CBC0;
}
</style>