Shades of Loblolly #AAB6AF
Tints of Loblolly #AAB6AF
RGB
CMYK
RGB Variations
Color information
#AAB6AF (or 0xAAB6AF) is known color: Loblolly. HEX triplet: AA, B6 and AF. RGB value is (170,182,175). Sum of RGB (Red+Green+Blue) = 170+182+175=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB6AF is #554950. Grayscale: #B1B1B1. Windows color (decimal): -5589329 or 11515562. OLE color: 11515562.
HSL color Cylindrical-coordinate representation of color #AAB6AF: hue angle of 145º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AAB6AF is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
RGB | 170 | 182 | 175 | - |
CMYK | 0.07 | 0 | 0.04 | 0.29 |
HSL | 145º | 0.08% | 0.69% | - |
HSV(B) | 145º | 0.07% | 0.71% | - |
XYZ | 41.04 | 45.1 | 47.1 | - |
YUV | 177.61 | 126.52 | 122.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 182 | 175 | 0.07 | 0 | 0.04 | 0.29 | 145 | 0.08 | 0.69 |
Hex | AA | B6 | AF | 7 | 0 | 4 | 1D | 91 | 8 | 45 |
Octal | 252 | 266 | 257 | 7 | 0 | 4 | 35 | 221 | 10 | 105 |
Binary | 10101010 | 10110110 | 10101111 | 111 | 0 | 100 | 11101 | 10010001 | 1000 | 1000101 |
Color Harmonies of #AAB6AF
Complementary color
Monochromatic Colors of #AAB6AF
Black with #AAB6AF
Text Example
Text Example
White with #AAB6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB6AF; }
p { color: rgb(170,182,175); }
H1.HeaderClassName
{
color: #AAB6AF;
}
.AnyTagClassName
{
color: #AAB6AF;
}
</style>
background-color css
<style>
a { background-color: #AAB6AF; }
a { background-color: rgb(170,182,175); }
div.DivClassName
{
background-color: #AAB6AF;
}
.BgClassName
{
background-color: #AAB6AF;
}
</style>
border-color css
<style>
span { border-color: #AAB6AF; }
span { border-color: rgb(170,182,175); }
td.TdClassName
{
border-color: #AAB6AF;
}
.TagClassName
{
border-color: #AAB6AF;
}
</style>