Shades of Roof Terracotta #A2493F
Tints of Roof Terracotta #A2493F
RGB
CMYK
RGB Variations
Color information
#A2493F (or 0xA2493F) is known color: Roof Terracotta. HEX triplet: A2, 49 and 3F. RGB value is (162,73,63). Sum of RGB (Red+Green+Blue) = 162+73+63=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A2493F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2493F is #5DB6C0. Grayscale: #626262. Windows color (decimal): -6141633 or 4147618. OLE color: 4147618.
HSL color Cylindrical-coordinate representation of color #A2493F: hue angle of 6.06º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2493F is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 73 | 63 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.36 |
| HSL | 6.06º | 0.44% | 0.44% | - |
| HSV(B) | 6.06º | 0.61% | 0.64% | - |
| XYZ | 18.18 | 12.81 | 6.22 | - |
| YUV | 98.47 | 107.99 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 63 | 0 | 0.55 | 0.61 | 0.36 | 6.06 | 0.44 | 0.44 |
| Hex | A2 | 49 | 3F | 0 | 37 | 3D | 24 | 6 | 2C | 2C |
| Octal | 242 | 111 | 77 | 0 | 67 | 75 | 44 | 6 | 54 | 54 |
| Binary | 10100010 | 1001001 | 111111 | 0 | 110111 | 111101 | 100100 | 110 | 101100 | 101100 |
Color Harmonies of #A2493F
Complementary color
Monochromatic Colors of #A2493F
Black with #A2493F
Text Example
Text Example
White with #A2493F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2493F; }
p { color: rgb(162,73,63); }
H1.HeaderClassName
{
color: #A2493F;
}
.AnyTagClassName
{
color: #A2493F;
}
</style>
background-color css
<style>
a { background-color: #A2493F; }
a { background-color: rgb(162,73,63); }
div.DivClassName
{
background-color: #A2493F;
}
.BgClassName
{
background-color: #A2493F;
}
</style>
border-color css
<style>
span { border-color: #A2493F; }
span { border-color: rgb(162,73,63); }
td.TdClassName
{
border-color: #A2493F;
}
.TagClassName
{
border-color: #A2493F;
}
</style>