Shades of Roof Terracotta #A04F46
Tints of Roof Terracotta #A04F46
RGB
CMYK
RGB Variations
Color information
#A04F46 (or 0xA04F46) is known color: Roof Terracotta. HEX triplet: A0, 4F and 46. RGB value is (160,79,70). Sum of RGB (Red+Green+Blue) = 160+79+70=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04F46 is #5FB0B9. Grayscale: #666666. Windows color (decimal): -6271162 or 4607904. OLE color: 4607904.
HSL color Cylindrical-coordinate representation of color #A04F46: hue angle of 6º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A04F46 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 79 | 70 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.37 |
| HSL | 6º | 0.39% | 0.45% | - |
| HSV(B) | 6º | 0.56% | 0.63% | - |
| XYZ | 18.4 | 13.51 | 7.43 | - |
| YUV | 102.19 | 109.84 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 70 | 0 | 0.51 | 0.56 | 0.37 | 6 | 0.39 | 0.45 |
| Hex | A0 | 4F | 46 | 0 | 33 | 38 | 25 | 6 | 27 | 2D |
| Octal | 240 | 117 | 106 | 0 | 63 | 70 | 45 | 6 | 47 | 55 |
| Binary | 10100000 | 1001111 | 1000110 | 0 | 110011 | 111000 | 100101 | 110 | 100111 | 101101 |
Color Harmonies of #A04F46
Complementary color
Monochromatic Colors of #A04F46
Black with #A04F46
Text Example
Text Example
White with #A04F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04F46; }
p { color: rgb(160,79,70); }
H1.HeaderClassName
{
color: #A04F46;
}
.AnyTagClassName
{
color: #A04F46;
}
</style>
background-color css
<style>
a { background-color: #A04F46; }
a { background-color: rgb(160,79,70); }
div.DivClassName
{
background-color: #A04F46;
}
.BgClassName
{
background-color: #A04F46;
}
</style>
border-color css
<style>
span { border-color: #A04F46; }
span { border-color: rgb(160,79,70); }
td.TdClassName
{
border-color: #A04F46;
}
.TagClassName
{
border-color: #A04F46;
}
</style>