Shades of Loblolly #AABBB0
Tints of Loblolly #AABBB0
RGB
CMYK
RGB Variations
Color information
#AABBB0 (or 0xAABBB0) is known color: Loblolly. HEX triplet: AA, BB and B0. RGB value is (170,187,176). Sum of RGB (Red+Green+Blue) = 170+187+176=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABBB0 is #55444F. Grayscale: #B4B4B4. Windows color (decimal): -5588048 or 11582378. OLE color: 11582378.
HSL color Cylindrical-coordinate representation of color #AABBB0: hue angle of 141.18º degrees, saturation: 0.11, 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 #AABBB0 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 176 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.27 |
| HSL | 141.18º | 0.11% | 0.7% | - |
| HSV(B) | 141.18º | 0.09% | 0.73% | - |
| XYZ | 42.18 | 47.22 | 47.97 | - |
| YUV | 180.66 | 125.37 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 176 | 0.09 | 0 | 0.06 | 0.27 | 141.18 | 0.11 | 0.7 |
| Hex | AA | BB | B0 | 9 | 0 | 6 | 1B | 8D | B | 46 |
| Octal | 252 | 273 | 260 | 11 | 0 | 6 | 33 | 215 | 13 | 106 |
| Binary | 10101010 | 10111011 | 10110000 | 1001 | 0 | 110 | 11011 | 10001101 | 1011 | 1000110 |
Color Harmonies of #AABBB0
Complementary color
Monochromatic Colors of #AABBB0
Black with #AABBB0
Text Example
Text Example
White with #AABBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABBB0; }
p { color: rgb(170,187,176); }
H1.HeaderClassName
{
color: #AABBB0;
}
.AnyTagClassName
{
color: #AABBB0;
}
</style>
background-color css
<style>
a { background-color: #AABBB0; }
a { background-color: rgb(170,187,176); }
div.DivClassName
{
background-color: #AABBB0;
}
.BgClassName
{
background-color: #AABBB0;
}
</style>
border-color css
<style>
span { border-color: #AABBB0; }
span { border-color: rgb(170,187,176); }
td.TdClassName
{
border-color: #AABBB0;
}
.TagClassName
{
border-color: #AABBB0;
}
</style>