Shades of Opal #AAC2BA
Tints of Opal #AAC2BA
RGB
CMYK
RGB Variations
Color information
#AAC2BA (or 0xAAC2BA) is known color: Opal. HEX triplet: AA, C2 and BA. RGB value is (170,194,186). Sum of RGB (Red+Green+Blue) = 170+194+186=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC2BA is #553D45. Grayscale: #B9B9B9. Windows color (decimal): -5586246 or 12239530. OLE color: 12239530.
HSL color Cylindrical-coordinate representation of color #AAC2BA: 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 #AAC2BA is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 194 | 186 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.24 |
| HSL | 160º | 0.16% | 0.71% | - |
| HSV(B) | 160º | 0.12% | 0.76% | - |
| XYZ | 44.73 | 50.67 | 53.88 | - |
| YUV | 185.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 186 | 0.12 | 0 | 0.04 | 0.24 | 160 | 0.16 | 0.71 |
| Hex | AA | C2 | BA | C | 0 | 4 | 18 | A0 | 10 | 47 |
| Octal | 252 | 302 | 272 | 14 | 0 | 4 | 30 | 240 | 20 | 107 |
| Binary | 10101010 | 11000010 | 10111010 | 1100 | 0 | 100 | 11000 | 10100000 | 10000 | 1000111 |
Color Harmonies of #AAC2BA
Complementary color
Monochromatic Colors of #AAC2BA
Black with #AAC2BA
Text Example
Text Example
White with #AAC2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC2BA; }
p { color: rgb(170,194,186); }
H1.HeaderClassName
{
color: #AAC2BA;
}
.AnyTagClassName
{
color: #AAC2BA;
}
</style>
background-color css
<style>
a { background-color: #AAC2BA; }
a { background-color: rgb(170,194,186); }
div.DivClassName
{
background-color: #AAC2BA;
}
.BgClassName
{
background-color: #AAC2BA;
}
</style>
border-color css
<style>
span { border-color: #AAC2BA; }
span { border-color: rgb(170,194,186); }
td.TdClassName
{
border-color: #AAC2BA;
}
.TagClassName
{
border-color: #AAC2BA;
}
</style>