Shades of Loblolly #A6BCAF
Tints of Loblolly #A6BCAF
RGB
CMYK
RGB Variations
Color information
#A6BCAF (or 0xA6BCAF) is known color: Loblolly. HEX triplet: A6, BC and AF. RGB value is (166,188,175). Sum of RGB (Red+Green+Blue) = 166+188+175=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BCAF is #594350. Grayscale: #B3B3B3. Windows color (decimal): -5849937 or 11517094. OLE color: 11517094.
HSL color Cylindrical-coordinate representation of color #A6BCAF: hue angle of 144.55º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6BCAF is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 188 | 175 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.26 |
| HSL | 144.55º | 0.14% | 0.69% | - |
| HSV(B) | 144.55º | 0.12% | 0.74% | - |
| XYZ | 41.45 | 47.17 | 47.48 | - |
| YUV | 179.94 | 125.21 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 188 | 175 | 0.12 | 0 | 0.07 | 0.26 | 144.55 | 0.14 | 0.69 |
| Hex | A6 | BC | AF | C | 0 | 7 | 1A | 91 | E | 45 |
| Octal | 246 | 274 | 257 | 14 | 0 | 7 | 32 | 221 | 16 | 105 |
| Binary | 10100110 | 10111100 | 10101111 | 1100 | 0 | 111 | 11010 | 10010001 | 1110 | 1000101 |
Color Harmonies of #A6BCAF
Complementary color
Monochromatic Colors of #A6BCAF
Black with #A6BCAF
Text Example
Text Example
White with #A6BCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BCAF; }
p { color: rgb(166,188,175); }
H1.HeaderClassName
{
color: #A6BCAF;
}
.AnyTagClassName
{
color: #A6BCAF;
}
</style>
background-color css
<style>
a { background-color: #A6BCAF; }
a { background-color: rgb(166,188,175); }
div.DivClassName
{
background-color: #A6BCAF;
}
.BgClassName
{
background-color: #A6BCAF;
}
</style>
border-color css
<style>
span { border-color: #A6BCAF; }
span { border-color: rgb(166,188,175); }
td.TdClassName
{
border-color: #A6BCAF;
}
.TagClassName
{
border-color: #A6BCAF;
}
</style>