Shades of Opal #AACCC3
Tints of Opal #AACCC3
RGB
CMYK
RGB Variations
Color information
#AACCC3 (or 0xAACCC3) is known color: Opal. HEX triplet: AA, CC and C3. RGB value is (170,204,195). Sum of RGB (Red+Green+Blue) = 170+204+195=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 195 (76.56% from 255 or 34.27% from 569); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCC3 is #55333C. Grayscale: #C0C0C0. Windows color (decimal): -5583677 or 12831914. OLE color: 12831914.
HSL color Cylindrical-coordinate representation of color #AACCC3: hue angle of 164.12º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACCC3 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 195 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.2 |
| HSL | 164.12º | 0.25% | 0.73% | - |
| HSV(B) | 164.12º | 0.17% | 0.8% | - |
| XYZ | 48.02 | 55.67 | 59.84 | - |
| YUV | 192.81 | 129.24 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 195 | 0.17 | 0 | 0.04 | 0.2 | 164.12 | 0.25 | 0.73 |
| Hex | AA | CC | C3 | 11 | 0 | 4 | 14 | A4 | 19 | 49 |
| Octal | 252 | 314 | 303 | 21 | 0 | 4 | 24 | 244 | 31 | 111 |
| Binary | 10101010 | 11001100 | 11000011 | 10001 | 0 | 100 | 10100 | 10100100 | 11001 | 1001001 |
Color Harmonies of #AACCC3
Complementary color
Monochromatic Colors of #AACCC3
Black with #AACCC3
Text Example
Text Example
White with #AACCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACCC3; }
p { color: rgb(170,204,195); }
H1.HeaderClassName
{
color: #AACCC3;
}
.AnyTagClassName
{
color: #AACCC3;
}
</style>
background-color css
<style>
a { background-color: #AACCC3; }
a { background-color: rgb(170,204,195); }
div.DivClassName
{
background-color: #AACCC3;
}
.BgClassName
{
background-color: #AACCC3;
}
</style>
border-color css
<style>
span { border-color: #AACCC3; }
span { border-color: rgb(170,204,195); }
td.TdClassName
{
border-color: #AACCC3;
}
.TagClassName
{
border-color: #AACCC3;
}
</style>