Shades of Loblolly #AAC1B4
Tints of Loblolly #AAC1B4
RGB
CMYK
RGB Variations
Color information
#AAC1B4 (or 0xAAC1B4) is known color: Loblolly. HEX triplet: AA, C1 and B4. RGB value is (170,193,180). Sum of RGB (Red+Green+Blue) = 170+193+180=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 180 (70.70% from 255 or 33.15% from 543); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC1B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC1B4 is #553E4B. Grayscale: #B8B8B8. Windows color (decimal): -5586508 or 11846058. OLE color: 11846058.
HSL color Cylindrical-coordinate representation of color #AAC1B4: hue angle of 146.09º 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 #AAC1B4 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 180 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.24 |
| HSL | 146.09º | 0.16% | 0.71% | - |
| HSV(B) | 146.09º | 0.12% | 0.76% | - |
| XYZ | 43.89 | 49.98 | 50.51 | - |
| YUV | 184.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 180 | 0.12 | 0 | 0.07 | 0.24 | 146.09 | 0.16 | 0.71 |
| Hex | AA | C1 | B4 | C | 0 | 7 | 18 | 92 | 10 | 47 |
| Octal | 252 | 301 | 264 | 14 | 0 | 7 | 30 | 222 | 20 | 107 |
| Binary | 10101010 | 11000001 | 10110100 | 1100 | 0 | 111 | 11000 | 10010010 | 10000 | 1000111 |
Color Harmonies of #AAC1B4
Complementary color
Monochromatic Colors of #AAC1B4
Black with #AAC1B4
Text Example
Text Example
White with #AAC1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC1B4; }
p { color: rgb(170,193,180); }
H1.HeaderClassName
{
color: #AAC1B4;
}
.AnyTagClassName
{
color: #AAC1B4;
}
</style>
background-color css
<style>
a { background-color: #AAC1B4; }
a { background-color: rgb(170,193,180); }
div.DivClassName
{
background-color: #AAC1B4;
}
.BgClassName
{
background-color: #AAC1B4;
}
</style>
border-color css
<style>
span { border-color: #AAC1B4; }
span { border-color: rgb(170,193,180); }
td.TdClassName
{
border-color: #AAC1B4;
}
.TagClassName
{
border-color: #AAC1B4;
}
</style>