Shades of Loblolly #AAC7B7
Tints of Loblolly #AAC7B7
RGB
CMYK
RGB Variations
Color information
#AAC7B7 (or 0xAAC7B7) is known color: Loblolly. HEX triplet: AA, C7 and B7. RGB value is (170,199,183). Sum of RGB (Red+Green+Blue) = 170+199+183=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 199 (78.12% from 255 or 36.05% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC7B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC7B7 is #553848. Grayscale: #BCBCBC. Windows color (decimal): -5584969 or 12044202. OLE color: 12044202.
HSL color Cylindrical-coordinate representation of color #AAC7B7: hue angle of 146.9º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAC7B7 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 183 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.22 |
| HSL | 146.9º | 0.21% | 0.72% | - |
| HSV(B) | 146.9º | 0.15% | 0.78% | - |
| XYZ | 45.55 | 52.81 | 52.59 | - |
| YUV | 188.51 | 124.89 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 183 | 0.15 | 0 | 0.08 | 0.22 | 146.9 | 0.21 | 0.72 |
| Hex | AA | C7 | B7 | F | 0 | 8 | 16 | 93 | 15 | 48 |
| Octal | 252 | 307 | 267 | 17 | 0 | 10 | 26 | 223 | 25 | 110 |
| Binary | 10101010 | 11000111 | 10110111 | 1111 | 0 | 1000 | 10110 | 10010011 | 10101 | 1001000 |
Color Harmonies of #AAC7B7
Complementary color
Monochromatic Colors of #AAC7B7
Black with #AAC7B7
Text Example
Text Example
White with #AAC7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC7B7; }
p { color: rgb(170,199,183); }
H1.HeaderClassName
{
color: #AAC7B7;
}
.AnyTagClassName
{
color: #AAC7B7;
}
</style>
background-color css
<style>
a { background-color: #AAC7B7; }
a { background-color: rgb(170,199,183); }
div.DivClassName
{
background-color: #AAC7B7;
}
.BgClassName
{
background-color: #AAC7B7;
}
</style>
border-color css
<style>
span { border-color: #AAC7B7; }
span { border-color: rgb(170,199,183); }
td.TdClassName
{
border-color: #AAC7B7;
}
.TagClassName
{
border-color: #AAC7B7;
}
</style>