Shades of Roof Terracotta #A04F45
Tints of Roof Terracotta #A04F45
RGB
CMYK
RGB Variations
Color information
#A04F45 (or 0xA04F45) is known color: Roof Terracotta. HEX triplet: A0, 4F and 45. RGB value is (160,79,69). Sum of RGB (Red+Green+Blue) = 160+79+69=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04F45 is #5FB0BA. Grayscale: #666666. Windows color (decimal): -6271163 or 4542368. OLE color: 4542368.
HSL color Cylindrical-coordinate representation of color #A04F45: hue angle of 6.59º 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 #A04F45 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 79 | 69 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.37 |
| HSL | 6.59º | 0.4% | 0.45% | - |
| HSV(B) | 6.59º | 0.57% | 0.63% | - |
| XYZ | 18.37 | 13.5 | 7.27 | - |
| YUV | 102.08 | 109.34 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 69 | 0 | 0.51 | 0.57 | 0.37 | 6.59 | 0.4 | 0.45 |
| Hex | A0 | 4F | 45 | 0 | 33 | 39 | 25 | 7 | 28 | 2D |
| Octal | 240 | 117 | 105 | 0 | 63 | 71 | 45 | 7 | 50 | 55 |
| Binary | 10100000 | 1001111 | 1000101 | 0 | 110011 | 111001 | 100101 | 111 | 101000 | 101101 |
Color Harmonies of #A04F45
Complementary color
Monochromatic Colors of #A04F45
Black with #A04F45
Text Example
Text Example
White with #A04F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04F45; }
p { color: rgb(160,79,69); }
H1.HeaderClassName
{
color: #A04F45;
}
.AnyTagClassName
{
color: #A04F45;
}
</style>
background-color css
<style>
a { background-color: #A04F45; }
a { background-color: rgb(160,79,69); }
div.DivClassName
{
background-color: #A04F45;
}
.BgClassName
{
background-color: #A04F45;
}
</style>
border-color css
<style>
span { border-color: #A04F45; }
span { border-color: rgb(160,79,69); }
td.TdClassName
{
border-color: #A04F45;
}
.TagClassName
{
border-color: #A04F45;
}
</style>