Shades of Loblolly #AEB3B0
Tints of Loblolly #AEB3B0
RGB
CMYK
RGB Variations
Color information
#AEB3B0 (or 0xAEB3B0) is known color: Loblolly. HEX triplet: AE, B3 and B0. RGB value is (174,179,176). Sum of RGB (Red+Green+Blue) = 174+179+176=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB3B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB3B0 is #514C4F. Grayscale: #B1B1B1. Windows color (decimal): -5327952 or 11580334. OLE color: 11580334.
HSL color Cylindrical-coordinate representation of color #AEB3B0: hue angle of 144º degrees, saturation: 0.03, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AEB3B0 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
RGB | 174 | 179 | 176 | - |
CMYK | 0.03 | 0 | 0.02 | 0.30 |
HSL | 144º | 0.03% | 0.69% | - |
HSV(B) | 144º | 0.03% | 0.7% | - |
XYZ | 41.41 | 44.37 | 47.46 | - |
YUV | 177.16 | 127.34 | 125.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 179 | 176 | 0.03 | 0 | 0.02 | 0.30 | 144 | 0.03 | 0.69 |
Hex | AE | B3 | B0 | 3 | 0 | 2 | 1E | 90 | 3 | 45 |
Octal | 256 | 263 | 260 | 3 | 0 | 2 | 36 | 220 | 3 | 105 |
Binary | 10101110 | 10110011 | 10110000 | 11 | 0 | 10 | 11110 | 10010000 | 11 | 1000101 |
Color Harmonies of #AEB3B0
Complementary color
Monochromatic Colors of #AEB3B0
Black with #AEB3B0
Text Example
Text Example
White with #AEB3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB3B0; }
p { color: rgb(174,179,176); }
H1.HeaderClassName
{
color: #AEB3B0;
}
.AnyTagClassName
{
color: #AEB3B0;
}
</style>
background-color css
<style>
a { background-color: #AEB3B0; }
a { background-color: rgb(174,179,176); }
div.DivClassName
{
background-color: #AEB3B0;
}
.BgClassName
{
background-color: #AEB3B0;
}
</style>
border-color css
<style>
span { border-color: #AEB3B0; }
span { border-color: rgb(174,179,176); }
td.TdClassName
{
border-color: #AEB3B0;
}
.TagClassName
{
border-color: #AEB3B0;
}
</style>