Shades of Opal #AAC9BE
Tints of Opal #AAC9BE
RGB
CMYK
RGB Variations
Color information
#AAC9BE (or 0xAAC9BE) is known color: Opal. HEX triplet: AA, C9 and BE. RGB value is (170,201,190). Sum of RGB (Red+Green+Blue) = 170+201+190=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC9BE is #553641. Grayscale: #BEBEBE. Windows color (decimal): -5584450 or 12503466. OLE color: 12503466.
HSL color Cylindrical-coordinate representation of color #AAC9BE: hue angle of 158.71º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAC9BE is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 190 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.21 |
| HSL | 158.71º | 0.22% | 0.73% | - |
| HSV(B) | 158.71º | 0.15% | 0.79% | - |
| XYZ | 46.76 | 54.04 | 56.68 | - |
| YUV | 190.48 | 127.73 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 190 | 0.15 | 0 | 0.05 | 0.21 | 158.71 | 0.22 | 0.73 |
| Hex | AA | C9 | BE | F | 0 | 5 | 15 | 9F | 16 | 49 |
| Octal | 252 | 311 | 276 | 17 | 0 | 5 | 25 | 237 | 26 | 111 |
| Binary | 10101010 | 11001001 | 10111110 | 1111 | 0 | 101 | 10101 | 10011111 | 10110 | 1001001 |
Color Harmonies of #AAC9BE
Complementary color
Monochromatic Colors of #AAC9BE
Black with #AAC9BE
Text Example
Text Example
White with #AAC9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC9BE; }
p { color: rgb(170,201,190); }
H1.HeaderClassName
{
color: #AAC9BE;
}
.AnyTagClassName
{
color: #AAC9BE;
}
</style>
background-color css
<style>
a { background-color: #AAC9BE; }
a { background-color: rgb(170,201,190); }
div.DivClassName
{
background-color: #AAC9BE;
}
.BgClassName
{
background-color: #AAC9BE;
}
</style>
border-color css
<style>
span { border-color: #AAC9BE; }
span { border-color: rgb(170,201,190); }
td.TdClassName
{
border-color: #AAC9BE;
}
.TagClassName
{
border-color: #AAC9BE;
}
</style>