Shades of Loblolly #ACBDB3
Tints of Loblolly #ACBDB3
RGB
CMYK
RGB Variations
Color information
#ACBDB3 (or 0xACBDB3) is known color: Loblolly. HEX triplet: AC, BD and B3. RGB value is (172,189,179). Sum of RGB (Red+Green+Blue) = 172+189+179=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 179 (70.31% from 255 or 33.15% from 540); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDB3 is #53424C. Grayscale: #B6B6B6. Windows color (decimal): -5456461 or 11779500. OLE color: 11779500.
HSL color Cylindrical-coordinate representation of color #ACBDB3: hue angle of 144.71º 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 #ACBDB3 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
RGB | 172 | 189 | 179 | - |
CMYK | 0.09 | 0 | 0.05 | 0.26 |
HSL | 144.71º | 0.11% | 0.71% | - |
HSV(B) | 144.71º | 0.09% | 0.74% | - |
XYZ | 43.35 | 48.42 | 49.71 | - |
YUV | 182.78 | 125.87 | 120.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 189 | 179 | 0.09 | 0 | 0.05 | 0.26 | 144.71 | 0.11 | 0.71 |
Hex | AC | BD | B3 | 9 | 0 | 5 | 1A | 91 | B | 47 |
Octal | 254 | 275 | 263 | 11 | 0 | 5 | 32 | 221 | 13 | 107 |
Binary | 10101100 | 10111101 | 10110011 | 1001 | 0 | 101 | 11010 | 10010001 | 1011 | 1000111 |
Color Harmonies of #ACBDB3
Complementary color
Monochromatic Colors of #ACBDB3
Black with #ACBDB3
Text Example
Text Example
White with #ACBDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBDB3; }
p { color: rgb(172,189,179); }
H1.HeaderClassName
{
color: #ACBDB3;
}
.AnyTagClassName
{
color: #ACBDB3;
}
</style>
background-color css
<style>
a { background-color: #ACBDB3; }
a { background-color: rgb(172,189,179); }
div.DivClassName
{
background-color: #ACBDB3;
}
.BgClassName
{
background-color: #ACBDB3;
}
</style>
border-color css
<style>
span { border-color: #ACBDB3; }
span { border-color: rgb(172,189,179); }
td.TdClassName
{
border-color: #ACBDB3;
}
.TagClassName
{
border-color: #ACBDB3;
}
</style>