Shades of Loblolly #ABBAB0
Tints of Loblolly #ABBAB0
RGB
CMYK
RGB Variations
Color information
#ABBAB0 (or 0xABBAB0) is known color: Loblolly. HEX triplet: AB, BA and B0. RGB value is (171,186,176). Sum of RGB (Red+Green+Blue) = 171+186+176=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBAB0 is #54454F. Grayscale: #B4B4B4. Windows color (decimal): -5522768 or 11582123. OLE color: 11582123.
HSL color Cylindrical-coordinate representation of color #ABBAB0: hue angle of 140º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABBAB0 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 186 | 176 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.27 |
| HSL | 140º | 0.1% | 0.7% | - |
| HSV(B) | 140º | 0.08% | 0.73% | - |
| XYZ | 42.19 | 46.91 | 47.91 | - |
| YUV | 180.38 | 125.53 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 176 | 0.08 | 0 | 0.05 | 0.27 | 140 | 0.1 | 0.7 |
| Hex | AB | BA | B0 | 8 | 0 | 5 | 1B | 8C | A | 46 |
| Octal | 253 | 272 | 260 | 10 | 0 | 5 | 33 | 214 | 12 | 106 |
| Binary | 10101011 | 10111010 | 10110000 | 1000 | 0 | 101 | 11011 | 10001100 | 1010 | 1000110 |
Color Harmonies of #ABBAB0
Complementary color
Monochromatic Colors of #ABBAB0
Black with #ABBAB0
Text Example
Text Example
White with #ABBAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBAB0; }
p { color: rgb(171,186,176); }
H1.HeaderClassName
{
color: #ABBAB0;
}
.AnyTagClassName
{
color: #ABBAB0;
}
</style>
background-color css
<style>
a { background-color: #ABBAB0; }
a { background-color: rgb(171,186,176); }
div.DivClassName
{
background-color: #ABBAB0;
}
.BgClassName
{
background-color: #ABBAB0;
}
</style>
border-color css
<style>
span { border-color: #ABBAB0; }
span { border-color: rgb(171,186,176); }
td.TdClassName
{
border-color: #ABBAB0;
}
.TagClassName
{
border-color: #ABBAB0;
}
</style>