Shades of Loblolly #ADB9B2
Tints of Loblolly #ADB9B2
RGB
CMYK
RGB Variations
Color information
#ADB9B2 (or 0xADB9B2) is known color: Loblolly. HEX triplet: AD, B9 and B2. RGB value is (173,185,178). Sum of RGB (Red+Green+Blue) = 173+185+178=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 178 (69.92% from 255 or 33.21% from 536); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB9B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB9B2 is #52464D. Grayscale: #B4B4B4. Windows color (decimal): -5391950 or 11712941. OLE color: 11712941.
HSL color Cylindrical-coordinate representation of color #ADB9B2: hue angle of 145º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADB9B2 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 178 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.27 |
| HSL | 145º | 0.08% | 0.7% | - |
| HSV(B) | 145º | 0.06% | 0.73% | - |
| XYZ | 42.62 | 46.8 | 48.91 | - |
| YUV | 180.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 178 | 0.06 | 0 | 0.04 | 0.27 | 145 | 0.08 | 0.7 |
| Hex | AD | B9 | B2 | 6 | 0 | 4 | 1B | 91 | 8 | 46 |
| Octal | 255 | 271 | 262 | 6 | 0 | 4 | 33 | 221 | 10 | 106 |
| Binary | 10101101 | 10111001 | 10110010 | 110 | 0 | 100 | 11011 | 10010001 | 1000 | 1000110 |
Color Harmonies of #ADB9B2
Complementary color
Monochromatic Colors of #ADB9B2
Black with #ADB9B2
Text Example
Text Example
White with #ADB9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB9B2; }
p { color: rgb(173,185,178); }
H1.HeaderClassName
{
color: #ADB9B2;
}
.AnyTagClassName
{
color: #ADB9B2;
}
</style>
background-color css
<style>
a { background-color: #ADB9B2; }
a { background-color: rgb(173,185,178); }
div.DivClassName
{
background-color: #ADB9B2;
}
.BgClassName
{
background-color: #ADB9B2;
}
</style>
border-color css
<style>
span { border-color: #ADB9B2; }
span { border-color: rgb(173,185,178); }
td.TdClassName
{
border-color: #ADB9B2;
}
.TagClassName
{
border-color: #ADB9B2;
}
</style>