Shades of Roof Terracotta #A6453B
Tints of Roof Terracotta #A6453B
RGB
CMYK
RGB Variations
Color information
#A6453B (or 0xA6453B) is known color: Roof Terracotta. HEX triplet: A6, 45 and 3B. RGB value is (166,69,59). Sum of RGB (Red+Green+Blue) = 166+69+59=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A6453B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6453B is #59BAC4. Grayscale: #606060. Windows color (decimal): -5880517 or 3884454. OLE color: 3884454.
HSL color Cylindrical-coordinate representation of color #A6453B: hue angle of 5.61º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A6453B is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 69 | 59 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.35 |
| HSL | 5.61º | 0.48% | 0.44% | - |
| HSV(B) | 5.61º | 0.64% | 0.65% | - |
| XYZ | 18.64 | 12.68 | 5.6 | - |
| YUV | 96.86 | 106.64 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 69 | 59 | 0 | 0.58 | 0.64 | 0.35 | 5.61 | 0.48 | 0.44 |
| Hex | A6 | 45 | 3B | 0 | 3A | 40 | 23 | 6 | 30 | 2C |
| Octal | 246 | 105 | 73 | 0 | 72 | 100 | 43 | 6 | 60 | 54 |
| Binary | 10100110 | 1000101 | 111011 | 0 | 111010 | 1000000 | 100011 | 110 | 110000 | 101100 |
Color Harmonies of #A6453B
Complementary color
Monochromatic Colors of #A6453B
Black with #A6453B
Text Example
Text Example
White with #A6453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6453B; }
p { color: rgb(166,69,59); }
H1.HeaderClassName
{
color: #A6453B;
}
.AnyTagClassName
{
color: #A6453B;
}
</style>
background-color css
<style>
a { background-color: #A6453B; }
a { background-color: rgb(166,69,59); }
div.DivClassName
{
background-color: #A6453B;
}
.BgClassName
{
background-color: #A6453B;
}
</style>
border-color css
<style>
span { border-color: #A6453B; }
span { border-color: rgb(166,69,59); }
td.TdClassName
{
border-color: #A6453B;
}
.TagClassName
{
border-color: #A6453B;
}
</style>