Shades of Roof Terracotta #A6473D
Tints of Roof Terracotta #A6473D
RGB
CMYK
RGB Variations
Color information
#A6473D (or 0xA6473D) is known color: Roof Terracotta. HEX triplet: A6, 47 and 3D. RGB value is (166,71,61). Sum of RGB (Red+Green+Blue) = 166+71+61=298 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.70% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 166 - color contains mainly: red. Hex color #A6473D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6473D is #59B8C2. Grayscale: #626262. Windows color (decimal): -5880003 or 4016038. OLE color: 4016038.
HSL color Cylindrical-coordinate representation of color #A6473D: hue angle of 5.71º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6473D is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 61 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.35 |
| HSL | 5.71º | 0.46% | 0.45% | - |
| HSV(B) | 5.71º | 0.63% | 0.65% | - |
| XYZ | 18.82 | 12.95 | 5.92 | - |
| YUV | 98.27 | 106.97 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 61 | 0 | 0.57 | 0.63 | 0.35 | 5.71 | 0.46 | 0.45 |
| Hex | A6 | 47 | 3D | 0 | 39 | 3F | 23 | 6 | 2E | 2D |
| Octal | 246 | 107 | 75 | 0 | 71 | 77 | 43 | 6 | 56 | 55 |
| Binary | 10100110 | 1000111 | 111101 | 0 | 111001 | 111111 | 100011 | 110 | 101110 | 101101 |
Color Harmonies of #A6473D
Complementary color
Monochromatic Colors of #A6473D
Black with #A6473D
Text Example
Text Example
White with #A6473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6473D; }
p { color: rgb(166,71,61); }
H1.HeaderClassName
{
color: #A6473D;
}
.AnyTagClassName
{
color: #A6473D;
}
</style>
background-color css
<style>
a { background-color: #A6473D; }
a { background-color: rgb(166,71,61); }
div.DivClassName
{
background-color: #A6473D;
}
.BgClassName
{
background-color: #A6473D;
}
</style>
border-color css
<style>
span { border-color: #A6473D; }
span { border-color: rgb(166,71,61); }
td.TdClassName
{
border-color: #A6473D;
}
.TagClassName
{
border-color: #A6473D;
}
</style>