Shades of Opal #AAC0BA
Tints of Opal #AAC0BA
RGB
CMYK
RGB Variations
Color information
#AAC0BA (or 0xAAC0BA) is known color: Opal. HEX triplet: AA, C0 and BA. RGB value is (170,192,186). Sum of RGB (Red+Green+Blue) = 170+192+186=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC0BA is #553F45. Grayscale: #B8B8B8. Windows color (decimal): -5586758 or 12239018. OLE color: 12239018.
HSL color Cylindrical-coordinate representation of color #AAC0BA: hue angle of 163.64º degrees, saturation: 0.15, 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 #AAC0BA is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 186 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.25 |
| HSL | 163.64º | 0.15% | 0.71% | - |
| HSV(B) | 163.64º | 0.11% | 0.75% | - |
| XYZ | 44.29 | 49.79 | 53.73 | - |
| YUV | 184.74 | 128.71 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 186 | 0.11 | 0 | 0.03 | 0.25 | 163.64 | 0.15 | 0.71 |
| Hex | AA | C0 | BA | B | 0 | 3 | 19 | A4 | F | 47 |
| Octal | 252 | 300 | 272 | 13 | 0 | 3 | 31 | 244 | 17 | 107 |
| Binary | 10101010 | 11000000 | 10111010 | 1011 | 0 | 11 | 11001 | 10100100 | 1111 | 1000111 |
Color Harmonies of #AAC0BA
Complementary color
Monochromatic Colors of #AAC0BA
Black with #AAC0BA
Text Example
Text Example
White with #AAC0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC0BA; }
p { color: rgb(170,192,186); }
H1.HeaderClassName
{
color: #AAC0BA;
}
.AnyTagClassName
{
color: #AAC0BA;
}
</style>
background-color css
<style>
a { background-color: #AAC0BA; }
a { background-color: rgb(170,192,186); }
div.DivClassName
{
background-color: #AAC0BA;
}
.BgClassName
{
background-color: #AAC0BA;
}
</style>
border-color css
<style>
span { border-color: #AAC0BA; }
span { border-color: rgb(170,192,186); }
td.TdClassName
{
border-color: #AAC0BA;
}
.TagClassName
{
border-color: #AAC0BA;
}
</style>