Shades of Opal #AAC1BB
Tints of Opal #AAC1BB
RGB
CMYK
RGB Variations
Color information
#AAC1BB (or 0xAAC1BB) is known color: Opal. HEX triplet: AA, C1 and BB. RGB value is (170,193,187). Sum of RGB (Red+Green+Blue) = 170+193+187=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC1BB is #553E44. Grayscale: #B9B9B9. Windows color (decimal): -5586501 or 12304810. OLE color: 12304810.
HSL color Cylindrical-coordinate representation of color #AAC1BB: hue angle of 164.35º 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 #AAC1BB is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 187 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.24 |
| HSL | 164.35º | 0.16% | 0.71% | - |
| HSV(B) | 164.35º | 0.12% | 0.76% | - |
| XYZ | 44.62 | 50.27 | 54.37 | - |
| YUV | 185.44 | 128.88 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 187 | 0.12 | 0 | 0.03 | 0.24 | 164.35 | 0.16 | 0.71 |
| Hex | AA | C1 | BB | C | 0 | 3 | 18 | A4 | 10 | 47 |
| Octal | 252 | 301 | 273 | 14 | 0 | 3 | 30 | 244 | 20 | 107 |
| Binary | 10101010 | 11000001 | 10111011 | 1100 | 0 | 11 | 11000 | 10100100 | 10000 | 1000111 |
Color Harmonies of #AAC1BB
Complementary color
Monochromatic Colors of #AAC1BB
Black with #AAC1BB
Text Example
Text Example
White with #AAC1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC1BB; }
p { color: rgb(170,193,187); }
H1.HeaderClassName
{
color: #AAC1BB;
}
.AnyTagClassName
{
color: #AAC1BB;
}
</style>
background-color css
<style>
a { background-color: #AAC1BB; }
a { background-color: rgb(170,193,187); }
div.DivClassName
{
background-color: #AAC1BB;
}
.BgClassName
{
background-color: #AAC1BB;
}
</style>
border-color css
<style>
span { border-color: #AAC1BB; }
span { border-color: rgb(170,193,187); }
td.TdClassName
{
border-color: #AAC1BB;
}
.TagClassName
{
border-color: #AAC1BB;
}
</style>