Shades of Loblolly #ADBFB4
Tints of Loblolly #ADBFB4
RGB
CMYK
RGB Variations
Color information
#ADBFB4 (or 0xADBFB4) is known color: Loblolly. HEX triplet: AD, BF and B4. RGB value is (173,191,180). Sum of RGB (Red+Green+Blue) = 173+191+180=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFB4 is #52404B. Grayscale: #B8B8B8. Windows color (decimal): -5390412 or 11845549. OLE color: 11845549.
HSL color Cylindrical-coordinate representation of color #ADBFB4: hue angle of 143.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADBFB4 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
RGB | 173 | 191 | 180 | - |
CMYK | 0.09 | 0 | 0.06 | 0.25 |
HSL | 143.33º | 0.12% | 0.71% | - |
HSV(B) | 143.33º | 0.09% | 0.75% | - |
XYZ | 44.1 | 49.44 | 50.4 | - |
YUV | 184.36 | 125.54 | 119.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 191 | 180 | 0.09 | 0 | 0.06 | 0.25 | 143.33 | 0.12 | 0.71 |
Hex | AD | BF | B4 | 9 | 0 | 6 | 19 | 8F | C | 47 |
Octal | 255 | 277 | 264 | 11 | 0 | 6 | 31 | 217 | 14 | 107 |
Binary | 10101101 | 10111111 | 10110100 | 1001 | 0 | 110 | 11001 | 10001111 | 1100 | 1000111 |
Color Harmonies of #ADBFB4
Complementary color
Monochromatic Colors of #ADBFB4
Black with #ADBFB4
Text Example
Text Example
White with #ADBFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBFB4; }
p { color: rgb(173,191,180); }
H1.HeaderClassName
{
color: #ADBFB4;
}
.AnyTagClassName
{
color: #ADBFB4;
}
</style>
background-color css
<style>
a { background-color: #ADBFB4; }
a { background-color: rgb(173,191,180); }
div.DivClassName
{
background-color: #ADBFB4;
}
.BgClassName
{
background-color: #ADBFB4;
}
</style>
border-color css
<style>
span { border-color: #ADBFB4; }
span { border-color: rgb(173,191,180); }
td.TdClassName
{
border-color: #ADBFB4;
}
.TagClassName
{
border-color: #ADBFB4;
}
</style>