Shades of Loblolly #AFC1B7
Tints of Loblolly #AFC1B7
RGB
CMYK
RGB Variations
Color information
#AFC1B7 (or 0xAFC1B7) is known color: Loblolly. HEX triplet: AF, C1 and B7. RGB value is (175,193,183). Sum of RGB (Red+Green+Blue) = 175+193+183=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 183 (71.88% from 255 or 33.21% from 551); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC1B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC1B7 is #503E48. Grayscale: #BABABA. Windows color (decimal): -5258825 or 12042671. OLE color: 12042671.
HSL color Cylindrical-coordinate representation of color #AFC1B7: hue angle of 146.67º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFC1B7 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 193 | 183 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.24 |
| HSL | 146.67º | 0.13% | 0.72% | - |
| HSV(B) | 146.67º | 0.09% | 0.76% | - |
| XYZ | 45.3 | 50.67 | 52.19 | - |
| YUV | 186.48 | 126.04 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 183 | 0.09 | 0 | 0.05 | 0.24 | 146.67 | 0.13 | 0.72 |
| Hex | AF | C1 | B7 | 9 | 0 | 5 | 18 | 93 | D | 48 |
| Octal | 257 | 301 | 267 | 11 | 0 | 5 | 30 | 223 | 15 | 110 |
| Binary | 10101111 | 11000001 | 10110111 | 1001 | 0 | 101 | 11000 | 10010011 | 1101 | 1001000 |
Color Harmonies of #AFC1B7
Complementary color
Monochromatic Colors of #AFC1B7
Black with #AFC1B7
Text Example
Text Example
White with #AFC1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC1B7; }
p { color: rgb(175,193,183); }
H1.HeaderClassName
{
color: #AFC1B7;
}
.AnyTagClassName
{
color: #AFC1B7;
}
</style>
background-color css
<style>
a { background-color: #AFC1B7; }
a { background-color: rgb(175,193,183); }
div.DivClassName
{
background-color: #AFC1B7;
}
.BgClassName
{
background-color: #AFC1B7;
}
</style>
border-color css
<style>
span { border-color: #AFC1B7; }
span { border-color: rgb(175,193,183); }
td.TdClassName
{
border-color: #AFC1B7;
}
.TagClassName
{
border-color: #AFC1B7;
}
</style>