Shades of Roof Terracotta #A34C3F
Tints of Roof Terracotta #A34C3F
RGB
CMYK
RGB Variations
Color information
#A34C3F (or 0xA34C3F) is known color: Roof Terracotta. HEX triplet: A3, 4C and 3F. RGB value is (163,76,63). Sum of RGB (Red+Green+Blue) = 163+76+63=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34C3F is #5CB3C0. Grayscale: #646464. Windows color (decimal): -6075329 or 4148387. OLE color: 4148387.
HSL color Cylindrical-coordinate representation of color #A34C3F: hue angle of 7.8º 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 #A34C3F is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 76 | 63 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.36 |
| HSL | 7.8º | 0.44% | 0.44% | - |
| HSV(B) | 7.8º | 0.61% | 0.64% | - |
| XYZ | 18.59 | 13.31 | 6.29 | - |
| YUV | 100.53 | 106.82 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 76 | 63 | 0 | 0.53 | 0.61 | 0.36 | 7.8 | 0.44 | 0.44 |
| Hex | A3 | 4C | 3F | 0 | 35 | 3D | 24 | 8 | 2C | 2C |
| Octal | 243 | 114 | 77 | 0 | 65 | 75 | 44 | 10 | 54 | 54 |
| Binary | 10100011 | 1001100 | 111111 | 0 | 110101 | 111101 | 100100 | 1000 | 101100 | 101100 |
Color Harmonies of #A34C3F
Complementary color
Monochromatic Colors of #A34C3F
Black with #A34C3F
Text Example
Text Example
White with #A34C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34C3F; }
p { color: rgb(163,76,63); }
H1.HeaderClassName
{
color: #A34C3F;
}
.AnyTagClassName
{
color: #A34C3F;
}
</style>
background-color css
<style>
a { background-color: #A34C3F; }
a { background-color: rgb(163,76,63); }
div.DivClassName
{
background-color: #A34C3F;
}
.BgClassName
{
background-color: #A34C3F;
}
</style>
border-color css
<style>
span { border-color: #A34C3F; }
span { border-color: rgb(163,76,63); }
td.TdClassName
{
border-color: #A34C3F;
}
.TagClassName
{
border-color: #A34C3F;
}
</style>