Shades of Loblolly #AAC2B4
Tints of Loblolly #AAC2B4
RGB
CMYK
RGB Variations
Color information
#AAC2B4 (or 0xAAC2B4) is known color: Loblolly. HEX triplet: AA, C2 and B4. RGB value is (170,194,180). Sum of RGB (Red+Green+Blue) = 170+194+180=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC2B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC2B4 is #553D4B. Grayscale: #B9B9B9. Windows color (decimal): -5586252 or 11846314. OLE color: 11846314.
HSL color Cylindrical-coordinate representation of color #AAC2B4: hue angle of 145º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAC2B4 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 194 | 180 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.24 |
| HSL | 145º | 0.16% | 0.71% | - |
| HSV(B) | 145º | 0.12% | 0.76% | - |
| XYZ | 44.11 | 50.42 | 50.59 | - |
| YUV | 185.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 180 | 0.12 | 0 | 0.07 | 0.24 | 145 | 0.16 | 0.71 |
| Hex | AA | C2 | B4 | C | 0 | 7 | 18 | 91 | 10 | 47 |
| Octal | 252 | 302 | 264 | 14 | 0 | 7 | 30 | 221 | 20 | 107 |
| Binary | 10101010 | 11000010 | 10110100 | 1100 | 0 | 111 | 11000 | 10010001 | 10000 | 1000111 |
Color Harmonies of #AAC2B4
Complementary color
Monochromatic Colors of #AAC2B4
Black with #AAC2B4
Text Example
Text Example
White with #AAC2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC2B4; }
p { color: rgb(170,194,180); }
H1.HeaderClassName
{
color: #AAC2B4;
}
.AnyTagClassName
{
color: #AAC2B4;
}
</style>
background-color css
<style>
a { background-color: #AAC2B4; }
a { background-color: rgb(170,194,180); }
div.DivClassName
{
background-color: #AAC2B4;
}
.BgClassName
{
background-color: #AAC2B4;
}
</style>
border-color css
<style>
span { border-color: #AAC2B4; }
span { border-color: rgb(170,194,180); }
td.TdClassName
{
border-color: #AAC2B4;
}
.TagClassName
{
border-color: #AAC2B4;
}
</style>