Shades of Loblolly #AAC5B9
Tints of Loblolly #AAC5B9
RGB
CMYK
RGB Variations
Color information
#AAC5B9 (or 0xAAC5B9) is known color: Loblolly. HEX triplet: AA, C5 and B9. RGB value is (170,197,185). Sum of RGB (Red+Green+Blue) = 170+197+185=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC5B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC5B9 is #553A46. Grayscale: #BBBBBB. Windows color (decimal): -5585479 or 12174762. OLE color: 12174762.
HSL color Cylindrical-coordinate representation of color #AAC5B9: hue angle of 153.33º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAC5B9 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 185 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.23 |
| HSL | 153.33º | 0.19% | 0.72% | - |
| HSV(B) | 153.33º | 0.14% | 0.77% | - |
| XYZ | 45.3 | 51.98 | 53.54 | - |
| YUV | 187.56 | 126.55 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 185 | 0.14 | 0 | 0.06 | 0.23 | 153.33 | 0.19 | 0.72 |
| Hex | AA | C5 | B9 | E | 0 | 6 | 17 | 99 | 13 | 48 |
| Octal | 252 | 305 | 271 | 16 | 0 | 6 | 27 | 231 | 23 | 110 |
| Binary | 10101010 | 11000101 | 10111001 | 1110 | 0 | 110 | 10111 | 10011001 | 10011 | 1001000 |
Color Harmonies of #AAC5B9
Complementary color
Monochromatic Colors of #AAC5B9
Black with #AAC5B9
Text Example
Text Example
White with #AAC5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC5B9; }
p { color: rgb(170,197,185); }
H1.HeaderClassName
{
color: #AAC5B9;
}
.AnyTagClassName
{
color: #AAC5B9;
}
</style>
background-color css
<style>
a { background-color: #AAC5B9; }
a { background-color: rgb(170,197,185); }
div.DivClassName
{
background-color: #AAC5B9;
}
.BgClassName
{
background-color: #AAC5B9;
}
</style>
border-color css
<style>
span { border-color: #AAC5B9; }
span { border-color: rgb(170,197,185); }
td.TdClassName
{
border-color: #AAC5B9;
}
.TagClassName
{
border-color: #AAC5B9;
}
</style>