Shades of Roof Terracotta #A24945
Tints of Roof Terracotta #A24945
RGB
CMYK
RGB Variations
Color information
#A24945 (or 0xA24945) is known color: Roof Terracotta. HEX triplet: A2, 49 and 45. RGB value is (162,73,69). Sum of RGB (Red+Green+Blue) = 162+73+69=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A24945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24945 is #5DB6BA. Grayscale: #636363. Windows color (decimal): -6141627 or 4540834. OLE color: 4540834.
HSL color Cylindrical-coordinate representation of color #A24945: hue angle of 2.58º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A24945 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 73 | 69 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.36 |
| HSL | 2.58º | 0.4% | 0.45% | - |
| HSV(B) | 2.58º | 0.57% | 0.64% | - |
| XYZ | 18.36 | 12.88 | 7.15 | - |
| YUV | 99.16 | 110.99 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 69 | 0 | 0.55 | 0.57 | 0.36 | 2.58 | 0.4 | 0.45 |
| Hex | A2 | 49 | 45 | 0 | 37 | 39 | 24 | 3 | 28 | 2D |
| Octal | 242 | 111 | 105 | 0 | 67 | 71 | 44 | 3 | 50 | 55 |
| Binary | 10100010 | 1001001 | 1000101 | 0 | 110111 | 111001 | 100100 | 11 | 101000 | 101101 |
Color Harmonies of #A24945
Complementary color
Monochromatic Colors of #A24945
Black with #A24945
Text Example
Text Example
White with #A24945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24945; }
p { color: rgb(162,73,69); }
H1.HeaderClassName
{
color: #A24945;
}
.AnyTagClassName
{
color: #A24945;
}
</style>
background-color css
<style>
a { background-color: #A24945; }
a { background-color: rgb(162,73,69); }
div.DivClassName
{
background-color: #A24945;
}
.BgClassName
{
background-color: #A24945;
}
</style>
border-color css
<style>
span { border-color: #A24945; }
span { border-color: rgb(162,73,69); }
td.TdClassName
{
border-color: #A24945;
}
.TagClassName
{
border-color: #A24945;
}
</style>