Shades of Opal #AAC0BB
Tints of Opal #AAC0BB
RGB
CMYK
RGB Variations
Color information
#AAC0BB (or 0xAAC0BB) is known color: Opal. HEX triplet: AA, C0 and BB. RGB value is (170,192,187). Sum of RGB (Red+Green+Blue) = 170+192+187=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC0BB is #553F44. Grayscale: #B8B8B8. Windows color (decimal): -5586757 or 12304554. OLE color: 12304554.
HSL color Cylindrical-coordinate representation of color #AAC0BB: hue angle of 166.36º 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 #AAC0BB is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 187 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.25 |
| HSL | 166.36º | 0.15% | 0.71% | - |
| HSV(B) | 166.36º | 0.11% | 0.75% | - |
| XYZ | 44.4 | 49.83 | 54.29 | - |
| YUV | 184.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 187 | 0.11 | 0 | 0.03 | 0.25 | 166.36 | 0.15 | 0.71 |
| Hex | AA | C0 | BB | B | 0 | 3 | 19 | A6 | F | 47 |
| Octal | 252 | 300 | 273 | 13 | 0 | 3 | 31 | 246 | 17 | 107 |
| Binary | 10101010 | 11000000 | 10111011 | 1011 | 0 | 11 | 11001 | 10100110 | 1111 | 1000111 |
Color Harmonies of #AAC0BB
Complementary color
Monochromatic Colors of #AAC0BB
Black with #AAC0BB
Text Example
Text Example
White with #AAC0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC0BB; }
p { color: rgb(170,192,187); }
H1.HeaderClassName
{
color: #AAC0BB;
}
.AnyTagClassName
{
color: #AAC0BB;
}
</style>
background-color css
<style>
a { background-color: #AAC0BB; }
a { background-color: rgb(170,192,187); }
div.DivClassName
{
background-color: #AAC0BB;
}
.BgClassName
{
background-color: #AAC0BB;
}
</style>
border-color css
<style>
span { border-color: #AAC0BB; }
span { border-color: rgb(170,192,187); }
td.TdClassName
{
border-color: #AAC0BB;
}
.TagClassName
{
border-color: #AAC0BB;
}
</style>