Shades of Opal #AAC5BD
Tints of Opal #AAC5BD
RGB
CMYK
RGB Variations
Color information
#AAC5BD (or 0xAAC5BD) is known color: Opal. HEX triplet: AA, C5 and BD. RGB value is (170,197,189). Sum of RGB (Red+Green+Blue) = 170+197+189=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC5BD is #553A42. Grayscale: #BCBCBC. Windows color (decimal): -5585475 or 12436906. OLE color: 12436906.
HSL color Cylindrical-coordinate representation of color #AAC5BD: hue angle of 162.22º 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 #AAC5BD is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 189 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.23 |
| HSL | 162.22º | 0.19% | 0.72% | - |
| HSV(B) | 162.22º | 0.14% | 0.77% | - |
| XYZ | 45.73 | 52.15 | 55.8 | - |
| YUV | 188.02 | 128.55 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 189 | 0.14 | 0 | 0.04 | 0.23 | 162.22 | 0.19 | 0.72 |
| Hex | AA | C5 | BD | E | 0 | 4 | 17 | A2 | 13 | 48 |
| Octal | 252 | 305 | 275 | 16 | 0 | 4 | 27 | 242 | 23 | 110 |
| Binary | 10101010 | 11000101 | 10111101 | 1110 | 0 | 100 | 10111 | 10100010 | 10011 | 1001000 |
Color Harmonies of #AAC5BD
Complementary color
Monochromatic Colors of #AAC5BD
Black with #AAC5BD
Text Example
Text Example
White with #AAC5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC5BD; }
p { color: rgb(170,197,189); }
H1.HeaderClassName
{
color: #AAC5BD;
}
.AnyTagClassName
{
color: #AAC5BD;
}
</style>
background-color css
<style>
a { background-color: #AAC5BD; }
a { background-color: rgb(170,197,189); }
div.DivClassName
{
background-color: #AAC5BD;
}
.BgClassName
{
background-color: #AAC5BD;
}
</style>
border-color css
<style>
span { border-color: #AAC5BD; }
span { border-color: rgb(170,197,189); }
td.TdClassName
{
border-color: #AAC5BD;
}
.TagClassName
{
border-color: #AAC5BD;
}
</style>