Shades of Opal #A9BAB8
Tints of Opal #A9BAB8
RGB
CMYK
RGB Variations
Color information
#A9BAB8 (or 0xA9BAB8) is known color: Opal. HEX triplet: A9, BA and B8. RGB value is (169,186,184). Sum of RGB (Red+Green+Blue) = 169+186+184=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 184 (72.27% from 255 or 34.14% from 539); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BAB8 is #564547. Grayscale: #B4B4B4. Windows color (decimal): -5653832 or 12106409. OLE color: 12106409.
HSL color Cylindrical-coordinate representation of color #A9BAB8: hue angle of 172.94º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A9BAB8 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 186 | 184 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.27 |
| HSL | 172.94º | 0.11% | 0.7% | - |
| HSV(B) | 172.94º | 0.09% | 0.73% | - |
| XYZ | 42.57 | 47.01 | 52.18 | - |
| YUV | 180.69 | 129.87 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 186 | 184 | 0.09 | 0 | 0.01 | 0.27 | 172.94 | 0.11 | 0.7 |
| Hex | A9 | BA | B8 | 9 | 0 | 1 | 1B | AD | B | 46 |
| Octal | 251 | 272 | 270 | 11 | 0 | 1 | 33 | 255 | 13 | 106 |
| Binary | 10101001 | 10111010 | 10111000 | 1001 | 0 | 1 | 11011 | 10101101 | 1011 | 1000110 |
Color Harmonies of #A9BAB8
Complementary color
Monochromatic Colors of #A9BAB8
Black with #A9BAB8
Text Example
Text Example
White with #A9BAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BAB8; }
p { color: rgb(169,186,184); }
H1.HeaderClassName
{
color: #A9BAB8;
}
.AnyTagClassName
{
color: #A9BAB8;
}
</style>
background-color css
<style>
a { background-color: #A9BAB8; }
a { background-color: rgb(169,186,184); }
div.DivClassName
{
background-color: #A9BAB8;
}
.BgClassName
{
background-color: #A9BAB8;
}
</style>
border-color css
<style>
span { border-color: #A9BAB8; }
span { border-color: rgb(169,186,184); }
td.TdClassName
{
border-color: #A9BAB8;
}
.TagClassName
{
border-color: #A9BAB8;
}
</style>