Shades of Loblolly #AABDB1
Tints of Loblolly #AABDB1
RGB
CMYK
RGB Variations
Color information
#AABDB1 (or 0xAABDB1) is known color: Loblolly. HEX triplet: AA, BD and B1. RGB value is (170,189,177). Sum of RGB (Red+Green+Blue) = 170+189+177=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 177 (69.53% from 255 or 33.02% from 536); Max value from RGB is 189 - color contains mainly: green. Hex color #AABDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABDB1 is #55424E. Grayscale: #B5B5B5. Windows color (decimal): -5587535 or 11648426. OLE color: 11648426.
HSL color Cylindrical-coordinate representation of color #AABDB1: hue angle of 142.11º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AABDB1 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 189 | 177 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.26 |
| HSL | 142.11º | 0.13% | 0.7% | - |
| HSV(B) | 142.11º | 0.1% | 0.74% | - |
| XYZ | 42.71 | 48.12 | 48.63 | - |
| YUV | 181.95 | 125.21 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 177 | 0.10 | 0 | 0.06 | 0.26 | 142.11 | 0.13 | 0.7 |
| Hex | AA | BD | B1 | A | 0 | 6 | 1A | 8E | D | 46 |
| Octal | 252 | 275 | 261 | 12 | 0 | 6 | 32 | 216 | 15 | 106 |
| Binary | 10101010 | 10111101 | 10110001 | 1010 | 0 | 110 | 11010 | 10001110 | 1101 | 1000110 |
Color Harmonies of #AABDB1
Complementary color
Monochromatic Colors of #AABDB1
Black with #AABDB1
Text Example
Text Example
White with #AABDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABDB1; }
p { color: rgb(170,189,177); }
H1.HeaderClassName
{
color: #AABDB1;
}
.AnyTagClassName
{
color: #AABDB1;
}
</style>
background-color css
<style>
a { background-color: #AABDB1; }
a { background-color: rgb(170,189,177); }
div.DivClassName
{
background-color: #AABDB1;
}
.BgClassName
{
background-color: #AABDB1;
}
</style>
border-color css
<style>
span { border-color: #AABDB1; }
span { border-color: rgb(170,189,177); }
td.TdClassName
{
border-color: #AABDB1;
}
.TagClassName
{
border-color: #AABDB1;
}
</style>