Shades of Opal #ACCAC0
Tints of Opal #ACCAC0
RGB
CMYK
RGB Variations
Color information
#ACCAC0 (or 0xACCAC0) is known color: Opal. HEX triplet: AC, CA and C0. RGB value is (172,202,192). Sum of RGB (Red+Green+Blue) = 172+202+192=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCAC0 is #53353F. Grayscale: #BFBFBF. Windows color (decimal): -5453120 or 12634796. OLE color: 12634796.
HSL color Cylindrical-coordinate representation of color #ACCAC0: hue angle of 160º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACCAC0 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 202 | 192 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.21 |
| HSL | 160º | 0.22% | 0.73% | - |
| HSV(B) | 160º | 0.15% | 0.79% | - |
| XYZ | 47.65 | 54.82 | 57.94 | - |
| YUV | 191.89 | 128.06 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 202 | 192 | 0.15 | 0 | 0.05 | 0.21 | 160 | 0.22 | 0.73 |
| Hex | AC | CA | C0 | F | 0 | 5 | 15 | A0 | 16 | 49 |
| Octal | 254 | 312 | 300 | 17 | 0 | 5 | 25 | 240 | 26 | 111 |
| Binary | 10101100 | 11001010 | 11000000 | 1111 | 0 | 101 | 10101 | 10100000 | 10110 | 1001001 |
Color Harmonies of #ACCAC0
Complementary color
Monochromatic Colors of #ACCAC0
Black with #ACCAC0
Text Example
Text Example
White with #ACCAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCAC0; }
p { color: rgb(172,202,192); }
H1.HeaderClassName
{
color: #ACCAC0;
}
.AnyTagClassName
{
color: #ACCAC0;
}
</style>
background-color css
<style>
a { background-color: #ACCAC0; }
a { background-color: rgb(172,202,192); }
div.DivClassName
{
background-color: #ACCAC0;
}
.BgClassName
{
background-color: #ACCAC0;
}
</style>
border-color css
<style>
span { border-color: #ACCAC0; }
span { border-color: rgb(172,202,192); }
td.TdClassName
{
border-color: #ACCAC0;
}
.TagClassName
{
border-color: #ACCAC0;
}
</style>