Shades of Opal #AAC7BF
Tints of Opal #AAC7BF
RGB
CMYK
RGB Variations
Color information
#AAC7BF (or 0xAAC7BF) is known color: Opal. HEX triplet: AA, C7 and BF. RGB value is (170,199,191). Sum of RGB (Red+Green+Blue) = 170+199+191=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC7BF is #553840. Grayscale: #BDBDBD. Windows color (decimal): -5584961 or 12568490. OLE color: 12568490.
HSL color Cylindrical-coordinate representation of color #AAC7BF: hue angle of 163.45º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAC7BF is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 191 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.22 |
| HSL | 163.45º | 0.21% | 0.72% | - |
| HSV(B) | 163.45º | 0.15% | 0.78% | - |
| XYZ | 46.4 | 53.15 | 57.1 | - |
| YUV | 189.42 | 128.89 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 191 | 0.15 | 0 | 0.04 | 0.22 | 163.45 | 0.21 | 0.72 |
| Hex | AA | C7 | BF | F | 0 | 4 | 16 | A3 | 15 | 48 |
| Octal | 252 | 307 | 277 | 17 | 0 | 4 | 26 | 243 | 25 | 110 |
| Binary | 10101010 | 11000111 | 10111111 | 1111 | 0 | 100 | 10110 | 10100011 | 10101 | 1001000 |
Color Harmonies of #AAC7BF
Complementary color
Monochromatic Colors of #AAC7BF
Black with #AAC7BF
Text Example
Text Example
White with #AAC7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC7BF; }
p { color: rgb(170,199,191); }
H1.HeaderClassName
{
color: #AAC7BF;
}
.AnyTagClassName
{
color: #AAC7BF;
}
</style>
background-color css
<style>
a { background-color: #AAC7BF; }
a { background-color: rgb(170,199,191); }
div.DivClassName
{
background-color: #AAC7BF;
}
.BgClassName
{
background-color: #AAC7BF;
}
</style>
border-color css
<style>
span { border-color: #AAC7BF; }
span { border-color: rgb(170,199,191); }
td.TdClassName
{
border-color: #AAC7BF;
}
.TagClassName
{
border-color: #AAC7BF;
}
</style>