Shades of Loblolly #ACC4B6
Tints of Loblolly #ACC4B6
RGB
CMYK
RGB Variations
Color information
#ACC4B6 (or 0xACC4B6) is known color: Loblolly. HEX triplet: AC, C4 and B6. RGB value is (172,196,182). Sum of RGB (Red+Green+Blue) = 172+196+182=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC4B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC4B6 is #533B49. Grayscale: #BBBBBB. Windows color (decimal): -5454666 or 11977900. OLE color: 11977900.
HSL color Cylindrical-coordinate representation of color #ACC4B6: hue angle of 145º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACC4B6 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 182 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.23 |
| HSL | 145º | 0.17% | 0.72% | - |
| HSV(B) | 145º | 0.12% | 0.77% | - |
| XYZ | 45.2 | 51.63 | 51.84 | - |
| YUV | 187.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 182 | 0.12 | 0 | 0.07 | 0.23 | 145 | 0.17 | 0.72 |
| Hex | AC | C4 | B6 | C | 0 | 7 | 17 | 91 | 11 | 48 |
| Octal | 254 | 304 | 266 | 14 | 0 | 7 | 27 | 221 | 21 | 110 |
| Binary | 10101100 | 11000100 | 10110110 | 1100 | 0 | 111 | 10111 | 10010001 | 10001 | 1001000 |
Color Harmonies of #ACC4B6
Complementary color
Monochromatic Colors of #ACC4B6
Black with #ACC4B6
Text Example
Text Example
White with #ACC4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC4B6; }
p { color: rgb(172,196,182); }
H1.HeaderClassName
{
color: #ACC4B6;
}
.AnyTagClassName
{
color: #ACC4B6;
}
</style>
background-color css
<style>
a { background-color: #ACC4B6; }
a { background-color: rgb(172,196,182); }
div.DivClassName
{
background-color: #ACC4B6;
}
.BgClassName
{
background-color: #ACC4B6;
}
</style>
border-color css
<style>
span { border-color: #ACC4B6; }
span { border-color: rgb(172,196,182); }
td.TdClassName
{
border-color: #ACC4B6;
}
.TagClassName
{
border-color: #ACC4B6;
}
</style>