Shades of Loblolly #AEBDB3
Tints of Loblolly #AEBDB3
RGB
CMYK
RGB Variations
Color information
#AEBDB3 (or 0xAEBDB3) is known color: Loblolly. HEX triplet: AE, BD and B3. RGB value is (174,189,179). Sum of RGB (Red+Green+Blue) = 174+189+179=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 179 (70.31% from 255 or 33.03% from 542); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDB3 is #51424C. Grayscale: #B7B7B7. Windows color (decimal): -5325389 or 11779502. OLE color: 11779502.
HSL color Cylindrical-coordinate representation of color #AEBDB3: hue angle of 140º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AEBDB3 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 189 | 179 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.26 |
| HSL | 140º | 0.1% | 0.71% | - |
| HSV(B) | 140º | 0.08% | 0.74% | - |
| XYZ | 43.79 | 48.65 | 49.73 | - |
| YUV | 183.38 | 125.53 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 189 | 179 | 0.08 | 0 | 0.05 | 0.26 | 140 | 0.1 | 0.71 |
| Hex | AE | BD | B3 | 8 | 0 | 5 | 1A | 8C | A | 47 |
| Octal | 256 | 275 | 263 | 10 | 0 | 5 | 32 | 214 | 12 | 107 |
| Binary | 10101110 | 10111101 | 10110011 | 1000 | 0 | 101 | 11010 | 10001100 | 1010 | 1000111 |
Color Harmonies of #AEBDB3
Complementary color
Monochromatic Colors of #AEBDB3
Black with #AEBDB3
Text Example
Text Example
White with #AEBDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBDB3; }
p { color: rgb(174,189,179); }
H1.HeaderClassName
{
color: #AEBDB3;
}
.AnyTagClassName
{
color: #AEBDB3;
}
</style>
background-color css
<style>
a { background-color: #AEBDB3; }
a { background-color: rgb(174,189,179); }
div.DivClassName
{
background-color: #AEBDB3;
}
.BgClassName
{
background-color: #AEBDB3;
}
</style>
border-color css
<style>
span { border-color: #AEBDB3; }
span { border-color: rgb(174,189,179); }
td.TdClassName
{
border-color: #AEBDB3;
}
.TagClassName
{
border-color: #AEBDB3;
}
</style>