Shades of Opal #AABFB9
Tints of Opal #AABFB9
RGB
CMYK
RGB Variations
Color information
#AABFB9 (or 0xAABFB9) is known color: Opal. HEX triplet: AA, BF and B9. RGB value is (170,191,185). Sum of RGB (Red+Green+Blue) = 170+191+185=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 185 (72.66% from 255 or 33.88% from 546); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFB9 is #554046. Grayscale: #B8B8B8. Windows color (decimal): -5587015 or 12173226. OLE color: 12173226.
HSL color Cylindrical-coordinate representation of color #AABFB9: hue angle of 162.86º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AABFB9 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 191 | 185 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.25 |
| HSL | 162.86º | 0.14% | 0.71% | - |
| HSV(B) | 162.86º | 0.11% | 0.75% | - |
| XYZ | 43.97 | 49.31 | 53.1 | - |
| YUV | 184.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 185 | 0.11 | 0 | 0.03 | 0.25 | 162.86 | 0.14 | 0.71 |
| Hex | AA | BF | B9 | B | 0 | 3 | 19 | A3 | E | 47 |
| Octal | 252 | 277 | 271 | 13 | 0 | 3 | 31 | 243 | 16 | 107 |
| Binary | 10101010 | 10111111 | 10111001 | 1011 | 0 | 11 | 11001 | 10100011 | 1110 | 1000111 |
Color Harmonies of #AABFB9
Complementary color
Monochromatic Colors of #AABFB9
Black with #AABFB9
Text Example
Text Example
White with #AABFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABFB9; }
p { color: rgb(170,191,185); }
H1.HeaderClassName
{
color: #AABFB9;
}
.AnyTagClassName
{
color: #AABFB9;
}
</style>
background-color css
<style>
a { background-color: #AABFB9; }
a { background-color: rgb(170,191,185); }
div.DivClassName
{
background-color: #AABFB9;
}
.BgClassName
{
background-color: #AABFB9;
}
</style>
border-color css
<style>
span { border-color: #AABFB9; }
span { border-color: rgb(170,191,185); }
td.TdClassName
{
border-color: #AABFB9;
}
.TagClassName
{
border-color: #AABFB9;
}
</style>