Shades of Loblolly #A8C0B1
Tints of Loblolly #A8C0B1
RGB
CMYK
RGB Variations
Color information
#A8C0B1 (or 0xA8C0B1) is known color: Loblolly. HEX triplet: A8, C0 and B1. RGB value is (168,192,177). Sum of RGB (Red+Green+Blue) = 168+192+177=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 177 (69.53% from 255 or 32.96% from 537); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C0B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C0B1 is #573F4E. Grayscale: #B7B7B7. Windows color (decimal): -5717839 or 11649192. OLE color: 11649192.
HSL color Cylindrical-coordinate representation of color #A8C0B1: hue angle of 142.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8C0B1 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 177 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.25 |
| HSL | 142.5º | 0.16% | 0.71% | - |
| HSV(B) | 142.5º | 0.13% | 0.75% | - |
| XYZ | 42.93 | 49.2 | 48.83 | - |
| YUV | 183.11 | 124.55 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 177 | 0.12 | 0 | 0.08 | 0.25 | 142.5 | 0.16 | 0.71 |
| Hex | A8 | C0 | B1 | C | 0 | 8 | 19 | 8E | 10 | 47 |
| Octal | 250 | 300 | 261 | 14 | 0 | 10 | 31 | 216 | 20 | 107 |
| Binary | 10101000 | 11000000 | 10110001 | 1100 | 0 | 1000 | 11001 | 10001110 | 10000 | 1000111 |
Color Harmonies of #A8C0B1
Complementary color
Monochromatic Colors of #A8C0B1
Black with #A8C0B1
Text Example
Text Example
White with #A8C0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C0B1; }
p { color: rgb(168,192,177); }
H1.HeaderClassName
{
color: #A8C0B1;
}
.AnyTagClassName
{
color: #A8C0B1;
}
</style>
background-color css
<style>
a { background-color: #A8C0B1; }
a { background-color: rgb(168,192,177); }
div.DivClassName
{
background-color: #A8C0B1;
}
.BgClassName
{
background-color: #A8C0B1;
}
</style>
border-color css
<style>
span { border-color: #A8C0B1; }
span { border-color: rgb(168,192,177); }
td.TdClassName
{
border-color: #A8C0B1;
}
.TagClassName
{
border-color: #A8C0B1;
}
</style>