Shades of Opal #AACAC5
Tints of Opal #AACAC5
RGB
CMYK
RGB Variations
Color information
#AACAC5 (or 0xAACAC5) is known color: Opal. HEX triplet: AA, CA and C5. RGB value is (170,202,197). Sum of RGB (Red+Green+Blue) = 170+202+197=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACAC5 is #55353A. Grayscale: #BFBFBF. Windows color (decimal): -5584187 or 12962474. OLE color: 12962474.
HSL color Cylindrical-coordinate representation of color #AACAC5: hue angle of 170.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 #AACAC5 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 202 | 197 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.21 |
| HSL | 170.63º | 0.23% | 0.73% | - |
| HSV(B) | 170.63º | 0.16% | 0.79% | - |
| XYZ | 47.78 | 54.82 | 60.89 | - |
| YUV | 191.86 | 130.9 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 197 | 0.16 | 0 | 0.02 | 0.21 | 170.63 | 0.23 | 0.73 |
| Hex | AA | CA | C5 | 10 | 0 | 2 | 15 | AB | 17 | 49 |
| Octal | 252 | 312 | 305 | 20 | 0 | 2 | 25 | 253 | 27 | 111 |
| Binary | 10101010 | 11001010 | 11000101 | 10000 | 0 | 10 | 10101 | 10101011 | 10111 | 1001001 |
Color Harmonies of #AACAC5
Complementary color
Monochromatic Colors of #AACAC5
Black with #AACAC5
Text Example
Text Example
White with #AACAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACAC5; }
p { color: rgb(170,202,197); }
H1.HeaderClassName
{
color: #AACAC5;
}
.AnyTagClassName
{
color: #AACAC5;
}
</style>
background-color css
<style>
a { background-color: #AACAC5; }
a { background-color: rgb(170,202,197); }
div.DivClassName
{
background-color: #AACAC5;
}
.BgClassName
{
background-color: #AACAC5;
}
</style>
border-color css
<style>
span { border-color: #AACAC5; }
span { border-color: rgb(170,202,197); }
td.TdClassName
{
border-color: #AACAC5;
}
.TagClassName
{
border-color: #AACAC5;
}
</style>