Shades of Opal #AEC3C0
Tints of Opal #AEC3C0
RGB
CMYK
RGB Variations
Color information
#AEC3C0 (or 0xAEC3C0) is known color: Opal. HEX triplet: AE, C3 and C0. RGB value is (174,195,192). Sum of RGB (Red+Green+Blue) = 174+195+192=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC3C0 is #513C3F. Grayscale: #BCBCBC. Windows color (decimal): -5323840 or 12633006. OLE color: 12633006.
HSL color Cylindrical-coordinate representation of color #AEC3C0: hue angle of 171.43º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEC3C0 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
RGB | 174 | 195 | 192 | - |
CMYK | 0.11 | 0 | 0.02 | 0.24 |
HSL | 171.43º | 0.15% | 0.72% | - |
HSV(B) | 171.43º | 0.11% | 0.76% | - |
XYZ | 46.49 | 51.83 | 57.42 | - |
YUV | 188.38 | 130.04 | 117.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 195 | 192 | 0.11 | 0 | 0.02 | 0.24 | 171.43 | 0.15 | 0.72 |
Hex | AE | C3 | C0 | B | 0 | 2 | 18 | AB | F | 48 |
Octal | 256 | 303 | 300 | 13 | 0 | 2 | 30 | 253 | 17 | 110 |
Binary | 10101110 | 11000011 | 11000000 | 1011 | 0 | 10 | 11000 | 10101011 | 1111 | 1001000 |
Color Harmonies of #AEC3C0
Complementary color
Monochromatic Colors of #AEC3C0
Black with #AEC3C0
Text Example
Text Example
White with #AEC3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC3C0; }
p { color: rgb(174,195,192); }
H1.HeaderClassName
{
color: #AEC3C0;
}
.AnyTagClassName
{
color: #AEC3C0;
}
</style>
background-color css
<style>
a { background-color: #AEC3C0; }
a { background-color: rgb(174,195,192); }
div.DivClassName
{
background-color: #AEC3C0;
}
.BgClassName
{
background-color: #AEC3C0;
}
</style>
border-color css
<style>
span { border-color: #AEC3C0; }
span { border-color: rgb(174,195,192); }
td.TdClassName
{
border-color: #AEC3C0;
}
.TagClassName
{
border-color: #AEC3C0;
}
</style>