Shades of Loblolly #AAB9AF
Tints of Loblolly #AAB9AF
RGB
CMYK
RGB Variations
Color information
#AAB9AF (or 0xAAB9AF) is known color: Loblolly. HEX triplet: AA, B9 and AF. RGB value is (170,185,175). Sum of RGB (Red+Green+Blue) = 170+185+175=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB9AF is #554650. Grayscale: #B3B3B3. Windows color (decimal): -5588561 or 11516330. OLE color: 11516330.
HSL color Cylindrical-coordinate representation of color #AAB9AF: hue angle of 140º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAB9AF is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
RGB | 170 | 185 | 175 | - |
CMYK | 0.08 | 0 | 0.05 | 0.27 |
HSL | 140º | 0.1% | 0.7% | - |
HSV(B) | 140º | 0.08% | 0.73% | - |
XYZ | 41.66 | 46.34 | 47.31 | - |
YUV | 179.38 | 125.53 | 121.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 185 | 175 | 0.08 | 0 | 0.05 | 0.27 | 140 | 0.1 | 0.7 |
Hex | AA | B9 | AF | 8 | 0 | 5 | 1B | 8C | A | 46 |
Octal | 252 | 271 | 257 | 10 | 0 | 5 | 33 | 214 | 12 | 106 |
Binary | 10101010 | 10111001 | 10101111 | 1000 | 0 | 101 | 11011 | 10001100 | 1010 | 1000110 |
Color Harmonies of #AAB9AF
Complementary color
Monochromatic Colors of #AAB9AF
Black with #AAB9AF
Text Example
Text Example
White with #AAB9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB9AF; }
p { color: rgb(170,185,175); }
H1.HeaderClassName
{
color: #AAB9AF;
}
.AnyTagClassName
{
color: #AAB9AF;
}
</style>
background-color css
<style>
a { background-color: #AAB9AF; }
a { background-color: rgb(170,185,175); }
div.DivClassName
{
background-color: #AAB9AF;
}
.BgClassName
{
background-color: #AAB9AF;
}
</style>
border-color css
<style>
span { border-color: #AAB9AF; }
span { border-color: rgb(170,185,175); }
td.TdClassName
{
border-color: #AAB9AF;
}
.TagClassName
{
border-color: #AAB9AF;
}
</style>