Shades of Roof Terracotta #A2413D
Tints of Roof Terracotta #A2413D
RGB
CMYK
RGB Variations
Color information
#A2413D (or 0xA2413D) is known color: Roof Terracotta. HEX triplet: A2, 41 and 3D. RGB value is (162,65,61). Sum of RGB (Red+Green+Blue) = 162+65+61=288 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.25% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 162 - color contains mainly: red. Hex color #A2413D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2413D is #5DBEC2. Grayscale: #5D5D5D. Windows color (decimal): -6143683 or 4014498. OLE color: 4014498.
HSL color Cylindrical-coordinate representation of color #A2413D: hue angle of 2.38º 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 #A2413D is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 65 | 61 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.36 |
| HSL | 2.38º | 0.45% | 0.44% | - |
| HSV(B) | 2.38º | 0.62% | 0.64% | - |
| XYZ | 17.63 | 11.8 | 5.76 | - |
| YUV | 93.55 | 109.64 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 65 | 61 | 0 | 0.60 | 0.62 | 0.36 | 2.38 | 0.45 | 0.44 |
| Hex | A2 | 41 | 3D | 0 | 3C | 3E | 24 | 2 | 2D | 2C |
| Octal | 242 | 101 | 75 | 0 | 74 | 76 | 44 | 2 | 55 | 54 |
| Binary | 10100010 | 1000001 | 111101 | 0 | 111100 | 111110 | 100100 | 10 | 101101 | 101100 |
Color Harmonies of #A2413D
Complementary color
Monochromatic Colors of #A2413D
Black with #A2413D
Text Example
Text Example
White with #A2413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2413D; }
p { color: rgb(162,65,61); }
H1.HeaderClassName
{
color: #A2413D;
}
.AnyTagClassName
{
color: #A2413D;
}
</style>
background-color css
<style>
a { background-color: #A2413D; }
a { background-color: rgb(162,65,61); }
div.DivClassName
{
background-color: #A2413D;
}
.BgClassName
{
background-color: #A2413D;
}
</style>
border-color css
<style>
span { border-color: #A2413D; }
span { border-color: rgb(162,65,61); }
td.TdClassName
{
border-color: #A2413D;
}
.TagClassName
{
border-color: #A2413D;
}
</style>