Shades of Loblolly #AAC5B7
Tints of Loblolly #AAC5B7
RGB
CMYK
RGB Variations
Color information
#AAC5B7 (or 0xAAC5B7) is known color: Loblolly. HEX triplet: AA, C5 and B7. RGB value is (170,197,183). Sum of RGB (Red+Green+Blue) = 170+197+183=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 183 (71.88% from 255 or 33.27% from 550); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC5B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC5B7 is #553A48. Grayscale: #BBBBBB. Windows color (decimal): -5585481 or 12043690. OLE color: 12043690.
HSL color Cylindrical-coordinate representation of color #AAC5B7: hue angle of 148.89º 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 #AAC5B7 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 183 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.23 |
| HSL | 148.89º | 0.19% | 0.72% | - |
| HSV(B) | 148.89º | 0.14% | 0.77% | - |
| XYZ | 45.09 | 51.9 | 52.44 | - |
| YUV | 187.33 | 125.55 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 183 | 0.14 | 0 | 0.07 | 0.23 | 148.89 | 0.19 | 0.72 |
| Hex | AA | C5 | B7 | E | 0 | 7 | 17 | 95 | 13 | 48 |
| Octal | 252 | 305 | 267 | 16 | 0 | 7 | 27 | 225 | 23 | 110 |
| Binary | 10101010 | 11000101 | 10110111 | 1110 | 0 | 111 | 10111 | 10010101 | 10011 | 1001000 |
Color Harmonies of #AAC5B7
Complementary color
Monochromatic Colors of #AAC5B7
Black with #AAC5B7
Text Example
Text Example
White with #AAC5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC5B7; }
p { color: rgb(170,197,183); }
H1.HeaderClassName
{
color: #AAC5B7;
}
.AnyTagClassName
{
color: #AAC5B7;
}
</style>
background-color css
<style>
a { background-color: #AAC5B7; }
a { background-color: rgb(170,197,183); }
div.DivClassName
{
background-color: #AAC5B7;
}
.BgClassName
{
background-color: #AAC5B7;
}
</style>
border-color css
<style>
span { border-color: #AAC5B7; }
span { border-color: rgb(170,197,183); }
td.TdClassName
{
border-color: #AAC5B7;
}
.TagClassName
{
border-color: #AAC5B7;
}
</style>