Shades of Opal #AAB9B6
Tints of Opal #AAB9B6
RGB
CMYK
RGB Variations
Color information
#AAB9B6 (or 0xAAB9B6) is known color: Opal. HEX triplet: AA, B9 and B6. RGB value is (170,185,182). Sum of RGB (Red+Green+Blue) = 170+185+182=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 182 (71.48% from 255 or 33.89% from 537); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB9B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9B6 is #554649. Grayscale: #B4B4B4. Windows color (decimal): -5588554 or 11975082. OLE color: 11975082.
HSL color Cylindrical-coordinate representation of color #AAB9B6: hue angle of 168º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAB9B6 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 182 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.27 |
| HSL | 168º | 0.1% | 0.7% | - |
| HSV(B) | 168º | 0.08% | 0.73% | - |
| XYZ | 42.37 | 46.62 | 51.02 | - |
| YUV | 180.17 | 129.03 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 182 | 0.08 | 0 | 0.02 | 0.27 | 168 | 0.1 | 0.7 |
| Hex | AA | B9 | B6 | 8 | 0 | 2 | 1B | A8 | A | 46 |
| Octal | 252 | 271 | 266 | 10 | 0 | 2 | 33 | 250 | 12 | 106 |
| Binary | 10101010 | 10111001 | 10110110 | 1000 | 0 | 10 | 11011 | 10101000 | 1010 | 1000110 |
Color Harmonies of #AAB9B6
Complementary color
Monochromatic Colors of #AAB9B6
Black with #AAB9B6
Text Example
Text Example
White with #AAB9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB9B6; }
p { color: rgb(170,185,182); }
H1.HeaderClassName
{
color: #AAB9B6;
}
.AnyTagClassName
{
color: #AAB9B6;
}
</style>
background-color css
<style>
a { background-color: #AAB9B6; }
a { background-color: rgb(170,185,182); }
div.DivClassName
{
background-color: #AAB9B6;
}
.BgClassName
{
background-color: #AAB9B6;
}
</style>
border-color css
<style>
span { border-color: #AAB9B6; }
span { border-color: rgb(170,185,182); }
td.TdClassName
{
border-color: #AAB9B6;
}
.TagClassName
{
border-color: #AAB9B6;
}
</style>