Shades of Opal #AAC1BD
Tints of Opal #AAC1BD
RGB
CMYK
RGB Variations
Color information
#AAC1BD (or 0xAAC1BD) is known color: Opal. HEX triplet: AA, C1 and BD. RGB value is (170,193,189). Sum of RGB (Red+Green+Blue) = 170+193+189=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC1BD is #553E42. Grayscale: #B9B9B9. Windows color (decimal): -5586499 or 12435882. OLE color: 12435882.
HSL color Cylindrical-coordinate representation of color #AAC1BD: hue angle of 169.57º 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 #AAC1BD is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 189 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.24 |
| HSL | 169.57º | 0.16% | 0.71% | - |
| HSV(B) | 169.57º | 0.12% | 0.76% | - |
| XYZ | 44.83 | 50.36 | 55.5 | - |
| YUV | 185.67 | 129.88 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 189 | 0.12 | 0 | 0.02 | 0.24 | 169.57 | 0.16 | 0.71 |
| Hex | AA | C1 | BD | C | 0 | 2 | 18 | AA | 10 | 47 |
| Octal | 252 | 301 | 275 | 14 | 0 | 2 | 30 | 252 | 20 | 107 |
| Binary | 10101010 | 11000001 | 10111101 | 1100 | 0 | 10 | 11000 | 10101010 | 10000 | 1000111 |
Color Harmonies of #AAC1BD
Complementary color
Monochromatic Colors of #AAC1BD
Black with #AAC1BD
Text Example
Text Example
White with #AAC1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC1BD; }
p { color: rgb(170,193,189); }
H1.HeaderClassName
{
color: #AAC1BD;
}
.AnyTagClassName
{
color: #AAC1BD;
}
</style>
background-color css
<style>
a { background-color: #AAC1BD; }
a { background-color: rgb(170,193,189); }
div.DivClassName
{
background-color: #AAC1BD;
}
.BgClassName
{
background-color: #AAC1BD;
}
</style>
border-color css
<style>
span { border-color: #AAC1BD; }
span { border-color: rgb(170,193,189); }
td.TdClassName
{
border-color: #AAC1BD;
}
.TagClassName
{
border-color: #AAC1BD;
}
</style>