Shades of Loblolly #A6BDB0
Tints of Loblolly #A6BDB0
RGB
CMYK
RGB Variations
Color information
#A6BDB0 (or 0xA6BDB0) is known color: Loblolly. HEX triplet: A6, BD and B0. RGB value is (166,189,176). Sum of RGB (Red+Green+Blue) = 166+189+176=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BDB0 is #59424F. Grayscale: #B4B4B4. Windows color (decimal): -5849680 or 11582886. OLE color: 11582886.
HSL color Cylindrical-coordinate representation of color #A6BDB0: hue angle of 146.09º degrees, saturation: 0.15, 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 #A6BDB0 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
RGB | 166 | 189 | 176 | - |
CMYK | 0.12 | 0 | 0.07 | 0.26 |
HSL | 146.09º | 0.15% | 0.7% | - |
HSV(B) | 146.09º | 0.12% | 0.74% | - |
XYZ | 41.76 | 47.64 | 48.07 | - |
YUV | 180.64 | 125.38 | 117.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 189 | 176 | 0.12 | 0 | 0.07 | 0.26 | 146.09 | 0.15 | 0.7 |
Hex | A6 | BD | B0 | C | 0 | 7 | 1A | 92 | F | 46 |
Octal | 246 | 275 | 260 | 14 | 0 | 7 | 32 | 222 | 17 | 106 |
Binary | 10100110 | 10111101 | 10110000 | 1100 | 0 | 111 | 11010 | 10010010 | 1111 | 1000110 |
Color Harmonies of #A6BDB0
Complementary color
Monochromatic Colors of #A6BDB0
Black with #A6BDB0
Text Example
Text Example
White with #A6BDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BDB0; }
p { color: rgb(166,189,176); }
H1.HeaderClassName
{
color: #A6BDB0;
}
.AnyTagClassName
{
color: #A6BDB0;
}
</style>
background-color css
<style>
a { background-color: #A6BDB0; }
a { background-color: rgb(166,189,176); }
div.DivClassName
{
background-color: #A6BDB0;
}
.BgClassName
{
background-color: #A6BDB0;
}
</style>
border-color css
<style>
span { border-color: #A6BDB0; }
span { border-color: rgb(166,189,176); }
td.TdClassName
{
border-color: #A6BDB0;
}
.TagClassName
{
border-color: #A6BDB0;
}
</style>