Shades of Roof Terracotta #A3413D
Tints of Roof Terracotta #A3413D
RGB
CMYK
RGB Variations
Color information
#A3413D (or 0xA3413D) is known color: Roof Terracotta. HEX triplet: A3, 41 and 3D. RGB value is (163,65,61). Sum of RGB (Red+Green+Blue) = 163+65+61=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A3413D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3413D is #5CBEC2. Grayscale: #5D5D5D. Windows color (decimal): -6078147 or 4014499. OLE color: 4014499.
HSL color Cylindrical-coordinate representation of color #A3413D: hue angle of 2.35º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A3413D is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 65 | 61 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.36 |
| HSL | 2.35º | 0.46% | 0.44% | - |
| HSV(B) | 2.35º | 0.63% | 0.64% | - |
| XYZ | 17.84 | 11.9 | 5.77 | - |
| YUV | 93.85 | 109.47 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 65 | 61 | 0 | 0.60 | 0.63 | 0.36 | 2.35 | 0.46 | 0.44 |
| Hex | A3 | 41 | 3D | 0 | 3C | 3F | 24 | 2 | 2E | 2C |
| Octal | 243 | 101 | 75 | 0 | 74 | 77 | 44 | 2 | 56 | 54 |
| Binary | 10100011 | 1000001 | 111101 | 0 | 111100 | 111111 | 100100 | 10 | 101110 | 101100 |
Color Harmonies of #A3413D
Complementary color
Monochromatic Colors of #A3413D
Black with #A3413D
Text Example
Text Example
White with #A3413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3413D; }
p { color: rgb(163,65,61); }
H1.HeaderClassName
{
color: #A3413D;
}
.AnyTagClassName
{
color: #A3413D;
}
</style>
background-color css
<style>
a { background-color: #A3413D; }
a { background-color: rgb(163,65,61); }
div.DivClassName
{
background-color: #A3413D;
}
.BgClassName
{
background-color: #A3413D;
}
</style>
border-color css
<style>
span { border-color: #A3413D; }
span { border-color: rgb(163,65,61); }
td.TdClassName
{
border-color: #A3413D;
}
.TagClassName
{
border-color: #A3413D;
}
</style>