Shades of Opal #AAC5BA
Tints of Opal #AAC5BA
RGB
CMYK
RGB Variations
Color information
#AAC5BA (or 0xAAC5BA) is known color: Opal. HEX triplet: AA, C5 and BA. RGB value is (170,197,186). Sum of RGB (Red+Green+Blue) = 170+197+186=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC5BA is #553A45. Grayscale: #BBBBBB. Windows color (decimal): -5585478 or 12240298. OLE color: 12240298.
HSL color Cylindrical-coordinate representation of color #AAC5BA: hue angle of 155.56º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAC5BA is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 186 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.23 |
| HSL | 155.56º | 0.19% | 0.72% | - |
| HSV(B) | 155.56º | 0.14% | 0.77% | - |
| XYZ | 45.41 | 52.02 | 54.1 | - |
| YUV | 187.67 | 127.05 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 186 | 0.14 | 0 | 0.06 | 0.23 | 155.56 | 0.19 | 0.72 |
| Hex | AA | C5 | BA | E | 0 | 6 | 17 | 9C | 13 | 48 |
| Octal | 252 | 305 | 272 | 16 | 0 | 6 | 27 | 234 | 23 | 110 |
| Binary | 10101010 | 11000101 | 10111010 | 1110 | 0 | 110 | 10111 | 10011100 | 10011 | 1001000 |
Color Harmonies of #AAC5BA
Complementary color
Monochromatic Colors of #AAC5BA
Black with #AAC5BA
Text Example
Text Example
White with #AAC5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC5BA; }
p { color: rgb(170,197,186); }
H1.HeaderClassName
{
color: #AAC5BA;
}
.AnyTagClassName
{
color: #AAC5BA;
}
</style>
background-color css
<style>
a { background-color: #AAC5BA; }
a { background-color: rgb(170,197,186); }
div.DivClassName
{
background-color: #AAC5BA;
}
.BgClassName
{
background-color: #AAC5BA;
}
</style>
border-color css
<style>
span { border-color: #AAC5BA; }
span { border-color: rgb(170,197,186); }
td.TdClassName
{
border-color: #AAC5BA;
}
.TagClassName
{
border-color: #AAC5BA;
}
</style>