Shades of Loblolly #A9BAB0
Tints of Loblolly #A9BAB0
RGB
CMYK
RGB Variations
Color information
#A9BAB0 (or 0xA9BAB0) is known color: Loblolly. HEX triplet: A9, BA and B0. RGB value is (169,186,176). Sum of RGB (Red+Green+Blue) = 169+186+176=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BAB0 is #56454F. Grayscale: #B3B3B3. Windows color (decimal): -5653840 or 11582121. OLE color: 11582121.
HSL color Cylindrical-coordinate representation of color #A9BAB0: hue angle of 144.71º 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 #A9BAB0 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
RGB | 169 | 186 | 176 | - |
CMYK | 0.09 | 0 | 0.05 | 0.27 |
HSL | 144.71º | 0.11% | 0.7% | - |
HSV(B) | 144.71º | 0.09% | 0.73% | - |
XYZ | 41.76 | 46.69 | 47.89 | - |
YUV | 179.78 | 125.87 | 120.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 169 | 186 | 176 | 0.09 | 0 | 0.05 | 0.27 | 144.71 | 0.11 | 0.7 |
Hex | A9 | BA | B0 | 9 | 0 | 5 | 1B | 91 | B | 46 |
Octal | 251 | 272 | 260 | 11 | 0 | 5 | 33 | 221 | 13 | 106 |
Binary | 10101001 | 10111010 | 10110000 | 1001 | 0 | 101 | 11011 | 10010001 | 1011 | 1000110 |
Color Harmonies of #A9BAB0
Complementary color
Monochromatic Colors of #A9BAB0
Black with #A9BAB0
Text Example
Text Example
White with #A9BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BAB0; }
p { color: rgb(169,186,176); }
H1.HeaderClassName
{
color: #A9BAB0;
}
.AnyTagClassName
{
color: #A9BAB0;
}
</style>
background-color css
<style>
a { background-color: #A9BAB0; }
a { background-color: rgb(169,186,176); }
div.DivClassName
{
background-color: #A9BAB0;
}
.BgClassName
{
background-color: #A9BAB0;
}
</style>
border-color css
<style>
span { border-color: #A9BAB0; }
span { border-color: rgb(169,186,176); }
td.TdClassName
{
border-color: #A9BAB0;
}
.TagClassName
{
border-color: #A9BAB0;
}
</style>