Shades of Loblolly #ACC1B7
Tints of Loblolly #ACC1B7
RGB
CMYK
RGB Variations
Color information
#ACC1B7 (or 0xACC1B7) is known color: Loblolly. HEX triplet: AC, C1 and B7. RGB value is (172,193,183). Sum of RGB (Red+Green+Blue) = 172+193+183=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 193 (75.78% from 255 or 35.22% from 548); Blue value is 183 (71.88% from 255 or 33.39% from 548); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC1B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1B7 is #533E48. Grayscale: #B9B9B9. Windows color (decimal): -5455433 or 12042668. OLE color: 12042668.
HSL color Cylindrical-coordinate representation of color #ACC1B7: hue angle of 151.43º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACC1B7 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
RGB | 172 | 193 | 183 | - |
CMYK | 0.11 | 0 | 0.05 | 0.24 |
HSL | 151.43º | 0.14% | 0.72% | - |
HSV(B) | 151.43º | 0.11% | 0.76% | - |
XYZ | 44.63 | 50.33 | 52.16 | - |
YUV | 185.58 | 126.54 | 118.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 193 | 183 | 0.11 | 0 | 0.05 | 0.24 | 151.43 | 0.14 | 0.72 |
Hex | AC | C1 | B7 | B | 0 | 5 | 18 | 97 | E | 48 |
Octal | 254 | 301 | 267 | 13 | 0 | 5 | 30 | 227 | 16 | 110 |
Binary | 10101100 | 11000001 | 10110111 | 1011 | 0 | 101 | 11000 | 10010111 | 1110 | 1001000 |
Color Harmonies of #ACC1B7
Complementary color
Monochromatic Colors of #ACC1B7
Black with #ACC1B7
Text Example
Text Example
White with #ACC1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC1B7; }
p { color: rgb(172,193,183); }
H1.HeaderClassName
{
color: #ACC1B7;
}
.AnyTagClassName
{
color: #ACC1B7;
}
</style>
background-color css
<style>
a { background-color: #ACC1B7; }
a { background-color: rgb(172,193,183); }
div.DivClassName
{
background-color: #ACC1B7;
}
.BgClassName
{
background-color: #ACC1B7;
}
</style>
border-color css
<style>
span { border-color: #ACC1B7; }
span { border-color: rgb(172,193,183); }
td.TdClassName
{
border-color: #ACC1B7;
}
.TagClassName
{
border-color: #ACC1B7;
}
</style>