Shades of Heather #AAB8C4
Tints of Heather #AAB8C4
RGB
CMYK
RGB Variations
Color information
#AAB8C4 (or 0xAAB8C4) is known color: Heather. HEX triplet: AA, B8 and C4. RGB value is (170,184,196). Sum of RGB (Red+Green+Blue) = 170+184+196=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 196 - color contains mainly: blue. Hex color #AAB8C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8C4 is #55473B. Grayscale: #B5B5B5. Windows color (decimal): -5588796 or 12892330. OLE color: 12892330.
HSL color Cylindrical-coordinate representation of color #AAB8C4: hue angle of 207.69º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAB8C4 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 184 | 196 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.23 |
| HSL | 207.69º | 0.18% | 0.72% | - |
| HSV(B) | 207.69º | 0.13% | 0.77% | - |
| XYZ | 43.68 | 46.81 | 58.96 | - |
| YUV | 181.18 | 136.36 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 196 | 0.13 | 0.06 | 0 | 0.23 | 207.69 | 0.18 | 0.72 |
| Hex | AA | B8 | C4 | D | 6 | 0 | 17 | D0 | 12 | 48 |
| Octal | 252 | 270 | 304 | 15 | 6 | 0 | 27 | 320 | 22 | 110 |
| Binary | 10101010 | 10111000 | 11000100 | 1101 | 110 | 0 | 10111 | 11010000 | 10010 | 1001000 |
Color Harmonies of #AAB8C4
Complementary color
Monochromatic Colors of #AAB8C4
Black with #AAB8C4
Text Example
Text Example
White with #AAB8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB8C4; }
p { color: rgb(170,184,196); }
H1.HeaderClassName
{
color: #AAB8C4;
}
.AnyTagClassName
{
color: #AAB8C4;
}
</style>
background-color css
<style>
a { background-color: #AAB8C4; }
a { background-color: rgb(170,184,196); }
div.DivClassName
{
background-color: #AAB8C4;
}
.BgClassName
{
background-color: #AAB8C4;
}
</style>
border-color css
<style>
span { border-color: #AAB8C4; }
span { border-color: rgb(170,184,196); }
td.TdClassName
{
border-color: #AAB8C4;
}
.TagClassName
{
border-color: #AAB8C4;
}
</style>