Shades of Roof Terracotta #A04948
Tints of Roof Terracotta #A04948
RGB
CMYK
RGB Variations
Color information
#A04948 (or 0xA04948) is known color: Roof Terracotta. HEX triplet: A0, 49 and 48. RGB value is (160,73,72). Sum of RGB (Red+Green+Blue) = 160+73+72=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A04948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04948 is #5FB6B7. Grayscale: #626262. Windows color (decimal): -6272696 or 4737440. OLE color: 4737440.
HSL color Cylindrical-coordinate representation of color #A04948: hue angle of 0.68º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A04948 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 73 | 72 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.37 |
| HSL | 0.68º | 0.38% | 0.45% | - |
| HSV(B) | 0.68º | 0.55% | 0.63% | - |
| XYZ | 18.05 | 12.71 | 7.63 | - |
| YUV | 98.9 | 112.82 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 72 | 0 | 0.54 | 0.55 | 0.37 | 0.68 | 0.38 | 0.45 |
| Hex | A0 | 49 | 48 | 0 | 36 | 37 | 25 | 1 | 26 | 2D |
| Octal | 240 | 111 | 110 | 0 | 66 | 67 | 45 | 1 | 46 | 55 |
| Binary | 10100000 | 1001001 | 1001000 | 0 | 110110 | 110111 | 100101 | 1 | 100110 | 101101 |
Color Harmonies of #A04948
Complementary color
Monochromatic Colors of #A04948
Black with #A04948
Text Example
Text Example
White with #A04948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04948; }
p { color: rgb(160,73,72); }
H1.HeaderClassName
{
color: #A04948;
}
.AnyTagClassName
{
color: #A04948;
}
</style>
background-color css
<style>
a { background-color: #A04948; }
a { background-color: rgb(160,73,72); }
div.DivClassName
{
background-color: #A04948;
}
.BgClassName
{
background-color: #A04948;
}
</style>
border-color css
<style>
span { border-color: #A04948; }
span { border-color: rgb(160,73,72); }
td.TdClassName
{
border-color: #A04948;
}
.TagClassName
{
border-color: #A04948;
}
</style>