Shades of Loblolly #AABAB0
Tints of Loblolly #AABAB0
RGB
CMYK
RGB Variations
Color information
#AABAB0 (or 0xAABAB0) is known color: Loblolly. HEX triplet: AA, BA and B0. RGB value is (170,186,176). Sum of RGB (Red+Green+Blue) = 170+186+176=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 186 - color contains mainly: green. Hex color #AABAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABAB0 is #55454F. Grayscale: #B4B4B4. Windows color (decimal): -5588304 or 11582122. OLE color: 11582122.
HSL color Cylindrical-coordinate representation of color #AABAB0: hue angle of 142.5º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AABAB0 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
RGB | 170 | 186 | 176 | - |
CMYK | 0.09 | 0 | 0.05 | 0.27 |
HSL | 142.5º | 0.1% | 0.7% | - |
HSV(B) | 142.5º | 0.09% | 0.73% | - |
XYZ | 41.97 | 46.8 | 47.9 | - |
YUV | 180.08 | 125.7 | 120.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 186 | 176 | 0.09 | 0 | 0.05 | 0.27 | 142.5 | 0.1 | 0.7 |
Hex | AA | BA | B0 | 9 | 0 | 5 | 1B | 8E | A | 46 |
Octal | 252 | 272 | 260 | 11 | 0 | 5 | 33 | 216 | 12 | 106 |
Binary | 10101010 | 10111010 | 10110000 | 1001 | 0 | 101 | 11011 | 10001110 | 1010 | 1000110 |
Color Harmonies of #AABAB0
Complementary color
Monochromatic Colors of #AABAB0
Black with #AABAB0
Text Example
Text Example
White with #AABAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABAB0; }
p { color: rgb(170,186,176); }
H1.HeaderClassName
{
color: #AABAB0;
}
.AnyTagClassName
{
color: #AABAB0;
}
</style>
background-color css
<style>
a { background-color: #AABAB0; }
a { background-color: rgb(170,186,176); }
div.DivClassName
{
background-color: #AABAB0;
}
.BgClassName
{
background-color: #AABAB0;
}
</style>
border-color css
<style>
span { border-color: #AABAB0; }
span { border-color: rgb(170,186,176); }
td.TdClassName
{
border-color: #AABAB0;
}
.TagClassName
{
border-color: #AABAB0;
}
</style>