Shades of Loblolly #A6BFB0
Tints of Loblolly #A6BFB0
RGB
CMYK
RGB Variations
Color information
#A6BFB0 (or 0xA6BFB0) is known color: Loblolly. HEX triplet: A6, BF and B0. RGB value is (166,191,176). Sum of RGB (Red+Green+Blue) = 166+191+176=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BFB0 is #59404F. Grayscale: #B5B5B5. Windows color (decimal): -5849168 or 11583398. OLE color: 11583398.
HSL color Cylindrical-coordinate representation of color #A6BFB0: hue angle of 144º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6BFB0 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 191 | 176 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.25 |
| HSL | 144º | 0.16% | 0.7% | - |
| HSV(B) | 144º | 0.13% | 0.75% | - |
| XYZ | 42.19 | 48.5 | 48.21 | - |
| YUV | 181.82 | 124.72 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 191 | 176 | 0.13 | 0 | 0.08 | 0.25 | 144 | 0.16 | 0.7 |
| Hex | A6 | BF | B0 | D | 0 | 8 | 19 | 90 | 10 | 46 |
| Octal | 246 | 277 | 260 | 15 | 0 | 10 | 31 | 220 | 20 | 106 |
| Binary | 10100110 | 10111111 | 10110000 | 1101 | 0 | 1000 | 11001 | 10010000 | 10000 | 1000110 |
Color Harmonies of #A6BFB0
Complementary color
Monochromatic Colors of #A6BFB0
Black with #A6BFB0
Text Example
Text Example
White with #A6BFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BFB0; }
p { color: rgb(166,191,176); }
H1.HeaderClassName
{
color: #A6BFB0;
}
.AnyTagClassName
{
color: #A6BFB0;
}
</style>
background-color css
<style>
a { background-color: #A6BFB0; }
a { background-color: rgb(166,191,176); }
div.DivClassName
{
background-color: #A6BFB0;
}
.BgClassName
{
background-color: #A6BFB0;
}
</style>
border-color css
<style>
span { border-color: #A6BFB0; }
span { border-color: rgb(166,191,176); }
td.TdClassName
{
border-color: #A6BFB0;
}
.TagClassName
{
border-color: #A6BFB0;
}
</style>