Shades of Roof Terracotta #A54C3E
Tints of Roof Terracotta #A54C3E
RGB
CMYK
RGB Variations
Color information
#A54C3E (or 0xA54C3E) is known color: Roof Terracotta. HEX triplet: A5, 4C and 3E. RGB value is (165,76,62). Sum of RGB (Red+Green+Blue) = 165+76+62=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54C3E is #5AB3C1. Grayscale: #656565. Windows color (decimal): -5944258 or 4082853. OLE color: 4082853.
HSL color Cylindrical-coordinate representation of color #A54C3E: hue angle of 8.16º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A54C3E is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 76 | 62 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.35 |
| HSL | 8.16º | 0.45% | 0.45% | - |
| HSV(B) | 8.16º | 0.62% | 0.65% | - |
| XYZ | 18.97 | 13.52 | 6.17 | - |
| YUV | 101.02 | 105.99 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 76 | 62 | 0 | 0.54 | 0.62 | 0.35 | 8.16 | 0.45 | 0.45 |
| Hex | A5 | 4C | 3E | 0 | 36 | 3E | 23 | 8 | 2D | 2D |
| Octal | 245 | 114 | 76 | 0 | 66 | 76 | 43 | 10 | 55 | 55 |
| Binary | 10100101 | 1001100 | 111110 | 0 | 110110 | 111110 | 100011 | 1000 | 101101 | 101101 |
Color Harmonies of #A54C3E
Complementary color
Monochromatic Colors of #A54C3E
Black with #A54C3E
Text Example
Text Example
White with #A54C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54C3E; }
p { color: rgb(165,76,62); }
H1.HeaderClassName
{
color: #A54C3E;
}
.AnyTagClassName
{
color: #A54C3E;
}
</style>
background-color css
<style>
a { background-color: #A54C3E; }
a { background-color: rgb(165,76,62); }
div.DivClassName
{
background-color: #A54C3E;
}
.BgClassName
{
background-color: #A54C3E;
}
</style>
border-color css
<style>
span { border-color: #A54C3E; }
span { border-color: rgb(165,76,62); }
td.TdClassName
{
border-color: #A54C3E;
}
.TagClassName
{
border-color: #A54C3E;
}
</style>