Shades of Loblolly #ABAEAC
Tints of Loblolly #ABAEAC
RGB
CMYK
RGB Variations
Color information
#ABAEAC (or 0xABAEAC) is known color: Loblolly. HEX triplet: AB, AE and AC. RGB value is (171,174,172). Sum of RGB (Red+Green+Blue) = 171+174+172=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAEAC is #545153. Grayscale: #ACACAC. Windows color (decimal): -5525844 or 11316907. OLE color: 11316907.
HSL color Cylindrical-coordinate representation of color #ABAEAC: hue angle of 140º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ABAEAC is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
RGB | 171 | 174 | 172 | - |
CMYK | 0.02 | 0 | 0.01 | 0.32 |
HSL | 140º | 0.02% | 0.68% | - |
HSV(B) | 140º | 0.02% | 0.68% | - |
XYZ | 39.38 | 41.91 | 45.04 | - |
YUV | 172.88 | 127.51 | 126.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 174 | 172 | 0.02 | 0 | 0.01 | 0.32 | 140 | 0.02 | 0.68 |
Hex | AB | AE | AC | 2 | 0 | 1 | 20 | 8C | 2 | 44 |
Octal | 253 | 256 | 254 | 2 | 0 | 1 | 40 | 214 | 2 | 104 |
Binary | 10101011 | 10101110 | 10101100 | 10 | 0 | 1 | 100000 | 10001100 | 10 | 1000100 |
Color Harmonies of #ABAEAC
Complementary color
Monochromatic Colors of #ABAEAC
Black with #ABAEAC
Text Example
Text Example
White with #ABAEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAEAC; }
p { color: rgb(171,174,172); }
H1.HeaderClassName
{
color: #ABAEAC;
}
.AnyTagClassName
{
color: #ABAEAC;
}
</style>
background-color css
<style>
a { background-color: #ABAEAC; }
a { background-color: rgb(171,174,172); }
div.DivClassName
{
background-color: #ABAEAC;
}
.BgClassName
{
background-color: #ABAEAC;
}
</style>
border-color css
<style>
span { border-color: #ABAEAC; }
span { border-color: rgb(171,174,172); }
td.TdClassName
{
border-color: #ABAEAC;
}
.TagClassName
{
border-color: #ABAEAC;
}
</style>