Shades of Opal #AACAC2
Tints of Opal #AACAC2
RGB
CMYK
RGB Variations
Color information
#AACAC2 (or 0xAACAC2) is known color: Opal. HEX triplet: AA, CA and C2. RGB value is (170,202,194). Sum of RGB (Red+Green+Blue) = 170+202+194=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 194 (76.17% from 255 or 34.28% from 566); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACAC2 is #55353D. Grayscale: #BFBFBF. Windows color (decimal): -5584190 or 12765866. OLE color: 12765866.
HSL color Cylindrical-coordinate representation of color #AACAC2: hue angle of 165º 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 #AACAC2 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 202 | 194 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.21 |
| HSL | 165º | 0.23% | 0.73% | - |
| HSV(B) | 165º | 0.16% | 0.79% | - |
| XYZ | 47.44 | 54.68 | 59.09 | - |
| YUV | 191.52 | 129.4 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 194 | 0.16 | 0 | 0.04 | 0.21 | 165 | 0.23 | 0.73 |
| Hex | AA | CA | C2 | 10 | 0 | 4 | 15 | A5 | 17 | 49 |
| Octal | 252 | 312 | 302 | 20 | 0 | 4 | 25 | 245 | 27 | 111 |
| Binary | 10101010 | 11001010 | 11000010 | 10000 | 0 | 100 | 10101 | 10100101 | 10111 | 1001001 |
Color Harmonies of #AACAC2
Complementary color
Monochromatic Colors of #AACAC2
Black with #AACAC2
Text Example
Text Example
White with #AACAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACAC2; }
p { color: rgb(170,202,194); }
H1.HeaderClassName
{
color: #AACAC2;
}
.AnyTagClassName
{
color: #AACAC2;
}
</style>
background-color css
<style>
a { background-color: #AACAC2; }
a { background-color: rgb(170,202,194); }
div.DivClassName
{
background-color: #AACAC2;
}
.BgClassName
{
background-color: #AACAC2;
}
</style>
border-color css
<style>
span { border-color: #AACAC2; }
span { border-color: rgb(170,202,194); }
td.TdClassName
{
border-color: #AACAC2;
}
.TagClassName
{
border-color: #AACAC2;
}
</style>