Shades of Roof Terracotta #A74343
Tints of Roof Terracotta #A74343
RGB
CMYK
RGB Variations
Color information
#A74343 (or 0xA74343) is known color: Roof Terracotta. HEX triplet: A7, 43 and 43. RGB value is (167,67,67). Sum of RGB (Red+Green+Blue) = 167+67+67=301 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.48% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 67 (26.56% from 255 or 22.26% from 301); Max value from RGB is 167 - color contains mainly: red. Hex color #A74343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74343 is #58BCBC. Grayscale: #616161. Windows color (decimal): -5815485 or 4408231. OLE color: 4408231.
HSL color Cylindrical-coordinate representation of color #A74343: hue angle of 0º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A74343 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 67 | 67 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.35 |
| HSL | 0º | 0.43% | 0.46% | - |
| HSV(B) | 0º | 0.6% | 0.65% | - |
| XYZ | 18.96 | 12.64 | 6.75 | - |
| YUV | 96.9 | 111.13 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 67 | 67 | 0 | 0.60 | 0.60 | 0.35 | 0 | 0.43 | 0.46 |
| Hex | A7 | 43 | 43 | 0 | 3C | 3C | 23 | 0 | 2B | 2E |
| Octal | 247 | 103 | 103 | 0 | 74 | 74 | 43 | 0 | 53 | 56 |
| Binary | 10100111 | 1000011 | 1000011 | 0 | 111100 | 111100 | 100011 | 0 | 101011 | 101110 |
Color Harmonies of #A74343
Complementary color
Monochromatic Colors of #A74343
Black with #A74343
Text Example
Text Example
White with #A74343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74343; }
p { color: rgb(167,67,67); }
H1.HeaderClassName
{
color: #A74343;
}
.AnyTagClassName
{
color: #A74343;
}
</style>
background-color css
<style>
a { background-color: #A74343; }
a { background-color: rgb(167,67,67); }
div.DivClassName
{
background-color: #A74343;
}
.BgClassName
{
background-color: #A74343;
}
</style>
border-color css
<style>
span { border-color: #A74343; }
span { border-color: rgb(167,67,67); }
td.TdClassName
{
border-color: #A74343;
}
.TagClassName
{
border-color: #A74343;
}
</style>