Shades of Roof Terracotta #AC483F
Tints of Roof Terracotta #AC483F
RGB
CMYK
RGB Variations
Color information
#AC483F (or 0xAC483F) is known color: Roof Terracotta. HEX triplet: AC, 48 and 3F. RGB value is (172,72,63). Sum of RGB (Red+Green+Blue) = 172+72+63=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC483F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC483F is #53B7C0. Grayscale: #656565. Windows color (decimal): -5486529 or 4147372. OLE color: 4147372.
HSL color Cylindrical-coordinate representation of color #AC483F: hue angle of 4.95º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC483F is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 72 | 63 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.33 |
| HSL | 4.95º | 0.46% | 0.46% | - |
| HSV(B) | 4.95º | 0.63% | 0.67% | - |
| XYZ | 20.23 | 13.76 | 6.29 | - |
| YUV | 100.87 | 106.63 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 63 | 0 | 0.58 | 0.63 | 0.33 | 4.95 | 0.46 | 0.46 |
| Hex | AC | 48 | 3F | 0 | 3A | 3F | 21 | 5 | 2E | 2E |
| Octal | 254 | 110 | 77 | 0 | 72 | 77 | 41 | 5 | 56 | 56 |
| Binary | 10101100 | 1001000 | 111111 | 0 | 111010 | 111111 | 100001 | 101 | 101110 | 101110 |
Color Harmonies of #AC483F
Complementary color
Monochromatic Colors of #AC483F
Black with #AC483F
Text Example
Text Example
White with #AC483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC483F; }
p { color: rgb(172,72,63); }
H1.HeaderClassName
{
color: #AC483F;
}
.AnyTagClassName
{
color: #AC483F;
}
</style>
background-color css
<style>
a { background-color: #AC483F; }
a { background-color: rgb(172,72,63); }
div.DivClassName
{
background-color: #AC483F;
}
.BgClassName
{
background-color: #AC483F;
}
</style>
border-color css
<style>
span { border-color: #AC483F; }
span { border-color: rgb(172,72,63); }
td.TdClassName
{
border-color: #AC483F;
}
.TagClassName
{
border-color: #AC483F;
}
</style>