Shades of Loblolly #ADB5B0
Tints of Loblolly #ADB5B0
RGB
CMYK
RGB Variations
Color information
#ADB5B0 (or 0xADB5B0) is known color: Loblolly. HEX triplet: AD, B5 and B0. RGB value is (173,181,176). Sum of RGB (Red+Green+Blue) = 173+181+176=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB5B0 is #524A4F. Grayscale: #B2B2B2. Windows color (decimal): -5392976 or 11580845. OLE color: 11580845.
HSL color Cylindrical-coordinate representation of color #ADB5B0: hue angle of 142.5º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ADB5B0 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
RGB | 173 | 181 | 176 | - |
CMYK | 0.04 | 0 | 0.03 | 0.29 |
HSL | 142.5º | 0.05% | 0.69% | - |
HSV(B) | 142.5º | 0.04% | 0.71% | - |
XYZ | 41.59 | 45.07 | 47.58 | - |
YUV | 178.04 | 126.85 | 124.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 181 | 176 | 0.04 | 0 | 0.03 | 0.29 | 142.5 | 0.05 | 0.69 |
Hex | AD | B5 | B0 | 4 | 0 | 3 | 1D | 8E | 5 | 45 |
Octal | 255 | 265 | 260 | 4 | 0 | 3 | 35 | 216 | 5 | 105 |
Binary | 10101101 | 10110101 | 10110000 | 100 | 0 | 11 | 11101 | 10001110 | 101 | 1000101 |
Color Harmonies of #ADB5B0
Complementary color
Monochromatic Colors of #ADB5B0
Black with #ADB5B0
Text Example
Text Example
White with #ADB5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB5B0; }
p { color: rgb(173,181,176); }
H1.HeaderClassName
{
color: #ADB5B0;
}
.AnyTagClassName
{
color: #ADB5B0;
}
</style>
background-color css
<style>
a { background-color: #ADB5B0; }
a { background-color: rgb(173,181,176); }
div.DivClassName
{
background-color: #ADB5B0;
}
.BgClassName
{
background-color: #ADB5B0;
}
</style>
border-color css
<style>
span { border-color: #ADB5B0; }
span { border-color: rgb(173,181,176); }
td.TdClassName
{
border-color: #ADB5B0;
}
.TagClassName
{
border-color: #ADB5B0;
}
</style>