Shades of Heather #AEB8C0
Tints of Heather #AEB8C0
RGB
CMYK
RGB Variations
Color information
#AEB8C0 (or 0xAEB8C0) is known color: Heather. HEX triplet: AE, B8 and C0. RGB value is (174,184,192). Sum of RGB (Red+Green+Blue) = 174+184+192=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 192 - color contains mainly: blue. Hex color #AEB8C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB8C0 is #51473F. Grayscale: #B5B5B5. Windows color (decimal): -5326656 or 12630190. OLE color: 12630190.
HSL color Cylindrical-coordinate representation of color #AEB8C0: hue angle of 206.67º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEB8C0 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 184 | 192 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.25 |
| HSL | 206.67º | 0.13% | 0.72% | - |
| HSV(B) | 206.67º | 0.09% | 0.75% | - |
| XYZ | 44.11 | 47.09 | 56.63 | - |
| YUV | 181.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 184 | 192 | 0.09 | 0.04 | 0 | 0.25 | 206.67 | 0.13 | 0.72 |
| Hex | AE | B8 | C0 | 9 | 4 | 0 | 19 | CF | C | 48 |
| Octal | 256 | 270 | 300 | 11 | 4 | 0 | 31 | 317 | 14 | 110 |
| Binary | 10101110 | 10111000 | 11000000 | 1001 | 100 | 0 | 11001 | 11001111 | 1100 | 1001000 |
Color Harmonies of #AEB8C0
Complementary color
Monochromatic Colors of #AEB8C0
Black with #AEB8C0
Text Example
Text Example
White with #AEB8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB8C0; }
p { color: rgb(174,184,192); }
H1.HeaderClassName
{
color: #AEB8C0;
}
.AnyTagClassName
{
color: #AEB8C0;
}
</style>
background-color css
<style>
a { background-color: #AEB8C0; }
a { background-color: rgb(174,184,192); }
div.DivClassName
{
background-color: #AEB8C0;
}
.BgClassName
{
background-color: #AEB8C0;
}
</style>
border-color css
<style>
span { border-color: #AEB8C0; }
span { border-color: rgb(174,184,192); }
td.TdClassName
{
border-color: #AEB8C0;
}
.TagClassName
{
border-color: #AEB8C0;
}
</style>