Shades of Loblolly #A7BDB0
Tints of Loblolly #A7BDB0
RGB
CMYK
RGB Variations
Color information
#A7BDB0 (or 0xA7BDB0) is known color: Loblolly. HEX triplet: A7, BD and B0. RGB value is (167,189,176). Sum of RGB (Red+Green+Blue) = 167+189+176=532 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.39% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BDB0 is #58424F. Grayscale: #B4B4B4. Windows color (decimal): -5784144 or 11582887. OLE color: 11582887.
HSL color Cylindrical-coordinate representation of color #A7BDB0: hue angle of 144.55º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A7BDB0 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
RGB | 167 | 189 | 176 | - |
CMYK | 0.12 | 0 | 0.07 | 0.26 |
HSL | 144.55º | 0.14% | 0.7% | - |
HSV(B) | 144.55º | 0.12% | 0.74% | - |
XYZ | 41.97 | 47.75 | 48.08 | - |
YUV | 180.94 | 125.21 | 118.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 167 | 189 | 176 | 0.12 | 0 | 0.07 | 0.26 | 144.55 | 0.14 | 0.7 |
Hex | A7 | BD | B0 | C | 0 | 7 | 1A | 91 | E | 46 |
Octal | 247 | 275 | 260 | 14 | 0 | 7 | 32 | 221 | 16 | 106 |
Binary | 10100111 | 10111101 | 10110000 | 1100 | 0 | 111 | 11010 | 10010001 | 1110 | 1000110 |
Color Harmonies of #A7BDB0
Complementary color
Monochromatic Colors of #A7BDB0
Black with #A7BDB0
Text Example
Text Example
White with #A7BDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BDB0; }
p { color: rgb(167,189,176); }
H1.HeaderClassName
{
color: #A7BDB0;
}
.AnyTagClassName
{
color: #A7BDB0;
}
</style>
background-color css
<style>
a { background-color: #A7BDB0; }
a { background-color: rgb(167,189,176); }
div.DivClassName
{
background-color: #A7BDB0;
}
.BgClassName
{
background-color: #A7BDB0;
}
</style>
border-color css
<style>
span { border-color: #A7BDB0; }
span { border-color: rgb(167,189,176); }
td.TdClassName
{
border-color: #A7BDB0;
}
.TagClassName
{
border-color: #A7BDB0;
}
</style>