Shades of Loblolly #AAC5B6
Tints of Loblolly #AAC5B6
RGB
CMYK
RGB Variations
Color information
#AAC5B6 (or 0xAAC5B6) is known color: Loblolly. HEX triplet: AA, C5 and B6. RGB value is (170,197,182). Sum of RGB (Red+Green+Blue) = 170+197+182=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC5B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC5B6 is #553A49. Grayscale: #BBBBBB. Windows color (decimal): -5585482 or 11978154. OLE color: 11978154.
HSL color Cylindrical-coordinate representation of color #AAC5B6: hue angle of 146.67º 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 #AAC5B6 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 182 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.23 |
| HSL | 146.67º | 0.19% | 0.72% | - |
| HSV(B) | 146.67º | 0.14% | 0.77% | - |
| XYZ | 44.99 | 51.86 | 51.89 | - |
| YUV | 187.22 | 125.05 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 182 | 0.14 | 0 | 0.08 | 0.23 | 146.67 | 0.19 | 0.72 |
| Hex | AA | C5 | B6 | E | 0 | 8 | 17 | 93 | 13 | 48 |
| Octal | 252 | 305 | 266 | 16 | 0 | 10 | 27 | 223 | 23 | 110 |
| Binary | 10101010 | 11000101 | 10110110 | 1110 | 0 | 1000 | 10111 | 10010011 | 10011 | 1001000 |
Color Harmonies of #AAC5B6
Complementary color
Monochromatic Colors of #AAC5B6
Black with #AAC5B6
Text Example
Text Example
White with #AAC5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC5B6; }
p { color: rgb(170,197,182); }
H1.HeaderClassName
{
color: #AAC5B6;
}
.AnyTagClassName
{
color: #AAC5B6;
}
</style>
background-color css
<style>
a { background-color: #AAC5B6; }
a { background-color: rgb(170,197,182); }
div.DivClassName
{
background-color: #AAC5B6;
}
.BgClassName
{
background-color: #AAC5B6;
}
</style>
border-color css
<style>
span { border-color: #AAC5B6; }
span { border-color: rgb(170,197,182); }
td.TdClassName
{
border-color: #AAC5B6;
}
.TagClassName
{
border-color: #AAC5B6;
}
</style>