Shades of Roof Terracotta #A04D4A
Tints of Roof Terracotta #A04D4A
RGB
CMYK
RGB Variations
Color information
#A04D4A (or 0xA04D4A) is known color: Roof Terracotta. HEX triplet: A0, 4D and 4A. RGB value is (160,77,74). Sum of RGB (Red+Green+Blue) = 160+77+74=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04D4A is #5FB2B5. Grayscale: #656565. Windows color (decimal): -6271670 or 4869536. OLE color: 4869536.
HSL color Cylindrical-coordinate representation of color #A04D4A: hue angle of 2.09º 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 #A04D4A is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 77 | 74 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.37 |
| HSL | 2.09º | 0.37% | 0.46% | - |
| HSV(B) | 2.09º | 0.54% | 0.63% | - |
| XYZ | 18.39 | 13.28 | 8.07 | - |
| YUV | 101.48 | 112.5 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 74 | 0 | 0.52 | 0.54 | 0.37 | 2.09 | 0.37 | 0.46 |
| Hex | A0 | 4D | 4A | 0 | 34 | 36 | 25 | 2 | 25 | 2E |
| Octal | 240 | 115 | 112 | 0 | 64 | 66 | 45 | 2 | 45 | 56 |
| Binary | 10100000 | 1001101 | 1001010 | 0 | 110100 | 110110 | 100101 | 10 | 100101 | 101110 |
Color Harmonies of #A04D4A
Complementary color
Monochromatic Colors of #A04D4A
Black with #A04D4A
Text Example
Text Example
White with #A04D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04D4A; }
p { color: rgb(160,77,74); }
H1.HeaderClassName
{
color: #A04D4A;
}
.AnyTagClassName
{
color: #A04D4A;
}
</style>
background-color css
<style>
a { background-color: #A04D4A; }
a { background-color: rgb(160,77,74); }
div.DivClassName
{
background-color: #A04D4A;
}
.BgClassName
{
background-color: #A04D4A;
}
</style>
border-color css
<style>
span { border-color: #A04D4A; }
span { border-color: rgb(160,77,74); }
td.TdClassName
{
border-color: #A04D4A;
}
.TagClassName
{
border-color: #A04D4A;
}
</style>