Shades of Heather #AEC0C6
Tints of Heather #AEC0C6
RGB
CMYK
RGB Variations
Color information
#AEC0C6 (or 0xAEC0C6) is known color: Heather. HEX triplet: AE, C0 and C6. RGB value is (174,192,198). Sum of RGB (Red+Green+Blue) = 174+192+198=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 198 (77.73% from 255 or 35.11% from 564); Max value from RGB is 198 - color contains mainly: blue. Hex color #AEC0C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC0C6 is #513F39. Grayscale: #BBBBBB. Windows color (decimal): -5324602 or 13025454. OLE color: 13025454.
HSL color Cylindrical-coordinate representation of color #AEC0C6: hue angle of 195º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEC0C6 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 192 | 198 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.22 |
| HSL | 195º | 0.17% | 0.73% | - |
| HSV(B) | 195º | 0.12% | 0.78% | - |
| XYZ | 46.5 | 50.78 | 60.78 | - |
| YUV | 187.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 192 | 198 | 0.12 | 0.03 | 0 | 0.22 | 195 | 0.17 | 0.73 |
| Hex | AE | C0 | C6 | C | 3 | 0 | 16 | C3 | 11 | 49 |
| Octal | 256 | 300 | 306 | 14 | 3 | 0 | 26 | 303 | 21 | 111 |
| Binary | 10101110 | 11000000 | 11000110 | 1100 | 11 | 0 | 10110 | 11000011 | 10001 | 1001001 |
Color Harmonies of #AEC0C6
Complementary color
Monochromatic Colors of #AEC0C6
Black with #AEC0C6
Text Example
Text Example
White with #AEC0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC0C6; }
p { color: rgb(174,192,198); }
H1.HeaderClassName
{
color: #AEC0C6;
}
.AnyTagClassName
{
color: #AEC0C6;
}
</style>
background-color css
<style>
a { background-color: #AEC0C6; }
a { background-color: rgb(174,192,198); }
div.DivClassName
{
background-color: #AEC0C6;
}
.BgClassName
{
background-color: #AEC0C6;
}
</style>
border-color css
<style>
span { border-color: #AEC0C6; }
span { border-color: rgb(174,192,198); }
td.TdClassName
{
border-color: #AEC0C6;
}
.TagClassName
{
border-color: #AEC0C6;
}
</style>