Shades of Loblolly #ACBDB5
Tints of Loblolly #ACBDB5
RGB
CMYK
RGB Variations
Color information
#ACBDB5 (or 0xACBDB5) is known color: Loblolly. HEX triplet: AC, BD and B5. RGB value is (172,189,181). Sum of RGB (Red+Green+Blue) = 172+189+181=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 181 (71.09% from 255 or 33.39% from 542); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDB5 is #53424A. Grayscale: #B7B7B7. Windows color (decimal): -5456459 or 11910572. OLE color: 11910572.
HSL color Cylindrical-coordinate representation of color #ACBDB5: hue angle of 151.76º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACBDB5 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
RGB | 172 | 189 | 181 | - |
CMYK | 0.09 | 0 | 0.04 | 0.26 |
HSL | 151.76º | 0.11% | 0.71% | - |
HSV(B) | 151.76º | 0.09% | 0.74% | - |
XYZ | 43.55 | 48.5 | 50.78 | - |
YUV | 183.01 | 126.87 | 120.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 189 | 181 | 0.09 | 0 | 0.04 | 0.26 | 151.76 | 0.11 | 0.71 |
Hex | AC | BD | B5 | 9 | 0 | 4 | 1A | 98 | B | 47 |
Octal | 254 | 275 | 265 | 11 | 0 | 4 | 32 | 230 | 13 | 107 |
Binary | 10101100 | 10111101 | 10110101 | 1001 | 0 | 100 | 11010 | 10011000 | 1011 | 1000111 |
Color Harmonies of #ACBDB5
Complementary color
Monochromatic Colors of #ACBDB5
Black with #ACBDB5
Text Example
Text Example
White with #ACBDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBDB5; }
p { color: rgb(172,189,181); }
H1.HeaderClassName
{
color: #ACBDB5;
}
.AnyTagClassName
{
color: #ACBDB5;
}
</style>
background-color css
<style>
a { background-color: #ACBDB5; }
a { background-color: rgb(172,189,181); }
div.DivClassName
{
background-color: #ACBDB5;
}
.BgClassName
{
background-color: #ACBDB5;
}
</style>
border-color css
<style>
span { border-color: #ACBDB5; }
span { border-color: rgb(172,189,181); }
td.TdClassName
{
border-color: #ACBDB5;
}
.TagClassName
{
border-color: #ACBDB5;
}
</style>