Shades of Loblolly #AAC8BA
Tints of Loblolly #AAC8BA
RGB
CMYK
RGB Variations
Color information
#AAC8BA (or 0xAAC8BA) is known color: Loblolly. HEX triplet: AA, C8 and BA. RGB value is (170,200,186). Sum of RGB (Red+Green+Blue) = 170+200+186=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC8BA is #553745. Grayscale: #BDBDBD. Windows color (decimal): -5584710 or 12241066. OLE color: 12241066.
HSL color Cylindrical-coordinate representation of color #AAC8BA: hue angle of 152º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAC8BA is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 186 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.22 |
| HSL | 152º | 0.21% | 0.73% | - |
| HSV(B) | 152º | 0.15% | 0.78% | - |
| XYZ | 46.09 | 53.4 | 54.33 | - |
| YUV | 189.43 | 126.06 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 186 | 0.15 | 0 | 0.07 | 0.22 | 152 | 0.21 | 0.73 |
| Hex | AA | C8 | BA | F | 0 | 7 | 16 | 98 | 15 | 49 |
| Octal | 252 | 310 | 272 | 17 | 0 | 7 | 26 | 230 | 25 | 111 |
| Binary | 10101010 | 11001000 | 10111010 | 1111 | 0 | 111 | 10110 | 10011000 | 10101 | 1001001 |
Color Harmonies of #AAC8BA
Complementary color
Monochromatic Colors of #AAC8BA
Black with #AAC8BA
Text Example
Text Example
White with #AAC8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC8BA; }
p { color: rgb(170,200,186); }
H1.HeaderClassName
{
color: #AAC8BA;
}
.AnyTagClassName
{
color: #AAC8BA;
}
</style>
background-color css
<style>
a { background-color: #AAC8BA; }
a { background-color: rgb(170,200,186); }
div.DivClassName
{
background-color: #AAC8BA;
}
.BgClassName
{
background-color: #AAC8BA;
}
</style>
border-color css
<style>
span { border-color: #AAC8BA; }
span { border-color: rgb(170,200,186); }
td.TdClassName
{
border-color: #AAC8BA;
}
.TagClassName
{
border-color: #AAC8BA;
}
</style>