Shades of Opal #AEC8C0
Tints of Opal #AEC8C0
RGB
CMYK
RGB Variations
Color information
#AEC8C0 (or 0xAEC8C0) is known color: Opal. HEX triplet: AE, C8 and C0. RGB value is (174,200,192). Sum of RGB (Red+Green+Blue) = 174+200+192=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC8C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC8C0 is #51373F. Grayscale: #BFBFBF. Windows color (decimal): -5322560 or 12634286. OLE color: 12634286.
HSL color Cylindrical-coordinate representation of color #AEC8C0: hue angle of 161.54º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEC8C0 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 200 | 192 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.22 |
| HSL | 161.54º | 0.19% | 0.73% | - |
| HSV(B) | 161.54º | 0.13% | 0.78% | - |
| XYZ | 47.62 | 54.11 | 57.8 | - |
| YUV | 191.31 | 128.39 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 200 | 192 | 0.13 | 0 | 0.04 | 0.22 | 161.54 | 0.19 | 0.73 |
| Hex | AE | C8 | C0 | D | 0 | 4 | 16 | A2 | 13 | 49 |
| Octal | 256 | 310 | 300 | 15 | 0 | 4 | 26 | 242 | 23 | 111 |
| Binary | 10101110 | 11001000 | 11000000 | 1101 | 0 | 100 | 10110 | 10100010 | 10011 | 1001001 |
Color Harmonies of #AEC8C0
Complementary color
Monochromatic Colors of #AEC8C0
Black with #AEC8C0
Text Example
Text Example
White with #AEC8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC8C0; }
p { color: rgb(174,200,192); }
H1.HeaderClassName
{
color: #AEC8C0;
}
.AnyTagClassName
{
color: #AEC8C0;
}
</style>
background-color css
<style>
a { background-color: #AEC8C0; }
a { background-color: rgb(174,200,192); }
div.DivClassName
{
background-color: #AEC8C0;
}
.BgClassName
{
background-color: #AEC8C0;
}
</style>
border-color css
<style>
span { border-color: #AEC8C0; }
span { border-color: rgb(174,200,192); }
td.TdClassName
{
border-color: #AEC8C0;
}
.TagClassName
{
border-color: #AEC8C0;
}
</style>