Shades of Roof Terracotta #AC4846
Tints of Roof Terracotta #AC4846
RGB
CMYK
RGB Variations
Color information
#AC4846 (or 0xAC4846) is known color: Roof Terracotta. HEX triplet: AC, 48 and 46. RGB value is (172,72,70). Sum of RGB (Red+Green+Blue) = 172+72+70=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4846 is #53B7B9. Grayscale: #656565. Windows color (decimal): -5486522 or 4606124. OLE color: 4606124.
HSL color Cylindrical-coordinate representation of color #AC4846: hue angle of 1.18º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC4846 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 72 | 70 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.33 |
| HSL | 1.18º | 0.42% | 0.47% | - |
| HSV(B) | 1.18º | 0.59% | 0.67% | - |
| XYZ | 20.44 | 13.85 | 7.39 | - |
| YUV | 101.67 | 110.13 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 70 | 0 | 0.58 | 0.59 | 0.33 | 1.18 | 0.42 | 0.47 |
| Hex | AC | 48 | 46 | 0 | 3A | 3B | 21 | 1 | 2A | 2F |
| Octal | 254 | 110 | 106 | 0 | 72 | 73 | 41 | 1 | 52 | 57 |
| Binary | 10101100 | 1001000 | 1000110 | 0 | 111010 | 111011 | 100001 | 1 | 101010 | 101111 |
Color Harmonies of #AC4846
Complementary color
Monochromatic Colors of #AC4846
Black with #AC4846
Text Example
Text Example
White with #AC4846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4846; }
p { color: rgb(172,72,70); }
H1.HeaderClassName
{
color: #AC4846;
}
.AnyTagClassName
{
color: #AC4846;
}
</style>
background-color css
<style>
a { background-color: #AC4846; }
a { background-color: rgb(172,72,70); }
div.DivClassName
{
background-color: #AC4846;
}
.BgClassName
{
background-color: #AC4846;
}
</style>
border-color css
<style>
span { border-color: #AC4846; }
span { border-color: rgb(172,72,70); }
td.TdClassName
{
border-color: #AC4846;
}
.TagClassName
{
border-color: #AC4846;
}
</style>