Shades of Opal #A9C1B9
Tints of Opal #A9C1B9
RGB
CMYK
RGB Variations
Color information
#A9C1B9 (or 0xA9C1B9) is known color: Opal. HEX triplet: A9, C1 and B9. RGB value is (169,193,185). Sum of RGB (Red+Green+Blue) = 169+193+185=547 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.90% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 185 (72.66% from 255 or 33.82% from 547); Max value from RGB is 193 - color contains mainly: green. Hex color #A9C1B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C1B9 is #563E46. Grayscale: #B8B8B8. Windows color (decimal): -5652039 or 12173737. OLE color: 12173737.
HSL color Cylindrical-coordinate representation of color #A9C1B9: hue angle of 160º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9C1B9 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 193 | 185 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.24 |
| HSL | 160º | 0.16% | 0.71% | - |
| HSV(B) | 160º | 0.12% | 0.76% | - |
| XYZ | 44.19 | 50.08 | 53.24 | - |
| YUV | 184.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 193 | 185 | 0.12 | 0 | 0.04 | 0.24 | 160 | 0.16 | 0.71 |
| Hex | A9 | C1 | B9 | C | 0 | 4 | 18 | A0 | 10 | 47 |
| Octal | 251 | 301 | 271 | 14 | 0 | 4 | 30 | 240 | 20 | 107 |
| Binary | 10101001 | 11000001 | 10111001 | 1100 | 0 | 100 | 11000 | 10100000 | 10000 | 1000111 |
Color Harmonies of #A9C1B9
Complementary color
Monochromatic Colors of #A9C1B9
Black with #A9C1B9
Text Example
Text Example
White with #A9C1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C1B9; }
p { color: rgb(169,193,185); }
H1.HeaderClassName
{
color: #A9C1B9;
}
.AnyTagClassName
{
color: #A9C1B9;
}
</style>
background-color css
<style>
a { background-color: #A9C1B9; }
a { background-color: rgb(169,193,185); }
div.DivClassName
{
background-color: #A9C1B9;
}
.BgClassName
{
background-color: #A9C1B9;
}
</style>
border-color css
<style>
span { border-color: #A9C1B9; }
span { border-color: rgb(169,193,185); }
td.TdClassName
{
border-color: #A9C1B9;
}
.TagClassName
{
border-color: #A9C1B9;
}
</style>