Shades of Loblolly #AFC0B5
Tints of Loblolly #AFC0B5
RGB
CMYK
RGB Variations
Color information
#AFC0B5 (or 0xAFC0B5) is known color: Loblolly. HEX triplet: AF, C0 and B5. RGB value is (175,192,181). Sum of RGB (Red+Green+Blue) = 175+192+181=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC0B5 is #503F4A. Grayscale: #B9B9B9. Windows color (decimal): -5259083 or 11911343. OLE color: 11911343.
HSL color Cylindrical-coordinate representation of color #AFC0B5: hue angle of 141.18º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFC0B5 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 181 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.25 |
| HSL | 141.18º | 0.12% | 0.72% | - |
| HSV(B) | 141.18º | 0.09% | 0.75% | - |
| XYZ | 44.87 | 50.15 | 51.03 | - |
| YUV | 185.66 | 125.37 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 181 | 0.09 | 0 | 0.06 | 0.25 | 141.18 | 0.12 | 0.72 |
| Hex | AF | C0 | B5 | 9 | 0 | 6 | 19 | 8D | C | 48 |
| Octal | 257 | 300 | 265 | 11 | 0 | 6 | 31 | 215 | 14 | 110 |
| Binary | 10101111 | 11000000 | 10110101 | 1001 | 0 | 110 | 11001 | 10001101 | 1100 | 1001000 |
Color Harmonies of #AFC0B5
Complementary color
Monochromatic Colors of #AFC0B5
Black with #AFC0B5
Text Example
Text Example
White with #AFC0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC0B5; }
p { color: rgb(175,192,181); }
H1.HeaderClassName
{
color: #AFC0B5;
}
.AnyTagClassName
{
color: #AFC0B5;
}
</style>
background-color css
<style>
a { background-color: #AFC0B5; }
a { background-color: rgb(175,192,181); }
div.DivClassName
{
background-color: #AFC0B5;
}
.BgClassName
{
background-color: #AFC0B5;
}
</style>
border-color css
<style>
span { border-color: #AFC0B5; }
span { border-color: rgb(175,192,181); }
td.TdClassName
{
border-color: #AFC0B5;
}
.TagClassName
{
border-color: #AFC0B5;
}
</style>