Shades of Roof Terracotta #AC4845
Tints of Roof Terracotta #AC4845
RGB
CMYK
RGB Variations
Color information
#AC4845 (or 0xAC4845) is known color: Roof Terracotta. HEX triplet: AC, 48 and 45. RGB value is (172,72,69). Sum of RGB (Red+Green+Blue) = 172+72+69=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4845 is #53B7BA. Grayscale: #656565. Windows color (decimal): -5486523 or 4540588. OLE color: 4540588.
HSL color Cylindrical-coordinate representation of color #AC4845: hue angle of 1.75º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4845 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 72 | 69 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.33 |
| HSL | 1.75º | 0.43% | 0.47% | - |
| HSV(B) | 1.75º | 0.6% | 0.67% | - |
| XYZ | 20.4 | 13.84 | 7.23 | - |
| YUV | 101.56 | 109.63 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 69 | 0 | 0.58 | 0.60 | 0.33 | 1.75 | 0.43 | 0.47 |
| Hex | AC | 48 | 45 | 0 | 3A | 3C | 21 | 2 | 2B | 2F |
| Octal | 254 | 110 | 105 | 0 | 72 | 74 | 41 | 2 | 53 | 57 |
| Binary | 10101100 | 1001000 | 1000101 | 0 | 111010 | 111100 | 100001 | 10 | 101011 | 101111 |
Color Harmonies of #AC4845
Complementary color
Monochromatic Colors of #AC4845
Black with #AC4845
Text Example
Text Example
White with #AC4845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4845; }
p { color: rgb(172,72,69); }
H1.HeaderClassName
{
color: #AC4845;
}
.AnyTagClassName
{
color: #AC4845;
}
</style>
background-color css
<style>
a { background-color: #AC4845; }
a { background-color: rgb(172,72,69); }
div.DivClassName
{
background-color: #AC4845;
}
.BgClassName
{
background-color: #AC4845;
}
</style>
border-color css
<style>
span { border-color: #AC4845; }
span { border-color: rgb(172,72,69); }
td.TdClassName
{
border-color: #AC4845;
}
.TagClassName
{
border-color: #AC4845;
}
</style>