Shades of Loblolly #AAC0B5
Tints of Loblolly #AAC0B5
RGB
CMYK
RGB Variations
Color information
#AAC0B5 (or 0xAAC0B5) is known color: Loblolly. HEX triplet: AA, C0 and B5. RGB value is (170,192,181). Sum of RGB (Red+Green+Blue) = 170+192+181=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC0B5 is #553F4A. Grayscale: #B8B8B8. Windows color (decimal): -5586763 or 11911338. OLE color: 11911338.
HSL color Cylindrical-coordinate representation of color #AAC0B5: hue angle of 150º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAC0B5 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 181 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.25 |
| HSL | 150º | 0.15% | 0.71% | - |
| HSV(B) | 150º | 0.11% | 0.75% | - |
| XYZ | 43.77 | 49.58 | 50.98 | - |
| YUV | 184.17 | 126.21 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 181 | 0.11 | 0 | 0.06 | 0.25 | 150 | 0.15 | 0.71 |
| Hex | AA | C0 | B5 | B | 0 | 6 | 19 | 96 | F | 47 |
| Octal | 252 | 300 | 265 | 13 | 0 | 6 | 31 | 226 | 17 | 107 |
| Binary | 10101010 | 11000000 | 10110101 | 1011 | 0 | 110 | 11001 | 10010110 | 1111 | 1000111 |
Color Harmonies of #AAC0B5
Complementary color
Monochromatic Colors of #AAC0B5
Black with #AAC0B5
Text Example
Text Example
White with #AAC0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC0B5; }
p { color: rgb(170,192,181); }
H1.HeaderClassName
{
color: #AAC0B5;
}
.AnyTagClassName
{
color: #AAC0B5;
}
</style>
background-color css
<style>
a { background-color: #AAC0B5; }
a { background-color: rgb(170,192,181); }
div.DivClassName
{
background-color: #AAC0B5;
}
.BgClassName
{
background-color: #AAC0B5;
}
</style>
border-color css
<style>
span { border-color: #AAC0B5; }
span { border-color: rgb(170,192,181); }
td.TdClassName
{
border-color: #AAC0B5;
}
.TagClassName
{
border-color: #AAC0B5;
}
</style>