Shades of Loblolly #AAC7B8
Tints of Loblolly #AAC7B8
RGB
CMYK
RGB Variations
Color information
#AAC7B8 (or 0xAAC7B8) is known color: Loblolly. HEX triplet: AA, C7 and B8. RGB value is (170,199,184). Sum of RGB (Red+Green+Blue) = 170+199+184=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 199 (78.12% from 255 or 35.99% from 553); Blue value is 184 (72.27% from 255 or 33.27% from 553); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC7B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC7B8 is #553847. Grayscale: #BCBCBC. Windows color (decimal): -5584968 or 12109738. OLE color: 12109738.
HSL color Cylindrical-coordinate representation of color #AAC7B8: hue angle of 148.97º 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 #AAC7B8 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 184 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.22 |
| HSL | 148.97º | 0.21% | 0.72% | - |
| HSV(B) | 148.97º | 0.15% | 0.78% | - |
| XYZ | 45.65 | 52.85 | 53.14 | - |
| YUV | 188.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 184 | 0.15 | 0 | 0.08 | 0.22 | 148.97 | 0.21 | 0.72 |
| Hex | AA | C7 | B8 | F | 0 | 8 | 16 | 95 | 15 | 48 |
| Octal | 252 | 307 | 270 | 17 | 0 | 10 | 26 | 225 | 25 | 110 |
| Binary | 10101010 | 11000111 | 10111000 | 1111 | 0 | 1000 | 10110 | 10010101 | 10101 | 1001000 |
Color Harmonies of #AAC7B8
Complementary color
Monochromatic Colors of #AAC7B8
Black with #AAC7B8
Text Example
Text Example
White with #AAC7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC7B8; }
p { color: rgb(170,199,184); }
H1.HeaderClassName
{
color: #AAC7B8;
}
.AnyTagClassName
{
color: #AAC7B8;
}
</style>
background-color css
<style>
a { background-color: #AAC7B8; }
a { background-color: rgb(170,199,184); }
div.DivClassName
{
background-color: #AAC7B8;
}
.BgClassName
{
background-color: #AAC7B8;
}
</style>
border-color css
<style>
span { border-color: #AAC7B8; }
span { border-color: rgb(170,199,184); }
td.TdClassName
{
border-color: #AAC7B8;
}
.TagClassName
{
border-color: #AAC7B8;
}
</style>