Shades of Loblolly #AAB7AF
Tints of Loblolly #AAB7AF
RGB
CMYK
RGB Variations
Color information
#AAB7AF (or 0xAAB7AF) is known color: Loblolly. HEX triplet: AA, B7 and AF. RGB value is (170,183,175). Sum of RGB (Red+Green+Blue) = 170+183+175=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB7AF is #554850. Grayscale: #B2B2B2. Windows color (decimal): -5589073 or 11515818. OLE color: 11515818.
HSL color Cylindrical-coordinate representation of color #AAB7AF: hue angle of 143.08º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AAB7AF is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
RGB | 170 | 183 | 175 | - |
CMYK | 0.07 | 0 | 0.04 | 0.28 |
HSL | 143.08º | 0.08% | 0.69% | - |
HSV(B) | 143.08º | 0.07% | 0.72% | - |
XYZ | 41.25 | 45.51 | 47.17 | - |
YUV | 178.2 | 126.19 | 122.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 183 | 175 | 0.07 | 0 | 0.04 | 0.28 | 143.08 | 0.08 | 0.69 |
Hex | AA | B7 | AF | 7 | 0 | 4 | 1C | 8F | 8 | 45 |
Octal | 252 | 267 | 257 | 7 | 0 | 4 | 34 | 217 | 10 | 105 |
Binary | 10101010 | 10110111 | 10101111 | 111 | 0 | 100 | 11100 | 10001111 | 1000 | 1000101 |
Color Harmonies of #AAB7AF
Complementary color
Monochromatic Colors of #AAB7AF
Black with #AAB7AF
Text Example
Text Example
White with #AAB7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB7AF; }
p { color: rgb(170,183,175); }
H1.HeaderClassName
{
color: #AAB7AF;
}
.AnyTagClassName
{
color: #AAB7AF;
}
</style>
background-color css
<style>
a { background-color: #AAB7AF; }
a { background-color: rgb(170,183,175); }
div.DivClassName
{
background-color: #AAB7AF;
}
.BgClassName
{
background-color: #AAB7AF;
}
</style>
border-color css
<style>
span { border-color: #AAB7AF; }
span { border-color: rgb(170,183,175); }
td.TdClassName
{
border-color: #AAB7AF;
}
.TagClassName
{
border-color: #AAB7AF;
}
</style>