Shades of Opal #AAC4BB
Tints of Opal #AAC4BB
RGB
CMYK
RGB Variations
Color information
#AAC4BB (or 0xAAC4BB) is known color: Opal. HEX triplet: AA, C4 and BB. RGB value is (170,196,187). Sum of RGB (Red+Green+Blue) = 170+196+187=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 196 (76.95% from 255 or 35.44% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC4BB is #553B44. Grayscale: #BBBBBB. Windows color (decimal): -5585733 or 12305578. OLE color: 12305578.
HSL color Cylindrical-coordinate representation of color #AAC4BB: hue angle of 159.23º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAC4BB is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 196 | 187 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.23 |
| HSL | 159.23º | 0.18% | 0.72% | - |
| HSV(B) | 159.23º | 0.13% | 0.77% | - |
| XYZ | 45.29 | 51.61 | 54.59 | - |
| YUV | 187.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 187 | 0.13 | 0 | 0.05 | 0.23 | 159.23 | 0.18 | 0.72 |
| Hex | AA | C4 | BB | D | 0 | 5 | 17 | 9F | 12 | 48 |
| Octal | 252 | 304 | 273 | 15 | 0 | 5 | 27 | 237 | 22 | 110 |
| Binary | 10101010 | 11000100 | 10111011 | 1101 | 0 | 101 | 10111 | 10011111 | 10010 | 1001000 |
Color Harmonies of #AAC4BB
Complementary color
Monochromatic Colors of #AAC4BB
Black with #AAC4BB
Text Example
Text Example
White with #AAC4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC4BB; }
p { color: rgb(170,196,187); }
H1.HeaderClassName
{
color: #AAC4BB;
}
.AnyTagClassName
{
color: #AAC4BB;
}
</style>
background-color css
<style>
a { background-color: #AAC4BB; }
a { background-color: rgb(170,196,187); }
div.DivClassName
{
background-color: #AAC4BB;
}
.BgClassName
{
background-color: #AAC4BB;
}
</style>
border-color css
<style>
span { border-color: #AAC4BB; }
span { border-color: rgb(170,196,187); }
td.TdClassName
{
border-color: #AAC4BB;
}
.TagClassName
{
border-color: #AAC4BB;
}
</style>