Shades of Opal #AACAC3
Tints of Opal #AACAC3
RGB
CMYK
RGB Variations
Color information
#AACAC3 (or 0xAACAC3) is known color: Opal. HEX triplet: AA, CA and C3. RGB value is (170,202,195). Sum of RGB (Red+Green+Blue) = 170+202+195=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 195 (76.56% from 255 or 34.39% from 567); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACAC3 is #55353C. Grayscale: #BFBFBF. Windows color (decimal): -5584189 or 12831402. OLE color: 12831402.
HSL color Cylindrical-coordinate representation of color #AACAC3: hue angle of 166.88º 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 #AACAC3 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 202 | 195 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.21 |
| HSL | 166.88º | 0.23% | 0.73% | - |
| HSV(B) | 166.88º | 0.16% | 0.79% | - |
| XYZ | 47.55 | 54.73 | 59.69 | - |
| YUV | 191.63 | 129.9 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 195 | 0.16 | 0 | 0.03 | 0.21 | 166.88 | 0.23 | 0.73 |
| Hex | AA | CA | C3 | 10 | 0 | 3 | 15 | A7 | 17 | 49 |
| Octal | 252 | 312 | 303 | 20 | 0 | 3 | 25 | 247 | 27 | 111 |
| Binary | 10101010 | 11001010 | 11000011 | 10000 | 0 | 11 | 10101 | 10100111 | 10111 | 1001001 |
Color Harmonies of #AACAC3
Complementary color
Monochromatic Colors of #AACAC3
Black with #AACAC3
Text Example
Text Example
White with #AACAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACAC3; }
p { color: rgb(170,202,195); }
H1.HeaderClassName
{
color: #AACAC3;
}
.AnyTagClassName
{
color: #AACAC3;
}
</style>
background-color css
<style>
a { background-color: #AACAC3; }
a { background-color: rgb(170,202,195); }
div.DivClassName
{
background-color: #AACAC3;
}
.BgClassName
{
background-color: #AACAC3;
}
</style>
border-color css
<style>
span { border-color: #AACAC3; }
span { border-color: rgb(170,202,195); }
td.TdClassName
{
border-color: #AACAC3;
}
.TagClassName
{
border-color: #AACAC3;
}
</style>