Shades of Opal #AAD1C0
Tints of Opal #AAD1C0
RGB
CMYK
RGB Variations
Color information
#AAD1C0 (or 0xAAD1C0) is known color: Opal. HEX triplet: AA, D1 and C0. RGB value is (170,209,192). Sum of RGB (Red+Green+Blue) = 170+209+192=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 209 (82.03% from 255 or 36.60% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD1C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD1C0 is #552E3F. Grayscale: #C3C3C3. Windows color (decimal): -5582400 or 12636586. OLE color: 12636586.
HSL color Cylindrical-coordinate representation of color #AAD1C0: hue angle of 153.85º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAD1C0 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 192 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.18 |
| HSL | 153.85º | 0.3% | 0.74% | - |
| HSV(B) | 153.85º | 0.19% | 0.82% | - |
| XYZ | 48.89 | 57.95 | 58.48 | - |
| YUV | 195.4 | 126.08 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 192 | 0.19 | 0 | 0.08 | 0.18 | 153.85 | 0.3 | 0.74 |
| Hex | AA | D1 | C0 | 13 | 0 | 8 | 12 | 9A | 1E | 4A |
| Octal | 252 | 321 | 300 | 23 | 0 | 10 | 22 | 232 | 36 | 112 |
| Binary | 10101010 | 11010001 | 11000000 | 10011 | 0 | 1000 | 10010 | 10011010 | 11110 | 1001010 |
Color Harmonies of #AAD1C0
Complementary color
Monochromatic Colors of #AAD1C0
Black with #AAD1C0
Text Example
Text Example
White with #AAD1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD1C0; }
p { color: rgb(170,209,192); }
H1.HeaderClassName
{
color: #AAD1C0;
}
.AnyTagClassName
{
color: #AAD1C0;
}
</style>
background-color css
<style>
a { background-color: #AAD1C0; }
a { background-color: rgb(170,209,192); }
div.DivClassName
{
background-color: #AAD1C0;
}
.BgClassName
{
background-color: #AAD1C0;
}
</style>
border-color css
<style>
span { border-color: #AAD1C0; }
span { border-color: rgb(170,209,192); }
td.TdClassName
{
border-color: #AAD1C0;
}
.TagClassName
{
border-color: #AAD1C0;
}
</style>