Shades of Loblolly #AEBEB5
Tints of Loblolly #AEBEB5
RGB
CMYK
RGB Variations
Color information
#AEBEB5 (or 0xAEBEB5) is known color: Loblolly. HEX triplet: AE, BE and B5. RGB value is (174,190,181). Sum of RGB (Red+Green+Blue) = 174+190+181=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBEB5 is #51414A. Grayscale: #B8B8B8. Windows color (decimal): -5325131 or 11910830. OLE color: 11910830.
HSL color Cylindrical-coordinate representation of color #AEBEB5: hue angle of 146.25º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AEBEB5 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
RGB | 174 | 190 | 181 | - |
CMYK | 0.08 | 0 | 0.05 | 0.25 |
HSL | 146.25º | 0.11% | 0.71% | - |
HSV(B) | 146.25º | 0.08% | 0.75% | - |
XYZ | 44.21 | 49.16 | 50.88 | - |
YUV | 184.19 | 126.2 | 120.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 190 | 181 | 0.08 | 0 | 0.05 | 0.25 | 146.25 | 0.11 | 0.71 |
Hex | AE | BE | B5 | 8 | 0 | 5 | 19 | 92 | B | 47 |
Octal | 256 | 276 | 265 | 10 | 0 | 5 | 31 | 222 | 13 | 107 |
Binary | 10101110 | 10111110 | 10110101 | 1000 | 0 | 101 | 11001 | 10010010 | 1011 | 1000111 |
Color Harmonies of #AEBEB5
Complementary color
Monochromatic Colors of #AEBEB5
Black with #AEBEB5
Text Example
Text Example
White with #AEBEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBEB5; }
p { color: rgb(174,190,181); }
H1.HeaderClassName
{
color: #AEBEB5;
}
.AnyTagClassName
{
color: #AEBEB5;
}
</style>
background-color css
<style>
a { background-color: #AEBEB5; }
a { background-color: rgb(174,190,181); }
div.DivClassName
{
background-color: #AEBEB5;
}
.BgClassName
{
background-color: #AEBEB5;
}
</style>
border-color css
<style>
span { border-color: #AEBEB5; }
span { border-color: rgb(174,190,181); }
td.TdClassName
{
border-color: #AEBEB5;
}
.TagClassName
{
border-color: #AEBEB5;
}
</style>