Shades of Loblolly #AEC5BA
Tints of Loblolly #AEC5BA
RGB
CMYK
RGB Variations
Color information
#AEC5BA (or 0xAEC5BA) is known color: Loblolly. HEX triplet: AE, C5 and BA. RGB value is (174,197,186). Sum of RGB (Red+Green+Blue) = 174+197+186=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC5BA is #513A45. Grayscale: #BCBCBC. Windows color (decimal): -5323334 or 12240302. OLE color: 12240302.
HSL color Cylindrical-coordinate representation of color #AEC5BA: hue angle of 151.3º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEC5BA is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 197 | 186 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.23 |
| HSL | 151.3º | 0.17% | 0.73% | - |
| HSV(B) | 151.3º | 0.12% | 0.77% | - |
| XYZ | 46.28 | 52.48 | 54.14 | - |
| YUV | 188.87 | 126.38 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 197 | 186 | 0.12 | 0 | 0.06 | 0.23 | 151.3 | 0.17 | 0.73 |
| Hex | AE | C5 | BA | C | 0 | 6 | 17 | 97 | 11 | 49 |
| Octal | 256 | 305 | 272 | 14 | 0 | 6 | 27 | 227 | 21 | 111 |
| Binary | 10101110 | 11000101 | 10111010 | 1100 | 0 | 110 | 10111 | 10010111 | 10001 | 1001001 |
Color Harmonies of #AEC5BA
Complementary color
Monochromatic Colors of #AEC5BA
Black with #AEC5BA
Text Example
Text Example
White with #AEC5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC5BA; }
p { color: rgb(174,197,186); }
H1.HeaderClassName
{
color: #AEC5BA;
}
.AnyTagClassName
{
color: #AEC5BA;
}
</style>
background-color css
<style>
a { background-color: #AEC5BA; }
a { background-color: rgb(174,197,186); }
div.DivClassName
{
background-color: #AEC5BA;
}
.BgClassName
{
background-color: #AEC5BA;
}
</style>
border-color css
<style>
span { border-color: #AEC5BA; }
span { border-color: rgb(174,197,186); }
td.TdClassName
{
border-color: #AEC5BA;
}
.TagClassName
{
border-color: #AEC5BA;
}
</style>