Shades of Roof Terracotta #A6413F
Tints of Roof Terracotta #A6413F
RGB
CMYK
RGB Variations
Color information
#A6413F (or 0xA6413F) is known color: Roof Terracotta. HEX triplet: A6, 41 and 3F. RGB value is (166,65,63). Sum of RGB (Red+Green+Blue) = 166+65+63=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A6413F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6413F is #59BEC0. Grayscale: #5F5F5F. Windows color (decimal): -5881537 or 4145574. OLE color: 4145574.
HSL color Cylindrical-coordinate representation of color #A6413F: hue angle of 1.17º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A6413F is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 65 | 63 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.35 |
| HSL | 1.17º | 0.45% | 0.45% | - |
| HSV(B) | 1.17º | 0.62% | 0.65% | - |
| XYZ | 18.51 | 12.25 | 6.09 | - |
| YUV | 94.97 | 109.96 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 63 | 0 | 0.61 | 0.62 | 0.35 | 1.17 | 0.45 | 0.45 |
| Hex | A6 | 41 | 3F | 0 | 3D | 3E | 23 | 1 | 2D | 2D |
| Octal | 246 | 101 | 77 | 0 | 75 | 76 | 43 | 1 | 55 | 55 |
| Binary | 10100110 | 1000001 | 111111 | 0 | 111101 | 111110 | 100011 | 1 | 101101 | 101101 |
Color Harmonies of #A6413F
Complementary color
Monochromatic Colors of #A6413F
Black with #A6413F
Text Example
Text Example
White with #A6413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6413F; }
p { color: rgb(166,65,63); }
H1.HeaderClassName
{
color: #A6413F;
}
.AnyTagClassName
{
color: #A6413F;
}
</style>
background-color css
<style>
a { background-color: #A6413F; }
a { background-color: rgb(166,65,63); }
div.DivClassName
{
background-color: #A6413F;
}
.BgClassName
{
background-color: #A6413F;
}
</style>
border-color css
<style>
span { border-color: #A6413F; }
span { border-color: rgb(166,65,63); }
td.TdClassName
{
border-color: #A6413F;
}
.TagClassName
{
border-color: #A6413F;
}
</style>