Shades of Opal #AAC2BE
Tints of Opal #AAC2BE
RGB
CMYK
RGB Variations
Color information
#AAC2BE (or 0xAAC2BE) is known color: Opal. HEX triplet: AA, C2 and BE. RGB value is (170,194,190). Sum of RGB (Red+Green+Blue) = 170+194+190=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC2BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC2BE is #553D41. Grayscale: #BABABA. Windows color (decimal): -5586242 or 12501674. OLE color: 12501674.
HSL color Cylindrical-coordinate representation of color #AAC2BE: hue angle of 170º 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 #AAC2BE is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 194 | 190 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.24 |
| HSL | 170º | 0.16% | 0.71% | - |
| HSV(B) | 170º | 0.12% | 0.76% | - |
| XYZ | 45.16 | 50.85 | 56.15 | - |
| YUV | 186.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 190 | 0.12 | 0 | 0.02 | 0.24 | 170 | 0.16 | 0.71 |
| Hex | AA | C2 | BE | C | 0 | 2 | 18 | AA | 10 | 47 |
| Octal | 252 | 302 | 276 | 14 | 0 | 2 | 30 | 252 | 20 | 107 |
| Binary | 10101010 | 11000010 | 10111110 | 1100 | 0 | 10 | 11000 | 10101010 | 10000 | 1000111 |
Color Harmonies of #AAC2BE
Complementary color
Monochromatic Colors of #AAC2BE
Black with #AAC2BE
Text Example
Text Example
White with #AAC2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC2BE; }
p { color: rgb(170,194,190); }
H1.HeaderClassName
{
color: #AAC2BE;
}
.AnyTagClassName
{
color: #AAC2BE;
}
</style>
background-color css
<style>
a { background-color: #AAC2BE; }
a { background-color: rgb(170,194,190); }
div.DivClassName
{
background-color: #AAC2BE;
}
.BgClassName
{
background-color: #AAC2BE;
}
</style>
border-color css
<style>
span { border-color: #AAC2BE; }
span { border-color: rgb(170,194,190); }
td.TdClassName
{
border-color: #AAC2BE;
}
.TagClassName
{
border-color: #AAC2BE;
}
</style>