Shades of Roof Terracotta #A04D4D
Tints of Roof Terracotta #A04D4D
RGB
CMYK
RGB Variations
Color information
#A04D4D (or 0xA04D4D) is known color: Roof Terracotta. HEX triplet: A0, 4D and 4D. RGB value is (160,77,77). Sum of RGB (Red+Green+Blue) = 160+77+77=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04D4D is #5FB2B2. Grayscale: #656565. Windows color (decimal): -6271667 or 5066144. OLE color: 5066144.
HSL color Cylindrical-coordinate representation of color #A04D4D: hue angle of 0º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A04D4D is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 77 | 77 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.37 |
| HSL | 0º | 0.35% | 0.46% | - |
| HSV(B) | 0º | 0.52% | 0.63% | - |
| XYZ | 18.49 | 13.32 | 8.62 | - |
| YUV | 101.82 | 114 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 77 | 0 | 0.52 | 0.52 | 0.37 | 0 | 0.35 | 0.46 |
| Hex | A0 | 4D | 4D | 0 | 34 | 34 | 25 | 0 | 23 | 2E |
| Octal | 240 | 115 | 115 | 0 | 64 | 64 | 45 | 0 | 43 | 56 |
| Binary | 10100000 | 1001101 | 1001101 | 0 | 110100 | 110100 | 100101 | 0 | 100011 | 101110 |
Color Harmonies of #A04D4D
Complementary color
Monochromatic Colors of #A04D4D
Black with #A04D4D
Text Example
Text Example
White with #A04D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04D4D; }
p { color: rgb(160,77,77); }
H1.HeaderClassName
{
color: #A04D4D;
}
.AnyTagClassName
{
color: #A04D4D;
}
</style>
background-color css
<style>
a { background-color: #A04D4D; }
a { background-color: rgb(160,77,77); }
div.DivClassName
{
background-color: #A04D4D;
}
.BgClassName
{
background-color: #A04D4D;
}
</style>
border-color css
<style>
span { border-color: #A04D4D; }
span { border-color: rgb(160,77,77); }
td.TdClassName
{
border-color: #A04D4D;
}
.TagClassName
{
border-color: #A04D4D;
}
</style>