Shades of Opal #AAC1BA
Tints of Opal #AAC1BA
RGB
CMYK
RGB Variations
Color information
#AAC1BA (or 0xAAC1BA) is known color: Opal. HEX triplet: AA, C1 and BA. RGB value is (170,193,186). Sum of RGB (Red+Green+Blue) = 170+193+186=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 193 (75.78% from 255 or 35.15% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC1BA is #553E45. Grayscale: #B9B9B9. Windows color (decimal): -5586502 or 12239274. OLE color: 12239274.
HSL color Cylindrical-coordinate representation of color #AAC1BA: hue angle of 161.74º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAC1BA is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 186 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.24 |
| HSL | 161.74º | 0.16% | 0.71% | - |
| HSV(B) | 161.74º | 0.12% | 0.76% | - |
| XYZ | 44.51 | 50.23 | 53.8 | - |
| YUV | 185.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 186 | 0.12 | 0 | 0.04 | 0.24 | 161.74 | 0.16 | 0.71 |
| Hex | AA | C1 | BA | C | 0 | 4 | 18 | A2 | 10 | 47 |
| Octal | 252 | 301 | 272 | 14 | 0 | 4 | 30 | 242 | 20 | 107 |
| Binary | 10101010 | 11000001 | 10111010 | 1100 | 0 | 100 | 11000 | 10100010 | 10000 | 1000111 |
Color Harmonies of #AAC1BA
Complementary color
Monochromatic Colors of #AAC1BA
Black with #AAC1BA
Text Example
Text Example
White with #AAC1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC1BA; }
p { color: rgb(170,193,186); }
H1.HeaderClassName
{
color: #AAC1BA;
}
.AnyTagClassName
{
color: #AAC1BA;
}
</style>
background-color css
<style>
a { background-color: #AAC1BA; }
a { background-color: rgb(170,193,186); }
div.DivClassName
{
background-color: #AAC1BA;
}
.BgClassName
{
background-color: #AAC1BA;
}
</style>
border-color css
<style>
span { border-color: #AAC1BA; }
span { border-color: rgb(170,193,186); }
td.TdClassName
{
border-color: #AAC1BA;
}
.TagClassName
{
border-color: #AAC1BA;
}
</style>