Shades of Loblolly #ADBDB4
Tints of Loblolly #ADBDB4
RGB
CMYK
RGB Variations
Color information
#ADBDB4 (or 0xADBDB4) is known color: Loblolly. HEX triplet: AD, BD and B4. RGB value is (173,189,180). Sum of RGB (Red+Green+Blue) = 173+189+180=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 180 (70.70% from 255 or 33.21% from 542); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDB4 is #52424B. Grayscale: #B7B7B7. Windows color (decimal): -5390924 or 11845037. OLE color: 11845037.
HSL color Cylindrical-coordinate representation of color #ADBDB4: hue angle of 146.25º 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 #ADBDB4 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
RGB | 173 | 189 | 180 | - |
CMYK | 0.08 | 0 | 0.05 | 0.26 |
HSL | 146.25º | 0.11% | 0.71% | - |
HSV(B) | 146.25º | 0.08% | 0.74% | - |
XYZ | 43.67 | 48.57 | 50.25 | - |
YUV | 183.19 | 126.2 | 120.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 189 | 180 | 0.08 | 0 | 0.05 | 0.26 | 146.25 | 0.11 | 0.71 |
Hex | AD | BD | B4 | 8 | 0 | 5 | 1A | 92 | B | 47 |
Octal | 255 | 275 | 264 | 10 | 0 | 5 | 32 | 222 | 13 | 107 |
Binary | 10101101 | 10111101 | 10110100 | 1000 | 0 | 101 | 11010 | 10010010 | 1011 | 1000111 |
Color Harmonies of #ADBDB4
Complementary color
Monochromatic Colors of #ADBDB4
Black with #ADBDB4
Text Example
Text Example
White with #ADBDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBDB4; }
p { color: rgb(173,189,180); }
H1.HeaderClassName
{
color: #ADBDB4;
}
.AnyTagClassName
{
color: #ADBDB4;
}
</style>
background-color css
<style>
a { background-color: #ADBDB4; }
a { background-color: rgb(173,189,180); }
div.DivClassName
{
background-color: #ADBDB4;
}
.BgClassName
{
background-color: #ADBDB4;
}
</style>
border-color css
<style>
span { border-color: #ADBDB4; }
span { border-color: rgb(173,189,180); }
td.TdClassName
{
border-color: #ADBDB4;
}
.TagClassName
{
border-color: #ADBDB4;
}
</style>