Shades of Loblolly #ACB1AE
Tints of Loblolly #ACB1AE
RGB
CMYK
RGB Variations
Color information
#ACB1AE (or 0xACB1AE) is known color: Loblolly. HEX triplet: AC, B1 and AE. RGB value is (172,177,174). Sum of RGB (Red+Green+Blue) = 172+177+174=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB1AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB1AE is #534E51. Grayscale: #AFAFAF. Windows color (decimal): -5459538 or 11448748. OLE color: 11448748.
HSL color Cylindrical-coordinate representation of color #ACB1AE: hue angle of 144º degrees, saturation: 0.03, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ACB1AE is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 174 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.31 |
| HSL | 144º | 0.03% | 0.68% | - |
| HSV(B) | 144º | 0.03% | 0.69% | - |
| XYZ | 40.38 | 43.27 | 46.27 | - |
| YUV | 175.16 | 127.34 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 174 | 0.03 | 0 | 0.02 | 0.31 | 144 | 0.03 | 0.68 |
| Hex | AC | B1 | AE | 3 | 0 | 2 | 1F | 90 | 3 | 44 |
| Octal | 254 | 261 | 256 | 3 | 0 | 2 | 37 | 220 | 3 | 104 |
| Binary | 10101100 | 10110001 | 10101110 | 11 | 0 | 10 | 11111 | 10010000 | 11 | 1000100 |
Color Harmonies of #ACB1AE
Complementary color
Monochromatic Colors of #ACB1AE
Black with #ACB1AE
Text Example
Text Example
White with #ACB1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB1AE; }
p { color: rgb(172,177,174); }
H1.HeaderClassName
{
color: #ACB1AE;
}
.AnyTagClassName
{
color: #ACB1AE;
}
</style>
background-color css
<style>
a { background-color: #ACB1AE; }
a { background-color: rgb(172,177,174); }
div.DivClassName
{
background-color: #ACB1AE;
}
.BgClassName
{
background-color: #ACB1AE;
}
</style>
border-color css
<style>
span { border-color: #ACB1AE; }
span { border-color: rgb(172,177,174); }
td.TdClassName
{
border-color: #ACB1AE;
}
.TagClassName
{
border-color: #ACB1AE;
}
</style>