Shades of Loblolly #A6C7B4
Tints of Loblolly #A6C7B4
RGB
CMYK
RGB Variations
Color information
#A6C7B4 (or 0xA6C7B4) is known color: Loblolly. HEX triplet: A6, C7 and B4. RGB value is (166,199,180). Sum of RGB (Red+Green+Blue) = 166+199+180=545 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.46% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 199 - color contains mainly: green. Hex color #A6C7B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C7B4 is #59384B. Grayscale: #BBBBBB. Windows color (decimal): -5847116 or 11847590. OLE color: 11847590.
HSL color Cylindrical-coordinate representation of color #A6C7B4: hue angle of 145.45º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6C7B4 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 199 | 180 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.22 |
| HSL | 145.45º | 0.23% | 0.72% | - |
| HSV(B) | 145.45º | 0.17% | 0.78% | - |
| XYZ | 44.39 | 52.25 | 50.93 | - |
| YUV | 186.97 | 124.07 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 199 | 180 | 0.17 | 0 | 0.10 | 0.22 | 145.45 | 0.23 | 0.72 |
| Hex | A6 | C7 | B4 | 11 | 0 | A | 16 | 91 | 17 | 48 |
| Octal | 246 | 307 | 264 | 21 | 0 | 12 | 26 | 221 | 27 | 110 |
| Binary | 10100110 | 11000111 | 10110100 | 10001 | 0 | 1010 | 10110 | 10010001 | 10111 | 1001000 |
Color Harmonies of #A6C7B4
Complementary color
Monochromatic Colors of #A6C7B4
Black with #A6C7B4
Text Example
Text Example
White with #A6C7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C7B4; }
p { color: rgb(166,199,180); }
H1.HeaderClassName
{
color: #A6C7B4;
}
.AnyTagClassName
{
color: #A6C7B4;
}
</style>
background-color css
<style>
a { background-color: #A6C7B4; }
a { background-color: rgb(166,199,180); }
div.DivClassName
{
background-color: #A6C7B4;
}
.BgClassName
{
background-color: #A6C7B4;
}
</style>
border-color css
<style>
span { border-color: #A6C7B4; }
span { border-color: rgb(166,199,180); }
td.TdClassName
{
border-color: #A6C7B4;
}
.TagClassName
{
border-color: #A6C7B4;
}
</style>