Shades of Loblolly #AABBB2
Tints of Loblolly #AABBB2
RGB
CMYK
RGB Variations
Color information
#AABBB2 (or 0xAABBB2) is known color: Loblolly. HEX triplet: AA, BB and B2. RGB value is (170,187,178). Sum of RGB (Red+Green+Blue) = 170+187+178=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABBB2 is #55444D. Grayscale: #B4B4B4. Windows color (decimal): -5588046 or 11713450. OLE color: 11713450.
HSL color Cylindrical-coordinate representation of color #AABBB2: hue angle of 148.24º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AABBB2 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 178 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.27 |
| HSL | 148.24º | 0.11% | 0.7% | - |
| HSV(B) | 148.24º | 0.09% | 0.73% | - |
| XYZ | 42.38 | 47.3 | 49.02 | - |
| YUV | 180.89 | 126.37 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 178 | 0.09 | 0 | 0.05 | 0.27 | 148.24 | 0.11 | 0.7 |
| Hex | AA | BB | B2 | 9 | 0 | 5 | 1B | 94 | B | 46 |
| Octal | 252 | 273 | 262 | 11 | 0 | 5 | 33 | 224 | 13 | 106 |
| Binary | 10101010 | 10111011 | 10110010 | 1001 | 0 | 101 | 11011 | 10010100 | 1011 | 1000110 |
Color Harmonies of #AABBB2
Complementary color
Monochromatic Colors of #AABBB2
Black with #AABBB2
Text Example
Text Example
White with #AABBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABBB2; }
p { color: rgb(170,187,178); }
H1.HeaderClassName
{
color: #AABBB2;
}
.AnyTagClassName
{
color: #AABBB2;
}
</style>
background-color css
<style>
a { background-color: #AABBB2; }
a { background-color: rgb(170,187,178); }
div.DivClassName
{
background-color: #AABBB2;
}
.BgClassName
{
background-color: #AABBB2;
}
</style>
border-color css
<style>
span { border-color: #AABBB2; }
span { border-color: rgb(170,187,178); }
td.TdClassName
{
border-color: #AABBB2;
}
.TagClassName
{
border-color: #AABBB2;
}
</style>