Shades of Opal #AAC7C0
Tints of Opal #AAC7C0
RGB
CMYK
RGB Variations
Color information
#AAC7C0 (or 0xAAC7C0) is known color: Opal. HEX triplet: AA, C7 and C0. RGB value is (170,199,192). Sum of RGB (Red+Green+Blue) = 170+199+192=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 199 (78.12% from 255 or 35.47% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC7C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC7C0 is #55383F. Grayscale: #BDBDBD. Windows color (decimal): -5584960 or 12634026. OLE color: 12634026.
HSL color Cylindrical-coordinate representation of color #AAC7C0: hue angle of 165.52º 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 #AAC7C0 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 192 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.22 |
| HSL | 165.52º | 0.21% | 0.72% | - |
| HSV(B) | 165.52º | 0.15% | 0.78% | - |
| XYZ | 46.52 | 53.2 | 57.69 | - |
| YUV | 189.53 | 129.39 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 192 | 0.15 | 0 | 0.04 | 0.22 | 165.52 | 0.21 | 0.72 |
| Hex | AA | C7 | C0 | F | 0 | 4 | 16 | A6 | 15 | 48 |
| Octal | 252 | 307 | 300 | 17 | 0 | 4 | 26 | 246 | 25 | 110 |
| Binary | 10101010 | 11000111 | 11000000 | 1111 | 0 | 100 | 10110 | 10100110 | 10101 | 1001000 |
Color Harmonies of #AAC7C0
Complementary color
Monochromatic Colors of #AAC7C0
Black with #AAC7C0
Text Example
Text Example
White with #AAC7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC7C0; }
p { color: rgb(170,199,192); }
H1.HeaderClassName
{
color: #AAC7C0;
}
.AnyTagClassName
{
color: #AAC7C0;
}
</style>
background-color css
<style>
a { background-color: #AAC7C0; }
a { background-color: rgb(170,199,192); }
div.DivClassName
{
background-color: #AAC7C0;
}
.BgClassName
{
background-color: #AAC7C0;
}
</style>
border-color css
<style>
span { border-color: #AAC7C0; }
span { border-color: rgb(170,199,192); }
td.TdClassName
{
border-color: #AAC7C0;
}
.TagClassName
{
border-color: #AAC7C0;
}
</style>