Shades of Heather #AAB2B8
Tints of Heather #AAB2B8
RGB
CMYK
RGB Variations
Color information
#AAB2B8 (or 0xAAB2B8) is known color: Heather. HEX triplet: AA, B2 and B8. RGB value is (170,178,184). Sum of RGB (Red+Green+Blue) = 170+178+184=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 184 (72.27% from 255 or 34.59% from 532); Max value from RGB is 184 - color contains mainly: blue. Hex color #AAB2B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2B8 is #554D47. Grayscale: #B0B0B0. Windows color (decimal): -5590344 or 12104362. OLE color: 12104362.
HSL color Cylindrical-coordinate representation of color #AAB2B8: hue angle of 205.71º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAB2B8 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 170 | 178 | 184 | - |
CMYK | 0.08 | 0.03 | 0 | 0.28 |
HSL | 205.71º | 0.09% | 0.69% | - |
HSV(B) | 205.71º | 0.08% | 0.72% | - |
XYZ | 41.15 | 43.85 | 51.64 | - |
YUV | 176.29 | 132.35 | 123.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 178 | 184 | 0.08 | 0.03 | 0 | 0.28 | 205.71 | 0.09 | 0.69 |
Hex | AA | B2 | B8 | 8 | 3 | 0 | 1C | CE | 9 | 45 |
Octal | 252 | 262 | 270 | 10 | 3 | 0 | 34 | 316 | 11 | 105 |
Binary | 10101010 | 10110010 | 10111000 | 1000 | 11 | 0 | 11100 | 11001110 | 1001 | 1000101 |
Color Harmonies of #AAB2B8
Complementary color
Monochromatic Colors of #AAB2B8
Black with #AAB2B8
Text Example
Text Example
White with #AAB2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB2B8; }
p { color: rgb(170,178,184); }
H1.HeaderClassName
{
color: #AAB2B8;
}
.AnyTagClassName
{
color: #AAB2B8;
}
</style>
background-color css
<style>
a { background-color: #AAB2B8; }
a { background-color: rgb(170,178,184); }
div.DivClassName
{
background-color: #AAB2B8;
}
.BgClassName
{
background-color: #AAB2B8;
}
</style>
border-color css
<style>
span { border-color: #AAB2B8; }
span { border-color: rgb(170,178,184); }
td.TdClassName
{
border-color: #AAB2B8;
}
.TagClassName
{
border-color: #AAB2B8;
}
</style>