Shades of Roof Terracotta #A04D45
Tints of Roof Terracotta #A04D45
RGB
CMYK
RGB Variations
Color information
#A04D45 (or 0xA04D45) is known color: Roof Terracotta. HEX triplet: A0, 4D and 45. RGB value is (160,77,69). Sum of RGB (Red+Green+Blue) = 160+77+69=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04D45 is #5FB2BA. Grayscale: #656565. Windows color (decimal): -6271675 or 4541856. OLE color: 4541856.
HSL color Cylindrical-coordinate representation of color #A04D45: hue angle of 5.27º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A04D45 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 77 | 69 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.37 |
| HSL | 5.27º | 0.4% | 0.45% | - |
| HSV(B) | 5.27º | 0.57% | 0.63% | - |
| XYZ | 18.23 | 13.21 | 7.22 | - |
| YUV | 100.91 | 110 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 69 | 0 | 0.52 | 0.57 | 0.37 | 5.27 | 0.4 | 0.45 |
| Hex | A0 | 4D | 45 | 0 | 34 | 39 | 25 | 5 | 28 | 2D |
| Octal | 240 | 115 | 105 | 0 | 64 | 71 | 45 | 5 | 50 | 55 |
| Binary | 10100000 | 1001101 | 1000101 | 0 | 110100 | 111001 | 100101 | 101 | 101000 | 101101 |
Color Harmonies of #A04D45
Complementary color
Monochromatic Colors of #A04D45
Black with #A04D45
Text Example
Text Example
White with #A04D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04D45; }
p { color: rgb(160,77,69); }
H1.HeaderClassName
{
color: #A04D45;
}
.AnyTagClassName
{
color: #A04D45;
}
</style>
background-color css
<style>
a { background-color: #A04D45; }
a { background-color: rgb(160,77,69); }
div.DivClassName
{
background-color: #A04D45;
}
.BgClassName
{
background-color: #A04D45;
}
</style>
border-color css
<style>
span { border-color: #A04D45; }
span { border-color: rgb(160,77,69); }
td.TdClassName
{
border-color: #A04D45;
}
.TagClassName
{
border-color: #A04D45;
}
</style>