Shades of Loblolly #AAC2B5
Tints of Loblolly #AAC2B5
RGB
CMYK
RGB Variations
Color information
#AAC2B5 (or 0xAAC2B5) is known color: Loblolly. HEX triplet: AA, C2 and B5. RGB value is (170,194,181). Sum of RGB (Red+Green+Blue) = 170+194+181=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC2B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC2B5 is #553D4A. Grayscale: #B9B9B9. Windows color (decimal): -5586251 or 11911850. OLE color: 11911850.
HSL color Cylindrical-coordinate representation of color #AAC2B5: hue angle of 147.5º 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 #AAC2B5 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
RGB | 170 | 194 | 181 | - |
CMYK | 0.12 | 0 | 0.07 | 0.24 |
HSL | 147.5º | 0.16% | 0.71% | - |
HSV(B) | 147.5º | 0.12% | 0.76% | - |
XYZ | 44.21 | 50.47 | 51.13 | - |
YUV | 185.34 | 125.55 | 117.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 194 | 181 | 0.12 | 0 | 0.07 | 0.24 | 147.5 | 0.16 | 0.71 |
Hex | AA | C2 | B5 | C | 0 | 7 | 18 | 94 | 10 | 47 |
Octal | 252 | 302 | 265 | 14 | 0 | 7 | 30 | 224 | 20 | 107 |
Binary | 10101010 | 11000010 | 10110101 | 1100 | 0 | 111 | 11000 | 10010100 | 10000 | 1000111 |
Color Harmonies of #AAC2B5
Complementary color
Monochromatic Colors of #AAC2B5
Black with #AAC2B5
Text Example
Text Example
White with #AAC2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC2B5; }
p { color: rgb(170,194,181); }
H1.HeaderClassName
{
color: #AAC2B5;
}
.AnyTagClassName
{
color: #AAC2B5;
}
</style>
background-color css
<style>
a { background-color: #AAC2B5; }
a { background-color: rgb(170,194,181); }
div.DivClassName
{
background-color: #AAC2B5;
}
.BgClassName
{
background-color: #AAC2B5;
}
</style>
border-color css
<style>
span { border-color: #AAC2B5; }
span { border-color: rgb(170,194,181); }
td.TdClassName
{
border-color: #AAC2B5;
}
.TagClassName
{
border-color: #AAC2B5;
}
</style>