Shades of Opal #AAC3BB
Tints of Opal #AAC3BB
RGB
CMYK
RGB Variations
Color information
#AAC3BB (or 0xAAC3BB) is known color: Opal. HEX triplet: AA, C3 and BB. RGB value is (170,195,187). Sum of RGB (Red+Green+Blue) = 170+195+187=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC3BB is #553C44. Grayscale: #BABABA. Windows color (decimal): -5585989 or 12305322. OLE color: 12305322.
HSL color Cylindrical-coordinate representation of color #AAC3BB: hue angle of 160.8º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAC3BB is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 195 | 187 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.24 |
| HSL | 160.8º | 0.17% | 0.72% | - |
| HSV(B) | 160.8º | 0.13% | 0.76% | - |
| XYZ | 45.06 | 51.16 | 54.51 | - |
| YUV | 186.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 187 | 0.13 | 0 | 0.04 | 0.24 | 160.8 | 0.17 | 0.72 |
| Hex | AA | C3 | BB | D | 0 | 4 | 18 | A1 | 11 | 48 |
| Octal | 252 | 303 | 273 | 15 | 0 | 4 | 30 | 241 | 21 | 110 |
| Binary | 10101010 | 11000011 | 10111011 | 1101 | 0 | 100 | 11000 | 10100001 | 10001 | 1001000 |
Color Harmonies of #AAC3BB
Complementary color
Monochromatic Colors of #AAC3BB
Black with #AAC3BB
Text Example
Text Example
White with #AAC3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC3BB; }
p { color: rgb(170,195,187); }
H1.HeaderClassName
{
color: #AAC3BB;
}
.AnyTagClassName
{
color: #AAC3BB;
}
</style>
background-color css
<style>
a { background-color: #AAC3BB; }
a { background-color: rgb(170,195,187); }
div.DivClassName
{
background-color: #AAC3BB;
}
.BgClassName
{
background-color: #AAC3BB;
}
</style>
border-color css
<style>
span { border-color: #AAC3BB; }
span { border-color: rgb(170,195,187); }
td.TdClassName
{
border-color: #AAC3BB;
}
.TagClassName
{
border-color: #AAC3BB;
}
</style>