Shades of Heather #AEB7C0
Tints of Heather #AEB7C0
RGB
CMYK
RGB Variations
Color information
#AEB7C0 (or 0xAEB7C0) is known color: Heather. HEX triplet: AE, B7 and C0. RGB value is (174,183,192). Sum of RGB (Red+Green+Blue) = 174+183+192=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 192 - color contains mainly: blue. Hex color #AEB7C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB7C0 is #51483F. Grayscale: #B5B5B5. Windows color (decimal): -5326912 or 12629934. OLE color: 12629934.
HSL color Cylindrical-coordinate representation of color #AEB7C0: hue angle of 210º 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 #AEB7C0 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 183 | 192 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.25 |
| HSL | 210º | 0.13% | 0.72% | - |
| HSV(B) | 210º | 0.09% | 0.75% | - |
| XYZ | 43.9 | 46.67 | 56.56 | - |
| YUV | 181.34 | 134.02 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 183 | 192 | 0.09 | 0.05 | 0 | 0.25 | 210 | 0.13 | 0.72 |
| Hex | AE | B7 | C0 | 9 | 5 | 0 | 19 | D2 | C | 48 |
| Octal | 256 | 267 | 300 | 11 | 5 | 0 | 31 | 322 | 14 | 110 |
| Binary | 10101110 | 10110111 | 11000000 | 1001 | 101 | 0 | 11001 | 11010010 | 1100 | 1001000 |
Color Harmonies of #AEB7C0
Complementary color
Monochromatic Colors of #AEB7C0
Black with #AEB7C0
Text Example
Text Example
White with #AEB7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB7C0; }
p { color: rgb(174,183,192); }
H1.HeaderClassName
{
color: #AEB7C0;
}
.AnyTagClassName
{
color: #AEB7C0;
}
</style>
background-color css
<style>
a { background-color: #AEB7C0; }
a { background-color: rgb(174,183,192); }
div.DivClassName
{
background-color: #AEB7C0;
}
.BgClassName
{
background-color: #AEB7C0;
}
</style>
border-color css
<style>
span { border-color: #AEB7C0; }
span { border-color: rgb(174,183,192); }
td.TdClassName
{
border-color: #AEB7C0;
}
.TagClassName
{
border-color: #AEB7C0;
}
</style>