Shades of Roof Terracotta #A5463C
Tints of Roof Terracotta #A5463C
RGB
CMYK
RGB Variations
Color information
#A5463C (or 0xA5463C) is known color: Roof Terracotta. HEX triplet: A5, 46 and 3C. RGB value is (165,70,60). Sum of RGB (Red+Green+Blue) = 165+70+60=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A5463C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5463C is #5AB9C3. Grayscale: #616161. Windows color (decimal): -5945796 or 3950245. OLE color: 3950245.
HSL color Cylindrical-coordinate representation of color #A5463C: hue angle of 5.71º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A5463C is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 70 | 60 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.35 |
| HSL | 5.71º | 0.47% | 0.44% | - |
| HSV(B) | 5.71º | 0.64% | 0.65% | - |
| XYZ | 18.52 | 12.71 | 5.75 | - |
| YUV | 97.27 | 106.97 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 70 | 60 | 0 | 0.58 | 0.64 | 0.35 | 5.71 | 0.47 | 0.44 |
| Hex | A5 | 46 | 3C | 0 | 3A | 40 | 23 | 6 | 2F | 2C |
| Octal | 245 | 106 | 74 | 0 | 72 | 100 | 43 | 6 | 57 | 54 |
| Binary | 10100101 | 1000110 | 111100 | 0 | 111010 | 1000000 | 100011 | 110 | 101111 | 101100 |
Color Harmonies of #A5463C
Complementary color
Monochromatic Colors of #A5463C
Black with #A5463C
Text Example
Text Example
White with #A5463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5463C; }
p { color: rgb(165,70,60); }
H1.HeaderClassName
{
color: #A5463C;
}
.AnyTagClassName
{
color: #A5463C;
}
</style>
background-color css
<style>
a { background-color: #A5463C; }
a { background-color: rgb(165,70,60); }
div.DivClassName
{
background-color: #A5463C;
}
.BgClassName
{
background-color: #A5463C;
}
</style>
border-color css
<style>
span { border-color: #A5463C; }
span { border-color: rgb(165,70,60); }
td.TdClassName
{
border-color: #A5463C;
}
.TagClassName
{
border-color: #A5463C;
}
</style>