Shades of Opal #AAC1BC
Tints of Opal #AAC1BC
RGB
CMYK
RGB Variations
Color information
#AAC1BC (or 0xAAC1BC) is known color: Opal. HEX triplet: AA, C1 and BC. RGB value is (170,193,188). Sum of RGB (Red+Green+Blue) = 170+193+188=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC1BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC1BC is #553E43. Grayscale: #B9B9B9. Windows color (decimal): -5586500 or 12370346. OLE color: 12370346.
HSL color Cylindrical-coordinate representation of color #AAC1BC: hue angle of 166.96º 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 #AAC1BC is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 188 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.24 |
| HSL | 166.96º | 0.16% | 0.71% | - |
| HSV(B) | 166.96º | 0.12% | 0.76% | - |
| XYZ | 44.72 | 50.32 | 54.93 | - |
| YUV | 185.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 188 | 0.12 | 0 | 0.03 | 0.24 | 166.96 | 0.16 | 0.71 |
| Hex | AA | C1 | BC | C | 0 | 3 | 18 | A7 | 10 | 47 |
| Octal | 252 | 301 | 274 | 14 | 0 | 3 | 30 | 247 | 20 | 107 |
| Binary | 10101010 | 11000001 | 10111100 | 1100 | 0 | 11 | 11000 | 10100111 | 10000 | 1000111 |
Color Harmonies of #AAC1BC
Complementary color
Monochromatic Colors of #AAC1BC
Black with #AAC1BC
Text Example
Text Example
White with #AAC1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC1BC; }
p { color: rgb(170,193,188); }
H1.HeaderClassName
{
color: #AAC1BC;
}
.AnyTagClassName
{
color: #AAC1BC;
}
</style>
background-color css
<style>
a { background-color: #AAC1BC; }
a { background-color: rgb(170,193,188); }
div.DivClassName
{
background-color: #AAC1BC;
}
.BgClassName
{
background-color: #AAC1BC;
}
</style>
border-color css
<style>
span { border-color: #AAC1BC; }
span { border-color: rgb(170,193,188); }
td.TdClassName
{
border-color: #AAC1BC;
}
.TagClassName
{
border-color: #AAC1BC;
}
</style>