Shades of Loblolly #ACBEB6
Tints of Loblolly #ACBEB6
RGB
CMYK
RGB Variations
Color information
#ACBEB6 (or 0xACBEB6) is known color: Loblolly. HEX triplet: AC, BE and B6. RGB value is (172,190,182). Sum of RGB (Red+Green+Blue) = 172+190+182=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 182 (71.48% from 255 or 33.46% from 544); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBEB6 is #534149. Grayscale: #B7B7B7. Windows color (decimal): -5456202 or 11976364. OLE color: 11976364.
HSL color Cylindrical-coordinate representation of color #ACBEB6: hue angle of 153.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACBEB6 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
RGB | 172 | 190 | 182 | - |
CMYK | 0.09 | 0 | 0.04 | 0.25 |
HSL | 153.33º | 0.12% | 0.71% | - |
HSV(B) | 153.33º | 0.09% | 0.75% | - |
XYZ | 43.87 | 48.97 | 51.4 | - |
YUV | 183.71 | 127.04 | 119.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 190 | 182 | 0.09 | 0 | 0.04 | 0.25 | 153.33 | 0.12 | 0.71 |
Hex | AC | BE | B6 | 9 | 0 | 4 | 19 | 99 | C | 47 |
Octal | 254 | 276 | 266 | 11 | 0 | 4 | 31 | 231 | 14 | 107 |
Binary | 10101100 | 10111110 | 10110110 | 1001 | 0 | 100 | 11001 | 10011001 | 1100 | 1000111 |
Color Harmonies of #ACBEB6
Complementary color
Monochromatic Colors of #ACBEB6
Black with #ACBEB6
Text Example
Text Example
White with #ACBEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBEB6; }
p { color: rgb(172,190,182); }
H1.HeaderClassName
{
color: #ACBEB6;
}
.AnyTagClassName
{
color: #ACBEB6;
}
</style>
background-color css
<style>
a { background-color: #ACBEB6; }
a { background-color: rgb(172,190,182); }
div.DivClassName
{
background-color: #ACBEB6;
}
.BgClassName
{
background-color: #ACBEB6;
}
</style>
border-color css
<style>
span { border-color: #ACBEB6; }
span { border-color: rgb(172,190,182); }
td.TdClassName
{
border-color: #ACBEB6;
}
.TagClassName
{
border-color: #ACBEB6;
}
</style>