Shades of Roof Terracotta #A04C4A
Tints of Roof Terracotta #A04C4A
RGB
CMYK
RGB Variations
Color information
#A04C4A (or 0xA04C4A) is known color: Roof Terracotta. HEX triplet: A0, 4C and 4A. RGB value is (160,76,74). Sum of RGB (Red+Green+Blue) = 160+76+74=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04C4A is #5FB3B5. Grayscale: #646464. Windows color (decimal): -6271926 or 4869280. OLE color: 4869280.
HSL color Cylindrical-coordinate representation of color #A04C4A: hue angle of 1.4º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A04C4A is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 76 | 74 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.37 |
| HSL | 1.4º | 0.37% | 0.46% | - |
| HSV(B) | 1.4º | 0.54% | 0.63% | - |
| XYZ | 18.32 | 13.14 | 8.05 | - |
| YUV | 100.89 | 112.83 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 74 | 0 | 0.52 | 0.54 | 0.37 | 1.4 | 0.37 | 0.46 |
| Hex | A0 | 4C | 4A | 0 | 34 | 36 | 25 | 1 | 25 | 2E |
| Octal | 240 | 114 | 112 | 0 | 64 | 66 | 45 | 1 | 45 | 56 |
| Binary | 10100000 | 1001100 | 1001010 | 0 | 110100 | 110110 | 100101 | 1 | 100101 | 101110 |
Color Harmonies of #A04C4A
Complementary color
Monochromatic Colors of #A04C4A
Black with #A04C4A
Text Example
Text Example
White with #A04C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04C4A; }
p { color: rgb(160,76,74); }
H1.HeaderClassName
{
color: #A04C4A;
}
.AnyTagClassName
{
color: #A04C4A;
}
</style>
background-color css
<style>
a { background-color: #A04C4A; }
a { background-color: rgb(160,76,74); }
div.DivClassName
{
background-color: #A04C4A;
}
.BgClassName
{
background-color: #A04C4A;
}
</style>
border-color css
<style>
span { border-color: #A04C4A; }
span { border-color: rgb(160,76,74); }
td.TdClassName
{
border-color: #A04C4A;
}
.TagClassName
{
border-color: #A04C4A;
}
</style>