Shades of Roof Terracotta #A84845
Tints of Roof Terracotta #A84845
RGB
CMYK
RGB Variations
Color information
#A84845 (or 0xA84845) is known color: Roof Terracotta. HEX triplet: A8, 48 and 45. RGB value is (168,72,69). Sum of RGB (Red+Green+Blue) = 168+72+69=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A84845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84845 is #57B7BA. Grayscale: #646464. Windows color (decimal): -5748667 or 4540584. OLE color: 4540584.
HSL color Cylindrical-coordinate representation of color #A84845: hue angle of 1.82º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A84845 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 72 | 69 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.34 |
| HSL | 1.82º | 0.42% | 0.46% | - |
| HSV(B) | 1.82º | 0.59% | 0.66% | - |
| XYZ | 19.54 | 13.39 | 7.18 | - |
| YUV | 100.36 | 110.3 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 69 | 0 | 0.57 | 0.59 | 0.34 | 1.82 | 0.42 | 0.46 |
| Hex | A8 | 48 | 45 | 0 | 39 | 3B | 22 | 2 | 2A | 2E |
| Octal | 250 | 110 | 105 | 0 | 71 | 73 | 42 | 2 | 52 | 56 |
| Binary | 10101000 | 1001000 | 1000101 | 0 | 111001 | 111011 | 100010 | 10 | 101010 | 101110 |
Color Harmonies of #A84845
Complementary color
Monochromatic Colors of #A84845
Black with #A84845
Text Example
Text Example
White with #A84845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84845; }
p { color: rgb(168,72,69); }
H1.HeaderClassName
{
color: #A84845;
}
.AnyTagClassName
{
color: #A84845;
}
</style>
background-color css
<style>
a { background-color: #A84845; }
a { background-color: rgb(168,72,69); }
div.DivClassName
{
background-color: #A84845;
}
.BgClassName
{
background-color: #A84845;
}
</style>
border-color css
<style>
span { border-color: #A84845; }
span { border-color: rgb(168,72,69); }
td.TdClassName
{
border-color: #A84845;
}
.TagClassName
{
border-color: #A84845;
}
</style>