Shades of Opal #AAC0BC
Tints of Opal #AAC0BC
RGB
CMYK
RGB Variations
Color information
#AAC0BC (or 0xAAC0BC) is known color: Opal. HEX triplet: AA, C0 and BC. RGB value is (170,192,188). Sum of RGB (Red+Green+Blue) = 170+192+188=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC0BC is #553F43. Grayscale: #B8B8B8. Windows color (decimal): -5586756 or 12370090. OLE color: 12370090.
HSL color Cylindrical-coordinate representation of color #AAC0BC: hue angle of 169.09º 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 #AAC0BC is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 188 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.25 |
| HSL | 169.09º | 0.15% | 0.71% | - |
| HSV(B) | 169.09º | 0.11% | 0.75% | - |
| XYZ | 44.5 | 49.88 | 54.86 | - |
| YUV | 184.97 | 129.71 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 188 | 0.11 | 0 | 0.02 | 0.25 | 169.09 | 0.15 | 0.71 |
| Hex | AA | C0 | BC | B | 0 | 2 | 19 | A9 | F | 47 |
| Octal | 252 | 300 | 274 | 13 | 0 | 2 | 31 | 251 | 17 | 107 |
| Binary | 10101010 | 11000000 | 10111100 | 1011 | 0 | 10 | 11001 | 10101001 | 1111 | 1000111 |
Color Harmonies of #AAC0BC
Complementary color
Monochromatic Colors of #AAC0BC
Black with #AAC0BC
Text Example
Text Example
White with #AAC0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC0BC; }
p { color: rgb(170,192,188); }
H1.HeaderClassName
{
color: #AAC0BC;
}
.AnyTagClassName
{
color: #AAC0BC;
}
</style>
background-color css
<style>
a { background-color: #AAC0BC; }
a { background-color: rgb(170,192,188); }
div.DivClassName
{
background-color: #AAC0BC;
}
.BgClassName
{
background-color: #AAC0BC;
}
</style>
border-color css
<style>
span { border-color: #AAC0BC; }
span { border-color: rgb(170,192,188); }
td.TdClassName
{
border-color: #AAC0BC;
}
.TagClassName
{
border-color: #AAC0BC;
}
</style>