Shades of Roof Terracotta #A2473D
Tints of Roof Terracotta #A2473D
RGB
CMYK
RGB Variations
Color information
#A2473D (or 0xA2473D) is known color: Roof Terracotta. HEX triplet: A2, 47 and 3D. RGB value is (162,71,61). Sum of RGB (Red+Green+Blue) = 162+71+61=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A2473D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2473D is #5DB8C2. Grayscale: #616161. Windows color (decimal): -6142147 or 4016034. OLE color: 4016034.
HSL color Cylindrical-coordinate representation of color #A2473D: hue angle of 5.94º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2473D is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 71 | 61 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.36 |
| HSL | 5.94º | 0.45% | 0.44% | - |
| HSV(B) | 5.94º | 0.62% | 0.64% | - |
| XYZ | 18 | 12.52 | 5.88 | - |
| YUV | 97.07 | 107.65 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 71 | 61 | 0 | 0.56 | 0.62 | 0.36 | 5.94 | 0.45 | 0.44 |
| Hex | A2 | 47 | 3D | 0 | 38 | 3E | 24 | 6 | 2D | 2C |
| Octal | 242 | 107 | 75 | 0 | 70 | 76 | 44 | 6 | 55 | 54 |
| Binary | 10100010 | 1000111 | 111101 | 0 | 111000 | 111110 | 100100 | 110 | 101101 | 101100 |
Color Harmonies of #A2473D
Complementary color
Monochromatic Colors of #A2473D
Black with #A2473D
Text Example
Text Example
White with #A2473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2473D; }
p { color: rgb(162,71,61); }
H1.HeaderClassName
{
color: #A2473D;
}
.AnyTagClassName
{
color: #A2473D;
}
</style>
background-color css
<style>
a { background-color: #A2473D; }
a { background-color: rgb(162,71,61); }
div.DivClassName
{
background-color: #A2473D;
}
.BgClassName
{
background-color: #A2473D;
}
</style>
border-color css
<style>
span { border-color: #A2473D; }
span { border-color: rgb(162,71,61); }
td.TdClassName
{
border-color: #A2473D;
}
.TagClassName
{
border-color: #A2473D;
}
</style>