Shades of Loblolly #AEBAB4
Tints of Loblolly #AEBAB4
RGB
CMYK
RGB Variations
Color information
#AEBAB4 (or 0xAEBAB4) is known color: Loblolly. HEX triplet: AE, BA and B4. RGB value is (174,186,180). Sum of RGB (Red+Green+Blue) = 174+186+180=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBAB4 is #51454B. Grayscale: #B5B5B5. Windows color (decimal): -5326156 or 11844270. OLE color: 11844270.
HSL color Cylindrical-coordinate representation of color #AEBAB4: hue angle of 150º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AEBAB4 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 186 | 180 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.27 |
| HSL | 150º | 0.08% | 0.71% | - |
| HSV(B) | 150º | 0.06% | 0.73% | - |
| XYZ | 43.25 | 47.41 | 50.05 | - |
| YUV | 181.73 | 127.02 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 180 | 0.06 | 0 | 0.03 | 0.27 | 150 | 0.08 | 0.71 |
| Hex | AE | BA | B4 | 6 | 0 | 3 | 1B | 96 | 8 | 47 |
| Octal | 256 | 272 | 264 | 6 | 0 | 3 | 33 | 226 | 10 | 107 |
| Binary | 10101110 | 10111010 | 10110100 | 110 | 0 | 11 | 11011 | 10010110 | 1000 | 1000111 |
Color Harmonies of #AEBAB4
Complementary color
Monochromatic Colors of #AEBAB4
Black with #AEBAB4
Text Example
Text Example
White with #AEBAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBAB4; }
p { color: rgb(174,186,180); }
H1.HeaderClassName
{
color: #AEBAB4;
}
.AnyTagClassName
{
color: #AEBAB4;
}
</style>
background-color css
<style>
a { background-color: #AEBAB4; }
a { background-color: rgb(174,186,180); }
div.DivClassName
{
background-color: #AEBAB4;
}
.BgClassName
{
background-color: #AEBAB4;
}
</style>
border-color css
<style>
span { border-color: #AEBAB4; }
span { border-color: rgb(174,186,180); }
td.TdClassName
{
border-color: #AEBAB4;
}
.TagClassName
{
border-color: #AEBAB4;
}
</style>