Shades of Loblolly #A8C8B6
Tints of Loblolly #A8C8B6
RGB
CMYK
RGB Variations
Color information
#A8C8B6 (or 0xA8C8B6) is known color: Loblolly. HEX triplet: A8, C8 and B6. RGB value is (168,200,182). Sum of RGB (Red+Green+Blue) = 168+200+182=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C8B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C8B6 is #573749. Grayscale: #BCBCBC. Windows color (decimal): -5715786 or 11978920. OLE color: 11978920.
HSL color Cylindrical-coordinate representation of color #A8C8B6: hue angle of 146.25º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8C8B6 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 200 | 182 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.22 |
| HSL | 146.25º | 0.23% | 0.72% | - |
| HSV(B) | 146.25º | 0.16% | 0.78% | - |
| XYZ | 45.25 | 53.01 | 52.1 | - |
| YUV | 188.38 | 124.4 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 200 | 182 | 0.16 | 0 | 0.09 | 0.22 | 146.25 | 0.23 | 0.72 |
| Hex | A8 | C8 | B6 | 10 | 0 | 9 | 16 | 92 | 17 | 48 |
| Octal | 250 | 310 | 266 | 20 | 0 | 11 | 26 | 222 | 27 | 110 |
| Binary | 10101000 | 11001000 | 10110110 | 10000 | 0 | 1001 | 10110 | 10010010 | 10111 | 1001000 |
Color Harmonies of #A8C8B6
Complementary color
Monochromatic Colors of #A8C8B6
Black with #A8C8B6
Text Example
Text Example
White with #A8C8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C8B6; }
p { color: rgb(168,200,182); }
H1.HeaderClassName
{
color: #A8C8B6;
}
.AnyTagClassName
{
color: #A8C8B6;
}
</style>
background-color css
<style>
a { background-color: #A8C8B6; }
a { background-color: rgb(168,200,182); }
div.DivClassName
{
background-color: #A8C8B6;
}
.BgClassName
{
background-color: #A8C8B6;
}
</style>
border-color css
<style>
span { border-color: #A8C8B6; }
span { border-color: rgb(168,200,182); }
td.TdClassName
{
border-color: #A8C8B6;
}
.TagClassName
{
border-color: #A8C8B6;
}
</style>