Shades of Loblolly #AFC3BA
Tints of Loblolly #AFC3BA
RGB
CMYK
RGB Variations
Color information
#AFC3BA (or 0xAFC3BA) is known color: Loblolly. HEX triplet: AF, C3 and BA. RGB value is (175,195,186). Sum of RGB (Red+Green+Blue) = 175+195+186=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 195 (76.56% from 255 or 35.07% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC3BA is #503C45. Grayscale: #BCBCBC. Windows color (decimal): -5258310 or 12239791. OLE color: 12239791.
HSL color Cylindrical-coordinate representation of color #AFC3BA: hue angle of 153º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFC3BA is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 195 | 186 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.24 |
| HSL | 153º | 0.14% | 0.73% | - |
| HSV(B) | 153º | 0.1% | 0.76% | - |
| XYZ | 46.06 | 51.69 | 54 | - |
| YUV | 187.99 | 126.87 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 186 | 0.10 | 0 | 0.05 | 0.24 | 153 | 0.14 | 0.73 |
| Hex | AF | C3 | BA | A | 0 | 5 | 18 | 99 | E | 49 |
| Octal | 257 | 303 | 272 | 12 | 0 | 5 | 30 | 231 | 16 | 111 |
| Binary | 10101111 | 11000011 | 10111010 | 1010 | 0 | 101 | 11000 | 10011001 | 1110 | 1001001 |
Color Harmonies of #AFC3BA
Complementary color
Monochromatic Colors of #AFC3BA
Black with #AFC3BA
Text Example
Text Example
White with #AFC3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC3BA; }
p { color: rgb(175,195,186); }
H1.HeaderClassName
{
color: #AFC3BA;
}
.AnyTagClassName
{
color: #AFC3BA;
}
</style>
background-color css
<style>
a { background-color: #AFC3BA; }
a { background-color: rgb(175,195,186); }
div.DivClassName
{
background-color: #AFC3BA;
}
.BgClassName
{
background-color: #AFC3BA;
}
</style>
border-color css
<style>
span { border-color: #AFC3BA; }
span { border-color: rgb(175,195,186); }
td.TdClassName
{
border-color: #AFC3BA;
}
.TagClassName
{
border-color: #AFC3BA;
}
</style>