Shades of Opal #AAC8C0
Tints of Opal #AAC8C0
RGB
CMYK
RGB Variations
Color information
#AAC8C0 (or 0xAAC8C0) is known color: Opal. HEX triplet: AA, C8 and C0. RGB value is (170,200,192). Sum of RGB (Red+Green+Blue) = 170+200+192=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 200 (78.52% from 255 or 35.59% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC8C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC8C0 is #55373F. Grayscale: #BEBEBE. Windows color (decimal): -5584704 or 12634282. OLE color: 12634282.
HSL color Cylindrical-coordinate representation of color #AAC8C0: hue angle of 164º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAC8C0 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 192 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.22 |
| HSL | 164º | 0.21% | 0.73% | - |
| HSV(B) | 164º | 0.15% | 0.78% | - |
| XYZ | 46.75 | 53.66 | 57.76 | - |
| YUV | 190.12 | 129.06 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 192 | 0.15 | 0 | 0.04 | 0.22 | 164 | 0.21 | 0.73 |
| Hex | AA | C8 | C0 | F | 0 | 4 | 16 | A4 | 15 | 49 |
| Octal | 252 | 310 | 300 | 17 | 0 | 4 | 26 | 244 | 25 | 111 |
| Binary | 10101010 | 11001000 | 11000000 | 1111 | 0 | 100 | 10110 | 10100100 | 10101 | 1001001 |
Color Harmonies of #AAC8C0
Complementary color
Monochromatic Colors of #AAC8C0
Black with #AAC8C0
Text Example
Text Example
White with #AAC8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC8C0; }
p { color: rgb(170,200,192); }
H1.HeaderClassName
{
color: #AAC8C0;
}
.AnyTagClassName
{
color: #AAC8C0;
}
</style>
background-color css
<style>
a { background-color: #AAC8C0; }
a { background-color: rgb(170,200,192); }
div.DivClassName
{
background-color: #AAC8C0;
}
.BgClassName
{
background-color: #AAC8C0;
}
</style>
border-color css
<style>
span { border-color: #AAC8C0; }
span { border-color: rgb(170,200,192); }
td.TdClassName
{
border-color: #AAC8C0;
}
.TagClassName
{
border-color: #AAC8C0;
}
</style>