Shades of Roof Terracotta #A84945
Tints of Roof Terracotta #A84945
RGB
CMYK
RGB Variations
Color information
#A84945 (or 0xA84945) is known color: Roof Terracotta. HEX triplet: A8, 49 and 45. RGB value is (168,73,69). Sum of RGB (Red+Green+Blue) = 168+73+69=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A84945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84945 is #57B6BA. Grayscale: #656565. Windows color (decimal): -5748411 or 4540840. OLE color: 4540840.
HSL color Cylindrical-coordinate representation of color #A84945: hue angle of 2.42º 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 #A84945 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 73 | 69 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.34 |
| HSL | 2.42º | 0.42% | 0.46% | - |
| HSV(B) | 2.42º | 0.59% | 0.66% | - |
| XYZ | 19.61 | 13.52 | 7.21 | - |
| YUV | 100.95 | 109.97 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 69 | 0 | 0.57 | 0.59 | 0.34 | 2.42 | 0.42 | 0.46 |
| Hex | A8 | 49 | 45 | 0 | 39 | 3B | 22 | 2 | 2A | 2E |
| Octal | 250 | 111 | 105 | 0 | 71 | 73 | 42 | 2 | 52 | 56 |
| Binary | 10101000 | 1001001 | 1000101 | 0 | 111001 | 111011 | 100010 | 10 | 101010 | 101110 |
Color Harmonies of #A84945
Complementary color
Monochromatic Colors of #A84945
Black with #A84945
Text Example
Text Example
White with #A84945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84945; }
p { color: rgb(168,73,69); }
H1.HeaderClassName
{
color: #A84945;
}
.AnyTagClassName
{
color: #A84945;
}
</style>
background-color css
<style>
a { background-color: #A84945; }
a { background-color: rgb(168,73,69); }
div.DivClassName
{
background-color: #A84945;
}
.BgClassName
{
background-color: #A84945;
}
</style>
border-color css
<style>
span { border-color: #A84945; }
span { border-color: rgb(168,73,69); }
td.TdClassName
{
border-color: #A84945;
}
.TagClassName
{
border-color: #A84945;
}
</style>