Shades of Loblolly #AFBDB6
Tints of Loblolly #AFBDB6
RGB
CMYK
RGB Variations
Color information
#AFBDB6 (or 0xAFBDB6) is known color: Loblolly. HEX triplet: AF, BD and B6. RGB value is (175,189,182). Sum of RGB (Red+Green+Blue) = 175+189+182=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 182 (71.48% from 255 or 33.33% from 546); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDB6 is #504249. Grayscale: #B8B8B8. Windows color (decimal): -5259850 or 11976111. OLE color: 11976111.
HSL color Cylindrical-coordinate representation of color #AFBDB6: hue angle of 150º 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 #AFBDB6 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 189 | 182 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.26 |
| HSL | 150º | 0.1% | 0.71% | - |
| HSV(B) | 150º | 0.07% | 0.74% | - |
| XYZ | 44.32 | 48.89 | 51.36 | - |
| YUV | 184.02 | 126.86 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 189 | 182 | 0.07 | 0 | 0.04 | 0.26 | 150 | 0.1 | 0.71 |
| Hex | AF | BD | B6 | 7 | 0 | 4 | 1A | 96 | A | 47 |
| Octal | 257 | 275 | 266 | 7 | 0 | 4 | 32 | 226 | 12 | 107 |
| Binary | 10101111 | 10111101 | 10110110 | 111 | 0 | 100 | 11010 | 10010110 | 1010 | 1000111 |
Color Harmonies of #AFBDB6
Complementary color
Monochromatic Colors of #AFBDB6
Black with #AFBDB6
Text Example
Text Example
White with #AFBDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBDB6; }
p { color: rgb(175,189,182); }
H1.HeaderClassName
{
color: #AFBDB6;
}
.AnyTagClassName
{
color: #AFBDB6;
}
</style>
background-color css
<style>
a { background-color: #AFBDB6; }
a { background-color: rgb(175,189,182); }
div.DivClassName
{
background-color: #AFBDB6;
}
.BgClassName
{
background-color: #AFBDB6;
}
</style>
border-color css
<style>
span { border-color: #AFBDB6; }
span { border-color: rgb(175,189,182); }
td.TdClassName
{
border-color: #AFBDB6;
}
.TagClassName
{
border-color: #AFBDB6;
}
</style>