Shades of Loblolly #ACC0B5
Tints of Loblolly #ACC0B5
RGB
CMYK
RGB Variations
Color information
#ACC0B5 (or 0xACC0B5) is known color: Loblolly. HEX triplet: AC, C0 and B5. RGB value is (172,192,181). Sum of RGB (Red+Green+Blue) = 172+192+181=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0B5 is #533F4A. Grayscale: #B8B8B8. Windows color (decimal): -5455691 or 11911340. OLE color: 11911340.
HSL color Cylindrical-coordinate representation of color #ACC0B5: hue angle of 147º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACC0B5 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 192 | 181 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.25 |
| HSL | 147º | 0.14% | 0.71% | - |
| HSV(B) | 147º | 0.1% | 0.75% | - |
| XYZ | 44.2 | 49.81 | 51 | - |
| YUV | 184.77 | 125.87 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 181 | 0.10 | 0 | 0.06 | 0.25 | 147 | 0.14 | 0.71 |
| Hex | AC | C0 | B5 | A | 0 | 6 | 19 | 93 | E | 47 |
| Octal | 254 | 300 | 265 | 12 | 0 | 6 | 31 | 223 | 16 | 107 |
| Binary | 10101100 | 11000000 | 10110101 | 1010 | 0 | 110 | 11001 | 10010011 | 1110 | 1000111 |
Color Harmonies of #ACC0B5
Complementary color
Monochromatic Colors of #ACC0B5
Black with #ACC0B5
Text Example
Text Example
White with #ACC0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC0B5; }
p { color: rgb(172,192,181); }
H1.HeaderClassName
{
color: #ACC0B5;
}
.AnyTagClassName
{
color: #ACC0B5;
}
</style>
background-color css
<style>
a { background-color: #ACC0B5; }
a { background-color: rgb(172,192,181); }
div.DivClassName
{
background-color: #ACC0B5;
}
.BgClassName
{
background-color: #ACC0B5;
}
</style>
border-color css
<style>
span { border-color: #ACC0B5; }
span { border-color: rgb(172,192,181); }
td.TdClassName
{
border-color: #ACC0B5;
}
.TagClassName
{
border-color: #ACC0B5;
}
</style>