Shades of Loblolly #A8BEB0
Tints of Loblolly #A8BEB0
RGB
CMYK
RGB Variations
Color information
#A8BEB0 (or 0xA8BEB0) is known color: Loblolly. HEX triplet: A8, BE and B0. RGB value is (168,190,176). Sum of RGB (Red+Green+Blue) = 168+190+176=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BEB0 is #57414F. Grayscale: #B5B5B5. Windows color (decimal): -5718352 or 11583144. OLE color: 11583144.
HSL color Cylindrical-coordinate representation of color #A8BEB0: hue angle of 141.82º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8BEB0 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 190 | 176 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.25 |
| HSL | 141.82º | 0.14% | 0.7% | - |
| HSV(B) | 141.82º | 0.12% | 0.75% | - |
| XYZ | 42.4 | 48.29 | 48.16 | - |
| YUV | 181.83 | 124.71 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 176 | 0.12 | 0 | 0.07 | 0.25 | 141.82 | 0.14 | 0.7 |
| Hex | A8 | BE | B0 | C | 0 | 7 | 19 | 8E | E | 46 |
| Octal | 250 | 276 | 260 | 14 | 0 | 7 | 31 | 216 | 16 | 106 |
| Binary | 10101000 | 10111110 | 10110000 | 1100 | 0 | 111 | 11001 | 10001110 | 1110 | 1000110 |
Color Harmonies of #A8BEB0
Complementary color
Monochromatic Colors of #A8BEB0
Black with #A8BEB0
Text Example
Text Example
White with #A8BEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BEB0; }
p { color: rgb(168,190,176); }
H1.HeaderClassName
{
color: #A8BEB0;
}
.AnyTagClassName
{
color: #A8BEB0;
}
</style>
background-color css
<style>
a { background-color: #A8BEB0; }
a { background-color: rgb(168,190,176); }
div.DivClassName
{
background-color: #A8BEB0;
}
.BgClassName
{
background-color: #A8BEB0;
}
</style>
border-color css
<style>
span { border-color: #A8BEB0; }
span { border-color: rgb(168,190,176); }
td.TdClassName
{
border-color: #A8BEB0;
}
.TagClassName
{
border-color: #A8BEB0;
}
</style>