Shades of Roof Terracotta #A7403F
Tints of Roof Terracotta #A7403F
RGB
CMYK
RGB Variations
Color information
#A7403F (or 0xA7403F) is known color: Roof Terracotta. HEX triplet: A7, 40 and 3F. RGB value is (167,64,63). Sum of RGB (Red+Green+Blue) = 167+64+63=294 (38% of max value = 765). Red value is 167 (65.62% from 255 or 56.80% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 167 - color contains mainly: red. Hex color #A7403F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7403F is #58BFC0. Grayscale: #5E5E5E. Windows color (decimal): -5816257 or 4145319. OLE color: 4145319.
HSL color Cylindrical-coordinate representation of color #A7403F: hue angle of 0.58º 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 #A7403F is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 64 | 63 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.35 |
| HSL | 0.58º | 0.45% | 0.45% | - |
| HSV(B) | 0.58º | 0.62% | 0.65% | - |
| XYZ | 18.67 | 12.24 | 6.08 | - |
| YUV | 94.68 | 110.12 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 64 | 63 | 0 | 0.62 | 0.62 | 0.35 | 0.58 | 0.45 | 0.45 |
| Hex | A7 | 40 | 3F | 0 | 3E | 3E | 23 | 1 | 2D | 2D |
| Octal | 247 | 100 | 77 | 0 | 76 | 76 | 43 | 1 | 55 | 55 |
| Binary | 10100111 | 1000000 | 111111 | 0 | 111110 | 111110 | 100011 | 1 | 101101 | 101101 |
Color Harmonies of #A7403F
Complementary color
Monochromatic Colors of #A7403F
Black with #A7403F
Text Example
Text Example
White with #A7403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7403F; }
p { color: rgb(167,64,63); }
H1.HeaderClassName
{
color: #A7403F;
}
.AnyTagClassName
{
color: #A7403F;
}
</style>
background-color css
<style>
a { background-color: #A7403F; }
a { background-color: rgb(167,64,63); }
div.DivClassName
{
background-color: #A7403F;
}
.BgClassName
{
background-color: #A7403F;
}
</style>
border-color css
<style>
span { border-color: #A7403F; }
span { border-color: rgb(167,64,63); }
td.TdClassName
{
border-color: #A7403F;
}
.TagClassName
{
border-color: #A7403F;
}
</style>