Shades of Roof Terracotta #A3463F
Tints of Roof Terracotta #A3463F
RGB
CMYK
RGB Variations
Color information
#A3463F (or 0xA3463F) is known color: Roof Terracotta. HEX triplet: A3, 46 and 3F. RGB value is (163,70,63). Sum of RGB (Red+Green+Blue) = 163+70+63=296 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.07% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 163 - color contains mainly: red. Hex color #A3463F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3463F is #5CB9C0. Grayscale: #616161. Windows color (decimal): -6076865 or 4146851. OLE color: 4146851.
HSL color Cylindrical-coordinate representation of color #A3463F: hue angle of 4.2º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A3463F is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 70 | 63 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.36 |
| HSL | 4.2º | 0.44% | 0.44% | - |
| HSV(B) | 4.2º | 0.61% | 0.64% | - |
| XYZ | 18.19 | 12.53 | 6.16 | - |
| YUV | 97.01 | 108.81 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 70 | 63 | 0 | 0.57 | 0.61 | 0.36 | 4.2 | 0.44 | 0.44 |
| Hex | A3 | 46 | 3F | 0 | 39 | 3D | 24 | 4 | 2C | 2C |
| Octal | 243 | 106 | 77 | 0 | 71 | 75 | 44 | 4 | 54 | 54 |
| Binary | 10100011 | 1000110 | 111111 | 0 | 111001 | 111101 | 100100 | 100 | 101100 | 101100 |
Color Harmonies of #A3463F
Complementary color
Monochromatic Colors of #A3463F
Black with #A3463F
Text Example
Text Example
White with #A3463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3463F; }
p { color: rgb(163,70,63); }
H1.HeaderClassName
{
color: #A3463F;
}
.AnyTagClassName
{
color: #A3463F;
}
</style>
background-color css
<style>
a { background-color: #A3463F; }
a { background-color: rgb(163,70,63); }
div.DivClassName
{
background-color: #A3463F;
}
.BgClassName
{
background-color: #A3463F;
}
</style>
border-color css
<style>
span { border-color: #A3463F; }
span { border-color: rgb(163,70,63); }
td.TdClassName
{
border-color: #A3463F;
}
.TagClassName
{
border-color: #A3463F;
}
</style>