Shades of Opal #AAC7BC
Tints of Opal #AAC7BC
RGB
CMYK
RGB Variations
Color information
#AAC7BC (or 0xAAC7BC) is known color: Opal. HEX triplet: AA, C7 and BC. RGB value is (170,199,188). Sum of RGB (Red+Green+Blue) = 170+199+188=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 199 (78.12% from 255 or 35.73% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC7BC is #553843. Grayscale: #BDBDBD. Windows color (decimal): -5584964 or 12371882. OLE color: 12371882.
HSL color Cylindrical-coordinate representation of color #AAC7BC: hue angle of 157.24º 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 #AAC7BC is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 188 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.22 |
| HSL | 157.24º | 0.21% | 0.72% | - |
| HSV(B) | 157.24º | 0.15% | 0.78% | - |
| XYZ | 46.08 | 53.02 | 55.38 | - |
| YUV | 189.08 | 127.39 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 188 | 0.15 | 0 | 0.06 | 0.22 | 157.24 | 0.21 | 0.72 |
| Hex | AA | C7 | BC | F | 0 | 6 | 16 | 9D | 15 | 48 |
| Octal | 252 | 307 | 274 | 17 | 0 | 6 | 26 | 235 | 25 | 110 |
| Binary | 10101010 | 11000111 | 10111100 | 1111 | 0 | 110 | 10110 | 10011101 | 10101 | 1001000 |
Color Harmonies of #AAC7BC
Complementary color
Monochromatic Colors of #AAC7BC
Black with #AAC7BC
Text Example
Text Example
White with #AAC7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC7BC; }
p { color: rgb(170,199,188); }
H1.HeaderClassName
{
color: #AAC7BC;
}
.AnyTagClassName
{
color: #AAC7BC;
}
</style>
background-color css
<style>
a { background-color: #AAC7BC; }
a { background-color: rgb(170,199,188); }
div.DivClassName
{
background-color: #AAC7BC;
}
.BgClassName
{
background-color: #AAC7BC;
}
</style>
border-color css
<style>
span { border-color: #AAC7BC; }
span { border-color: rgb(170,199,188); }
td.TdClassName
{
border-color: #AAC7BC;
}
.TagClassName
{
border-color: #AAC7BC;
}
</style>