Shades of Loblolly #A9C1B6
Tints of Loblolly #A9C1B6
RGB
CMYK
RGB Variations
Color information
#A9C1B6 (or 0xA9C1B6) is known color: Loblolly. HEX triplet: A9, C1 and B6. RGB value is (169,193,182). Sum of RGB (Red+Green+Blue) = 169+193+182=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 182 (71.48% from 255 or 33.46% from 544); Max value from RGB is 193 - color contains mainly: green. Hex color #A9C1B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C1B6 is #563E49. Grayscale: #B8B8B8. Windows color (decimal): -5652042 or 11977129. OLE color: 11977129.
HSL color Cylindrical-coordinate representation of color #A9C1B6: hue angle of 152.5º 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 #A9C1B6 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 193 | 182 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.24 |
| HSL | 152.5º | 0.16% | 0.71% | - |
| HSV(B) | 152.5º | 0.12% | 0.76% | - |
| XYZ | 43.88 | 49.95 | 51.59 | - |
| YUV | 184.57 | 126.55 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 193 | 182 | 0.12 | 0 | 0.06 | 0.24 | 152.5 | 0.16 | 0.71 |
| Hex | A9 | C1 | B6 | C | 0 | 6 | 18 | 98 | 10 | 47 |
| Octal | 251 | 301 | 266 | 14 | 0 | 6 | 30 | 230 | 20 | 107 |
| Binary | 10101001 | 11000001 | 10110110 | 1100 | 0 | 110 | 11000 | 10011000 | 10000 | 1000111 |
Color Harmonies of #A9C1B6
Complementary color
Monochromatic Colors of #A9C1B6
Black with #A9C1B6
Text Example
Text Example
White with #A9C1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C1B6; }
p { color: rgb(169,193,182); }
H1.HeaderClassName
{
color: #A9C1B6;
}
.AnyTagClassName
{
color: #A9C1B6;
}
</style>
background-color css
<style>
a { background-color: #A9C1B6; }
a { background-color: rgb(169,193,182); }
div.DivClassName
{
background-color: #A9C1B6;
}
.BgClassName
{
background-color: #A9C1B6;
}
</style>
border-color css
<style>
span { border-color: #A9C1B6; }
span { border-color: rgb(169,193,182); }
td.TdClassName
{
border-color: #A9C1B6;
}
.TagClassName
{
border-color: #A9C1B6;
}
</style>