Shades of Loblolly #AAC1B3
Tints of Loblolly #AAC1B3
RGB
CMYK
RGB Variations
Color information
#AAC1B3 (or 0xAAC1B3) is known color: Loblolly. HEX triplet: AA, C1 and B3. RGB value is (170,193,179). Sum of RGB (Red+Green+Blue) = 170+193+179=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 193 (75.78% from 255 or 35.61% from 542); Blue value is 179 (70.31% from 255 or 33.03% from 542); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC1B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC1B3 is #553E4C. Grayscale: #B8B8B8. Windows color (decimal): -5586509 or 11780522. OLE color: 11780522.
HSL color Cylindrical-coordinate representation of color #AAC1B3: hue angle of 143.48º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAC1B3 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 179 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.24 |
| HSL | 143.48º | 0.16% | 0.71% | - |
| HSV(B) | 143.48º | 0.12% | 0.76% | - |
| XYZ | 43.78 | 49.94 | 49.98 | - |
| YUV | 184.53 | 124.88 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 179 | 0.12 | 0 | 0.07 | 0.24 | 143.48 | 0.16 | 0.71 |
| Hex | AA | C1 | B3 | C | 0 | 7 | 18 | 8F | 10 | 47 |
| Octal | 252 | 301 | 263 | 14 | 0 | 7 | 30 | 217 | 20 | 107 |
| Binary | 10101010 | 11000001 | 10110011 | 1100 | 0 | 111 | 11000 | 10001111 | 10000 | 1000111 |
Color Harmonies of #AAC1B3
Complementary color
Monochromatic Colors of #AAC1B3
Black with #AAC1B3
Text Example
Text Example
White with #AAC1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC1B3; }
p { color: rgb(170,193,179); }
H1.HeaderClassName
{
color: #AAC1B3;
}
.AnyTagClassName
{
color: #AAC1B3;
}
</style>
background-color css
<style>
a { background-color: #AAC1B3; }
a { background-color: rgb(170,193,179); }
div.DivClassName
{
background-color: #AAC1B3;
}
.BgClassName
{
background-color: #AAC1B3;
}
</style>
border-color css
<style>
span { border-color: #AAC1B3; }
span { border-color: rgb(170,193,179); }
td.TdClassName
{
border-color: #AAC1B3;
}
.TagClassName
{
border-color: #AAC1B3;
}
</style>