Shades of Opal #AEC5C0
Tints of Opal #AEC5C0
RGB
CMYK
RGB Variations
Color information
#AEC5C0 (or 0xAEC5C0) is known color: Opal. HEX triplet: AE, C5 and C0. RGB value is (174,197,192). Sum of RGB (Red+Green+Blue) = 174+197+192=563 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.91% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC5C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC5C0 is #513A3F. Grayscale: #BDBDBD. Windows color (decimal): -5323328 or 12633518. OLE color: 12633518.
HSL color Cylindrical-coordinate representation of color #AEC5C0: hue angle of 166.96º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEC5C0 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
RGB | 174 | 197 | 192 | - |
CMYK | 0.12 | 0 | 0.03 | 0.23 |
HSL | 166.96º | 0.17% | 0.73% | - |
HSV(B) | 166.96º | 0.12% | 0.77% | - |
XYZ | 46.94 | 52.74 | 57.57 | - |
YUV | 189.55 | 129.38 | 116.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 197 | 192 | 0.12 | 0 | 0.03 | 0.23 | 166.96 | 0.17 | 0.73 |
Hex | AE | C5 | C0 | C | 0 | 3 | 17 | A7 | 11 | 49 |
Octal | 256 | 305 | 300 | 14 | 0 | 3 | 27 | 247 | 21 | 111 |
Binary | 10101110 | 11000101 | 11000000 | 1100 | 0 | 11 | 10111 | 10100111 | 10001 | 1001001 |
Color Harmonies of #AEC5C0
Complementary color
Monochromatic Colors of #AEC5C0
Black with #AEC5C0
Text Example
Text Example
White with #AEC5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC5C0; }
p { color: rgb(174,197,192); }
H1.HeaderClassName
{
color: #AEC5C0;
}
.AnyTagClassName
{
color: #AEC5C0;
}
</style>
background-color css
<style>
a { background-color: #AEC5C0; }
a { background-color: rgb(174,197,192); }
div.DivClassName
{
background-color: #AEC5C0;
}
.BgClassName
{
background-color: #AEC5C0;
}
</style>
border-color css
<style>
span { border-color: #AEC5C0; }
span { border-color: rgb(174,197,192); }
td.TdClassName
{
border-color: #AEC5C0;
}
.TagClassName
{
border-color: #AEC5C0;
}
</style>