Shades of Loblolly #AFC3BB
Tints of Loblolly #AFC3BB
RGB
CMYK
RGB Variations
Color information
#AFC3BB (or 0xAFC3BB) is known color: Loblolly. HEX triplet: AF, C3 and BB. RGB value is (175,195,187). Sum of RGB (Red+Green+Blue) = 175+195+187=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC3BB is #503C44. Grayscale: #BCBCBC. Windows color (decimal): -5258309 or 12305327. OLE color: 12305327.
HSL color Cylindrical-coordinate representation of color #AFC3BB: hue angle of 156º 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 #AFC3BB is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 195 | 187 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.24 |
| HSL | 156º | 0.14% | 0.73% | - |
| HSV(B) | 156º | 0.1% | 0.76% | - |
| XYZ | 46.16 | 51.73 | 54.57 | - |
| YUV | 188.11 | 127.37 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 187 | 0.10 | 0 | 0.04 | 0.24 | 156 | 0.14 | 0.73 |
| Hex | AF | C3 | BB | A | 0 | 4 | 18 | 9C | E | 49 |
| Octal | 257 | 303 | 273 | 12 | 0 | 4 | 30 | 234 | 16 | 111 |
| Binary | 10101111 | 11000011 | 10111011 | 1010 | 0 | 100 | 11000 | 10011100 | 1110 | 1001001 |
Color Harmonies of #AFC3BB
Complementary color
Monochromatic Colors of #AFC3BB
Black with #AFC3BB
Text Example
Text Example
White with #AFC3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC3BB; }
p { color: rgb(175,195,187); }
H1.HeaderClassName
{
color: #AFC3BB;
}
.AnyTagClassName
{
color: #AFC3BB;
}
</style>
background-color css
<style>
a { background-color: #AFC3BB; }
a { background-color: rgb(175,195,187); }
div.DivClassName
{
background-color: #AFC3BB;
}
.BgClassName
{
background-color: #AFC3BB;
}
</style>
border-color css
<style>
span { border-color: #AFC3BB; }
span { border-color: rgb(175,195,187); }
td.TdClassName
{
border-color: #AFC3BB;
}
.TagClassName
{
border-color: #AFC3BB;
}
</style>