Shades of Opal #AAC1BE
Tints of Opal #AAC1BE
RGB
CMYK
RGB Variations
Color information
#AAC1BE (or 0xAAC1BE) is known color: Opal. HEX triplet: AA, C1 and BE. RGB value is (170,193,190). Sum of RGB (Red+Green+Blue) = 170+193+190=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC1BE is #553E41. Grayscale: #B9B9B9. Windows color (decimal): -5586498 or 12501418. OLE color: 12501418.
HSL color Cylindrical-coordinate representation of color #AAC1BE: hue angle of 172.17º 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 #AAC1BE is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 190 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.24 |
| HSL | 172.17º | 0.16% | 0.71% | - |
| HSV(B) | 172.17º | 0.12% | 0.76% | - |
| XYZ | 44.94 | 50.4 | 56.08 | - |
| YUV | 185.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 190 | 0.12 | 0 | 0.02 | 0.24 | 172.17 | 0.16 | 0.71 |
| Hex | AA | C1 | BE | C | 0 | 2 | 18 | AC | 10 | 47 |
| Octal | 252 | 301 | 276 | 14 | 0 | 2 | 30 | 254 | 20 | 107 |
| Binary | 10101010 | 11000001 | 10111110 | 1100 | 0 | 10 | 11000 | 10101100 | 10000 | 1000111 |
Color Harmonies of #AAC1BE
Complementary color
Monochromatic Colors of #AAC1BE
Black with #AAC1BE
Text Example
Text Example
White with #AAC1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC1BE; }
p { color: rgb(170,193,190); }
H1.HeaderClassName
{
color: #AAC1BE;
}
.AnyTagClassName
{
color: #AAC1BE;
}
</style>
background-color css
<style>
a { background-color: #AAC1BE; }
a { background-color: rgb(170,193,190); }
div.DivClassName
{
background-color: #AAC1BE;
}
.BgClassName
{
background-color: #AAC1BE;
}
</style>
border-color css
<style>
span { border-color: #AAC1BE; }
span { border-color: rgb(170,193,190); }
td.TdClassName
{
border-color: #AAC1BE;
}
.TagClassName
{
border-color: #AAC1BE;
}
</style>