Shades of Loblolly #AFBDB7
Tints of Loblolly #AFBDB7
RGB
CMYK
RGB Variations
Color information
#AFBDB7 (or 0xAFBDB7) is known color: Loblolly. HEX triplet: AF, BD and B7. RGB value is (175,189,183). Sum of RGB (Red+Green+Blue) = 175+189+183=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 183 (71.88% from 255 or 33.46% from 547); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDB7 is #504248. Grayscale: #B8B8B8. Windows color (decimal): -5259849 or 12041647. OLE color: 12041647.
HSL color Cylindrical-coordinate representation of color #AFBDB7: hue angle of 154.29º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFBDB7 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 189 | 183 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.26 |
| HSL | 154.29º | 0.1% | 0.71% | - |
| HSV(B) | 154.29º | 0.07% | 0.74% | - |
| XYZ | 44.42 | 48.93 | 51.9 | - |
| YUV | 184.13 | 127.36 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 189 | 183 | 0.07 | 0 | 0.03 | 0.26 | 154.29 | 0.1 | 0.71 |
| Hex | AF | BD | B7 | 7 | 0 | 3 | 1A | 9A | A | 47 |
| Octal | 257 | 275 | 267 | 7 | 0 | 3 | 32 | 232 | 12 | 107 |
| Binary | 10101111 | 10111101 | 10110111 | 111 | 0 | 11 | 11010 | 10011010 | 1010 | 1000111 |
Color Harmonies of #AFBDB7
Complementary color
Monochromatic Colors of #AFBDB7
Black with #AFBDB7
Text Example
Text Example
White with #AFBDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBDB7; }
p { color: rgb(175,189,183); }
H1.HeaderClassName
{
color: #AFBDB7;
}
.AnyTagClassName
{
color: #AFBDB7;
}
</style>
background-color css
<style>
a { background-color: #AFBDB7; }
a { background-color: rgb(175,189,183); }
div.DivClassName
{
background-color: #AFBDB7;
}
.BgClassName
{
background-color: #AFBDB7;
}
</style>
border-color css
<style>
span { border-color: #AFBDB7; }
span { border-color: rgb(175,189,183); }
td.TdClassName
{
border-color: #AFBDB7;
}
.TagClassName
{
border-color: #AFBDB7;
}
</style>