Shades of Loblolly #ADBDB5
Tints of Loblolly #ADBDB5
RGB
CMYK
RGB Variations
Color information
#ADBDB5 (or 0xADBDB5) is known color: Loblolly. HEX triplet: AD, BD and B5. RGB value is (173,189,181). Sum of RGB (Red+Green+Blue) = 173+189+181=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDB5 is #52424A. Grayscale: #B7B7B7. Windows color (decimal): -5390923 or 11910573. OLE color: 11910573.
HSL color Cylindrical-coordinate representation of color #ADBDB5: hue angle of 150º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADBDB5 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
RGB | 173 | 189 | 181 | - |
CMYK | 0.08 | 0 | 0.04 | 0.26 |
HSL | 150º | 0.11% | 0.71% | - |
HSV(B) | 150º | 0.08% | 0.74% | - |
XYZ | 43.77 | 48.62 | 50.79 | - |
YUV | 183.3 | 126.7 | 120.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 189 | 181 | 0.08 | 0 | 0.04 | 0.26 | 150 | 0.11 | 0.71 |
Hex | AD | BD | B5 | 8 | 0 | 4 | 1A | 96 | B | 47 |
Octal | 255 | 275 | 265 | 10 | 0 | 4 | 32 | 226 | 13 | 107 |
Binary | 10101101 | 10111101 | 10110101 | 1000 | 0 | 100 | 11010 | 10010110 | 1011 | 1000111 |
Color Harmonies of #ADBDB5
Complementary color
Monochromatic Colors of #ADBDB5
Black with #ADBDB5
Text Example
Text Example
White with #ADBDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBDB5; }
p { color: rgb(173,189,181); }
H1.HeaderClassName
{
color: #ADBDB5;
}
.AnyTagClassName
{
color: #ADBDB5;
}
</style>
background-color css
<style>
a { background-color: #ADBDB5; }
a { background-color: rgb(173,189,181); }
div.DivClassName
{
background-color: #ADBDB5;
}
.BgClassName
{
background-color: #ADBDB5;
}
</style>
border-color css
<style>
span { border-color: #ADBDB5; }
span { border-color: rgb(173,189,181); }
td.TdClassName
{
border-color: #ADBDB5;
}
.TagClassName
{
border-color: #ADBDB5;
}
</style>