Shades of Opal #AAC6C1
Tints of Opal #AAC6C1
RGB
CMYK
RGB Variations
Color information
#AAC6C1 (or 0xAAC6C1) is known color: Opal. HEX triplet: AA, C6 and C1. RGB value is (170,198,193). Sum of RGB (Red+Green+Blue) = 170+198+193=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC6C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC6C1 is #55393E. Grayscale: #BDBDBD. Windows color (decimal): -5585215 or 12699306. OLE color: 12699306.
HSL color Cylindrical-coordinate representation of color #AAC6C1: hue angle of 169.29º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAC6C1 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 198 | 193 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.22 |
| HSL | 169.29º | 0.2% | 0.72% | - |
| HSV(B) | 169.29º | 0.14% | 0.78% | - |
| XYZ | 46.4 | 52.78 | 58.2 | - |
| YUV | 189.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 198 | 193 | 0.14 | 0 | 0.03 | 0.22 | 169.29 | 0.2 | 0.72 |
| Hex | AA | C6 | C1 | E | 0 | 3 | 16 | A9 | 14 | 48 |
| Octal | 252 | 306 | 301 | 16 | 0 | 3 | 26 | 251 | 24 | 110 |
| Binary | 10101010 | 11000110 | 11000001 | 1110 | 0 | 11 | 10110 | 10101001 | 10100 | 1001000 |
Color Harmonies of #AAC6C1
Complementary color
Monochromatic Colors of #AAC6C1
Black with #AAC6C1
Text Example
Text Example
White with #AAC6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC6C1; }
p { color: rgb(170,198,193); }
H1.HeaderClassName
{
color: #AAC6C1;
}
.AnyTagClassName
{
color: #AAC6C1;
}
</style>
background-color css
<style>
a { background-color: #AAC6C1; }
a { background-color: rgb(170,198,193); }
div.DivClassName
{
background-color: #AAC6C1;
}
.BgClassName
{
background-color: #AAC6C1;
}
</style>
border-color css
<style>
span { border-color: #AAC6C1; }
span { border-color: rgb(170,198,193); }
td.TdClassName
{
border-color: #AAC6C1;
}
.TagClassName
{
border-color: #AAC6C1;
}
</style>