Shades of Loblolly #ADBAB2
Tints of Loblolly #ADBAB2
RGB
CMYK
RGB Variations
Color information
#ADBAB2 (or 0xADBAB2) is known color: Loblolly. HEX triplet: AD, BA and B2. RGB value is (173,186,178). Sum of RGB (Red+Green+Blue) = 173+186+178=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 178 (69.92% from 255 or 33.15% from 537); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBAB2 is #52454D. Grayscale: #B5B5B5. Windows color (decimal): -5391694 or 11713197. OLE color: 11713197.
HSL color Cylindrical-coordinate representation of color #ADBAB2: hue angle of 143.08º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADBAB2 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
RGB | 173 | 186 | 178 | - |
CMYK | 0.07 | 0 | 0.04 | 0.27 |
HSL | 143.08º | 0.09% | 0.7% | - |
HSV(B) | 143.08º | 0.07% | 0.73% | - |
XYZ | 42.83 | 47.22 | 48.98 | - |
YUV | 181.2 | 126.19 | 122.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 186 | 178 | 0.07 | 0 | 0.04 | 0.27 | 143.08 | 0.09 | 0.7 |
Hex | AD | BA | B2 | 7 | 0 | 4 | 1B | 8F | 9 | 46 |
Octal | 255 | 272 | 262 | 7 | 0 | 4 | 33 | 217 | 11 | 106 |
Binary | 10101101 | 10111010 | 10110010 | 111 | 0 | 100 | 11011 | 10001111 | 1001 | 1000110 |
Color Harmonies of #ADBAB2
Complementary color
Monochromatic Colors of #ADBAB2
Black with #ADBAB2
Text Example
Text Example
White with #ADBAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBAB2; }
p { color: rgb(173,186,178); }
H1.HeaderClassName
{
color: #ADBAB2;
}
.AnyTagClassName
{
color: #ADBAB2;
}
</style>
background-color css
<style>
a { background-color: #ADBAB2; }
a { background-color: rgb(173,186,178); }
div.DivClassName
{
background-color: #ADBAB2;
}
.BgClassName
{
background-color: #ADBAB2;
}
</style>
border-color css
<style>
span { border-color: #ADBAB2; }
span { border-color: rgb(173,186,178); }
td.TdClassName
{
border-color: #ADBAB2;
}
.TagClassName
{
border-color: #ADBAB2;
}
</style>