Shades of Loblolly #A9C0B3
Tints of Loblolly #A9C0B3
RGB
CMYK
RGB Variations
Color information
#A9C0B3 (or 0xA9C0B3) is known color: Loblolly. HEX triplet: A9, C0 and B3. RGB value is (169,192,179). Sum of RGB (Red+Green+Blue) = 169+192+179=540 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.30% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 179 (70.31% from 255 or 33.15% from 540); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C0B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C0B3 is #563F4C. Grayscale: #B7B7B7. Windows color (decimal): -5652301 or 11780265. OLE color: 11780265.
HSL color Cylindrical-coordinate representation of color #A9C0B3: hue angle of 146.09º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9C0B3 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 192 | 179 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.25 |
| HSL | 146.09º | 0.15% | 0.71% | - |
| HSV(B) | 146.09º | 0.12% | 0.75% | - |
| XYZ | 43.35 | 49.39 | 49.9 | - |
| YUV | 183.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 192 | 179 | 0.12 | 0 | 0.07 | 0.25 | 146.09 | 0.15 | 0.71 |
| Hex | A9 | C0 | B3 | C | 0 | 7 | 19 | 92 | F | 47 |
| Octal | 251 | 300 | 263 | 14 | 0 | 7 | 31 | 222 | 17 | 107 |
| Binary | 10101001 | 11000000 | 10110011 | 1100 | 0 | 111 | 11001 | 10010010 | 1111 | 1000111 |
Color Harmonies of #A9C0B3
Complementary color
Monochromatic Colors of #A9C0B3
Black with #A9C0B3
Text Example
Text Example
White with #A9C0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C0B3; }
p { color: rgb(169,192,179); }
H1.HeaderClassName
{
color: #A9C0B3;
}
.AnyTagClassName
{
color: #A9C0B3;
}
</style>
background-color css
<style>
a { background-color: #A9C0B3; }
a { background-color: rgb(169,192,179); }
div.DivClassName
{
background-color: #A9C0B3;
}
.BgClassName
{
background-color: #A9C0B3;
}
</style>
border-color css
<style>
span { border-color: #A9C0B3; }
span { border-color: rgb(169,192,179); }
td.TdClassName
{
border-color: #A9C0B3;
}
.TagClassName
{
border-color: #A9C0B3;
}
</style>