Shades of Roof Terracotta #A74845
Tints of Roof Terracotta #A74845
RGB
CMYK
RGB Variations
Color information
#A74845 (or 0xA74845) is known color: Roof Terracotta. HEX triplet: A7, 48 and 45. RGB value is (167,72,69). Sum of RGB (Red+Green+Blue) = 167+72+69=308 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.22% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 167 - color contains mainly: red. Hex color #A74845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74845 is #58B7BA. Grayscale: #646464. Windows color (decimal): -5814203 or 4540583. OLE color: 4540583.
HSL color Cylindrical-coordinate representation of color #A74845: hue angle of 1.84º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A74845 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 72 | 69 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.35 |
| HSL | 1.84º | 0.42% | 0.46% | - |
| HSV(B) | 1.84º | 0.59% | 0.65% | - |
| XYZ | 19.33 | 13.28 | 7.17 | - |
| YUV | 100.06 | 110.47 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 72 | 69 | 0 | 0.57 | 0.59 | 0.35 | 1.84 | 0.42 | 0.46 |
| Hex | A7 | 48 | 45 | 0 | 39 | 3B | 23 | 2 | 2A | 2E |
| Octal | 247 | 110 | 105 | 0 | 71 | 73 | 43 | 2 | 52 | 56 |
| Binary | 10100111 | 1001000 | 1000101 | 0 | 111001 | 111011 | 100011 | 10 | 101010 | 101110 |
Color Harmonies of #A74845
Complementary color
Monochromatic Colors of #A74845
Black with #A74845
Text Example
Text Example
White with #A74845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74845; }
p { color: rgb(167,72,69); }
H1.HeaderClassName
{
color: #A74845;
}
.AnyTagClassName
{
color: #A74845;
}
</style>
background-color css
<style>
a { background-color: #A74845; }
a { background-color: rgb(167,72,69); }
div.DivClassName
{
background-color: #A74845;
}
.BgClassName
{
background-color: #A74845;
}
</style>
border-color css
<style>
span { border-color: #A74845; }
span { border-color: rgb(167,72,69); }
td.TdClassName
{
border-color: #A74845;
}
.TagClassName
{
border-color: #A74845;
}
</style>