Shades of Opal #AACABD
Tints of Opal #AACABD
RGB
CMYK
RGB Variations
Color information
#AACABD (or 0xAACABD) is known color: Opal. HEX triplet: AA, CA and BD. RGB value is (170,202,189). Sum of RGB (Red+Green+Blue) = 170+202+189=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 202 - color contains mainly: green. Hex color #AACABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACABD is #553542. Grayscale: #BEBEBE. Windows color (decimal): -5584195 or 12438186. OLE color: 12438186.
HSL color Cylindrical-coordinate representation of color #AACABD: hue angle of 155.62º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AACABD is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 202 | 189 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.21 |
| HSL | 155.63º | 0.23% | 0.73% | - |
| HSV(B) | 155.63º | 0.16% | 0.79% | - |
| XYZ | 46.88 | 54.46 | 56.19 | - |
| YUV | 190.95 | 126.9 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 189 | 0.16 | 0 | 0.06 | 0.21 | 155.63 | 0.23 | 0.73 |
| Hex | AA | CA | BD | 10 | 0 | 6 | 15 | 9C | 17 | 49 |
| Octal | 252 | 312 | 275 | 20 | 0 | 6 | 25 | 234 | 27 | 111 |
| Binary | 10101010 | 11001010 | 10111101 | 10000 | 0 | 110 | 10101 | 10011100 | 10111 | 1001001 |
Color Harmonies of #AACABD
Complementary color
Monochromatic Colors of #AACABD
Black with #AACABD
Text Example
Text Example
White with #AACABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACABD; }
p { color: rgb(170,202,189); }
H1.HeaderClassName
{
color: #AACABD;
}
.AnyTagClassName
{
color: #AACABD;
}
</style>
background-color css
<style>
a { background-color: #AACABD; }
a { background-color: rgb(170,202,189); }
div.DivClassName
{
background-color: #AACABD;
}
.BgClassName
{
background-color: #AACABD;
}
</style>
border-color css
<style>
span { border-color: #AACABD; }
span { border-color: rgb(170,202,189); }
td.TdClassName
{
border-color: #AACABD;
}
.TagClassName
{
border-color: #AACABD;
}
</style>