Shades of Opal #AAC9BF
Tints of Opal #AAC9BF
RGB
CMYK
RGB Variations
Color information
#AAC9BF (or 0xAAC9BF) is known color: Opal. HEX triplet: AA, C9 and BF. RGB value is (170,201,191). Sum of RGB (Red+Green+Blue) = 170+201+191=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 201 (78.91% from 255 or 35.77% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC9BF is #553640. Grayscale: #BEBEBE. Windows color (decimal): -5584449 or 12569002. OLE color: 12569002.
HSL color Cylindrical-coordinate representation of color #AAC9BF: hue angle of 160.65º 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 #AAC9BF is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 191 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.21 |
| HSL | 160.65º | 0.22% | 0.73% | - |
| HSV(B) | 160.65º | 0.15% | 0.79% | - |
| XYZ | 46.87 | 54.08 | 57.26 | - |
| YUV | 190.59 | 128.23 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 191 | 0.15 | 0 | 0.05 | 0.21 | 160.65 | 0.22 | 0.73 |
| Hex | AA | C9 | BF | F | 0 | 5 | 15 | A1 | 16 | 49 |
| Octal | 252 | 311 | 277 | 17 | 0 | 5 | 25 | 241 | 26 | 111 |
| Binary | 10101010 | 11001001 | 10111111 | 1111 | 0 | 101 | 10101 | 10100001 | 10110 | 1001001 |
Color Harmonies of #AAC9BF
Complementary color
Monochromatic Colors of #AAC9BF
Black with #AAC9BF
Text Example
Text Example
White with #AAC9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC9BF; }
p { color: rgb(170,201,191); }
H1.HeaderClassName
{
color: #AAC9BF;
}
.AnyTagClassName
{
color: #AAC9BF;
}
</style>
background-color css
<style>
a { background-color: #AAC9BF; }
a { background-color: rgb(170,201,191); }
div.DivClassName
{
background-color: #AAC9BF;
}
.BgClassName
{
background-color: #AAC9BF;
}
</style>
border-color css
<style>
span { border-color: #AAC9BF; }
span { border-color: rgb(170,201,191); }
td.TdClassName
{
border-color: #AAC9BF;
}
.TagClassName
{
border-color: #AAC9BF;
}
</style>