Shades of Loblolly #AABFB4
Tints of Loblolly #AABFB4
RGB
CMYK
RGB Variations
Color information
#AABFB4 (or 0xAABFB4) is known color: Loblolly. HEX triplet: AA, BF and B4. RGB value is (170,191,180). Sum of RGB (Red+Green+Blue) = 170+191+180=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFB4 is #55404B. Grayscale: #B7B7B7. Windows color (decimal): -5587020 or 11845546. OLE color: 11845546.
HSL color Cylindrical-coordinate representation of color #AABFB4: hue angle of 148.57º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AABFB4 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 191 | 180 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.25 |
| HSL | 148.57º | 0.14% | 0.71% | - |
| HSV(B) | 148.57º | 0.11% | 0.75% | - |
| XYZ | 43.45 | 49.1 | 50.37 | - |
| YUV | 183.47 | 126.04 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 180 | 0.11 | 0 | 0.06 | 0.25 | 148.57 | 0.14 | 0.71 |
| Hex | AA | BF | B4 | B | 0 | 6 | 19 | 95 | E | 47 |
| Octal | 252 | 277 | 264 | 13 | 0 | 6 | 31 | 225 | 16 | 107 |
| Binary | 10101010 | 10111111 | 10110100 | 1011 | 0 | 110 | 11001 | 10010101 | 1110 | 1000111 |
Color Harmonies of #AABFB4
Complementary color
Monochromatic Colors of #AABFB4
Black with #AABFB4
Text Example
Text Example
White with #AABFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABFB4; }
p { color: rgb(170,191,180); }
H1.HeaderClassName
{
color: #AABFB4;
}
.AnyTagClassName
{
color: #AABFB4;
}
</style>
background-color css
<style>
a { background-color: #AABFB4; }
a { background-color: rgb(170,191,180); }
div.DivClassName
{
background-color: #AABFB4;
}
.BgClassName
{
background-color: #AABFB4;
}
</style>
border-color css
<style>
span { border-color: #AABFB4; }
span { border-color: rgb(170,191,180); }
td.TdClassName
{
border-color: #AABFB4;
}
.TagClassName
{
border-color: #AABFB4;
}
</style>