Shades of Roof Terracotta #A54040
Tints of Roof Terracotta #A54040
RGB
CMYK
RGB Variations
Color information
#A54040 (or 0xA54040) is known color: Roof Terracotta. HEX triplet: A5, 40 and 40. RGB value is (165,64,64). Sum of RGB (Red+Green+Blue) = 165+64+64=293 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.31% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 165 - color contains mainly: red. Hex color #A54040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54040 is #5ABFBF. Grayscale: #5E5E5E. Windows color (decimal): -5947328 or 4210853. OLE color: 4210853.
HSL color Cylindrical-coordinate representation of color #A54040: hue angle of 0º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A54040 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 64 | 64 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.35 |
| HSL | 0º | 0.44% | 0.45% | - |
| HSV(B) | 0º | 0.61% | 0.65% | - |
| XYZ | 18.28 | 12.04 | 6.21 | - |
| YUV | 94.2 | 110.96 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 64 | 64 | 0 | 0.61 | 0.61 | 0.35 | 0 | 0.44 | 0.45 |
| Hex | A5 | 40 | 40 | 0 | 3D | 3D | 23 | 0 | 2C | 2D |
| Octal | 245 | 100 | 100 | 0 | 75 | 75 | 43 | 0 | 54 | 55 |
| Binary | 10100101 | 1000000 | 1000000 | 0 | 111101 | 111101 | 100011 | 0 | 101100 | 101101 |
Color Harmonies of #A54040
Complementary color
Monochromatic Colors of #A54040
Black with #A54040
Text Example
Text Example
White with #A54040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54040; }
p { color: rgb(165,64,64); }
H1.HeaderClassName
{
color: #A54040;
}
.AnyTagClassName
{
color: #A54040;
}
</style>
background-color css
<style>
a { background-color: #A54040; }
a { background-color: rgb(165,64,64); }
div.DivClassName
{
background-color: #A54040;
}
.BgClassName
{
background-color: #A54040;
}
</style>
border-color css
<style>
span { border-color: #A54040; }
span { border-color: rgb(165,64,64); }
td.TdClassName
{
border-color: #A54040;
}
.TagClassName
{
border-color: #A54040;
}
</style>