Shades of Roof Terracotta #A04D46
Tints of Roof Terracotta #A04D46
RGB
CMYK
RGB Variations
Color information
#A04D46 (or 0xA04D46) is known color: Roof Terracotta. HEX triplet: A0, 4D and 46. RGB value is (160,77,70). Sum of RGB (Red+Green+Blue) = 160+77+70=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04D46 is #5FB2B9. Grayscale: #656565. Windows color (decimal): -6271674 or 4607392. OLE color: 4607392.
HSL color Cylindrical-coordinate representation of color #A04D46: hue angle of 4.67º 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 #A04D46 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 77 | 70 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.37 |
| HSL | 4.67º | 0.39% | 0.45% | - |
| HSV(B) | 4.67º | 0.56% | 0.63% | - |
| XYZ | 18.26 | 13.22 | 7.38 | - |
| YUV | 101.02 | 110.5 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 70 | 0 | 0.52 | 0.56 | 0.37 | 4.67 | 0.39 | 0.45 |
| Hex | A0 | 4D | 46 | 0 | 34 | 38 | 25 | 5 | 27 | 2D |
| Octal | 240 | 115 | 106 | 0 | 64 | 70 | 45 | 5 | 47 | 55 |
| Binary | 10100000 | 1001101 | 1000110 | 0 | 110100 | 111000 | 100101 | 101 | 100111 | 101101 |
Color Harmonies of #A04D46
Complementary color
Monochromatic Colors of #A04D46
Black with #A04D46
Text Example
Text Example
White with #A04D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04D46; }
p { color: rgb(160,77,70); }
H1.HeaderClassName
{
color: #A04D46;
}
.AnyTagClassName
{
color: #A04D46;
}
</style>
background-color css
<style>
a { background-color: #A04D46; }
a { background-color: rgb(160,77,70); }
div.DivClassName
{
background-color: #A04D46;
}
.BgClassName
{
background-color: #A04D46;
}
</style>
border-color css
<style>
span { border-color: #A04D46; }
span { border-color: rgb(160,77,70); }
td.TdClassName
{
border-color: #A04D46;
}
.TagClassName
{
border-color: #A04D46;
}
</style>