Shades of Opal #AECAC5
Tints of Opal #AECAC5
RGB
CMYK
RGB Variations
Color information
#AECAC5 (or 0xAECAC5) is known color: Opal. HEX triplet: AE, CA and C5. RGB value is (174,202,197). Sum of RGB (Red+Green+Blue) = 174+202+197=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECAC5 is #51353A. Grayscale: #C1C1C1. Windows color (decimal): -5322043 or 12962478. OLE color: 12962478.
HSL color Cylindrical-coordinate representation of color #AECAC5: hue angle of 169.29º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AECAC5 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 202 | 197 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.21 |
| HSL | 169.29º | 0.21% | 0.74% | - |
| HSV(B) | 169.29º | 0.14% | 0.79% | - |
| XYZ | 48.65 | 55.27 | 60.93 | - |
| YUV | 193.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 197 | 0.14 | 0 | 0.02 | 0.21 | 169.29 | 0.21 | 0.74 |
| Hex | AE | CA | C5 | E | 0 | 2 | 15 | A9 | 15 | 4A |
| Octal | 256 | 312 | 305 | 16 | 0 | 2 | 25 | 251 | 25 | 112 |
| Binary | 10101110 | 11001010 | 11000101 | 1110 | 0 | 10 | 10101 | 10101001 | 10101 | 1001010 |
Color Harmonies of #AECAC5
Complementary color
Monochromatic Colors of #AECAC5
Black with #AECAC5
Text Example
Text Example
White with #AECAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECAC5; }
p { color: rgb(174,202,197); }
H1.HeaderClassName
{
color: #AECAC5;
}
.AnyTagClassName
{
color: #AECAC5;
}
</style>
background-color css
<style>
a { background-color: #AECAC5; }
a { background-color: rgb(174,202,197); }
div.DivClassName
{
background-color: #AECAC5;
}
.BgClassName
{
background-color: #AECAC5;
}
</style>
border-color css
<style>
span { border-color: #AECAC5; }
span { border-color: rgb(174,202,197); }
td.TdClassName
{
border-color: #AECAC5;
}
.TagClassName
{
border-color: #AECAC5;
}
</style>