Shades of Heather #AEC1C6
Tints of Heather #AEC1C6
RGB
CMYK
RGB Variations
Color information
#AEC1C6 (or 0xAEC1C6) is known color: Heather. HEX triplet: AE, C1 and C6. RGB value is (174,193,198). Sum of RGB (Red+Green+Blue) = 174+193+198=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 193 (75.78% from 255 or 34.16% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 198 - color contains mainly: blue. Hex color #AEC1C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC1C6 is #513E39. Grayscale: #BBBBBB. Windows color (decimal): -5324346 or 13025710. OLE color: 13025710.
HSL color Cylindrical-coordinate representation of color #AEC1C6: hue angle of 192.5º 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 #AEC1C6 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 193 | 198 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.22 |
| HSL | 192.5º | 0.17% | 0.73% | - |
| HSV(B) | 192.5º | 0.12% | 0.78% | - |
| XYZ | 46.72 | 51.22 | 60.85 | - |
| YUV | 187.89 | 133.71 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 193 | 198 | 0.12 | 0.03 | 0 | 0.22 | 192.5 | 0.17 | 0.73 |
| Hex | AE | C1 | C6 | C | 3 | 0 | 16 | C0 | 11 | 49 |
| Octal | 256 | 301 | 306 | 14 | 3 | 0 | 26 | 300 | 21 | 111 |
| Binary | 10101110 | 11000001 | 11000110 | 1100 | 11 | 0 | 10110 | 11000000 | 10001 | 1001001 |
Color Harmonies of #AEC1C6
Complementary color
Monochromatic Colors of #AEC1C6
Black with #AEC1C6
Text Example
Text Example
White with #AEC1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC1C6; }
p { color: rgb(174,193,198); }
H1.HeaderClassName
{
color: #AEC1C6;
}
.AnyTagClassName
{
color: #AEC1C6;
}
</style>
background-color css
<style>
a { background-color: #AEC1C6; }
a { background-color: rgb(174,193,198); }
div.DivClassName
{
background-color: #AEC1C6;
}
.BgClassName
{
background-color: #AEC1C6;
}
</style>
border-color css
<style>
span { border-color: #AEC1C6; }
span { border-color: rgb(174,193,198); }
td.TdClassName
{
border-color: #AEC1C6;
}
.TagClassName
{
border-color: #AEC1C6;
}
</style>