Shades of Roof Terracotta #A4463B
Tints of Roof Terracotta #A4463B
RGB
CMYK
RGB Variations
Color information
#A4463B (or 0xA4463B) is known color: Roof Terracotta. HEX triplet: A4, 46 and 3B. RGB value is (164,70,59). Sum of RGB (Red+Green+Blue) = 164+70+59=293 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.97% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 164 - color contains mainly: red. Hex color #A4463B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4463B is #5BB9C4. Grayscale: #606060. Windows color (decimal): -6011333 or 3884708. OLE color: 3884708.
HSL color Cylindrical-coordinate representation of color #A4463B: hue angle of 6.29º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A4463B is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 70 | 59 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.36 |
| HSL | 6.29º | 0.47% | 0.44% | - |
| HSV(B) | 6.29º | 0.64% | 0.64% | - |
| XYZ | 18.29 | 12.59 | 5.6 | - |
| YUV | 96.85 | 106.64 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 70 | 59 | 0 | 0.57 | 0.64 | 0.36 | 6.29 | 0.47 | 0.44 |
| Hex | A4 | 46 | 3B | 0 | 39 | 40 | 24 | 6 | 2F | 2C |
| Octal | 244 | 106 | 73 | 0 | 71 | 100 | 44 | 6 | 57 | 54 |
| Binary | 10100100 | 1000110 | 111011 | 0 | 111001 | 1000000 | 100100 | 110 | 101111 | 101100 |
Color Harmonies of #A4463B
Complementary color
Monochromatic Colors of #A4463B
Black with #A4463B
Text Example
Text Example
White with #A4463B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4463B; }
p { color: rgb(164,70,59); }
H1.HeaderClassName
{
color: #A4463B;
}
.AnyTagClassName
{
color: #A4463B;
}
</style>
background-color css
<style>
a { background-color: #A4463B; }
a { background-color: rgb(164,70,59); }
div.DivClassName
{
background-color: #A4463B;
}
.BgClassName
{
background-color: #A4463B;
}
</style>
border-color css
<style>
span { border-color: #A4463B; }
span { border-color: rgb(164,70,59); }
td.TdClassName
{
border-color: #A4463B;
}
.TagClassName
{
border-color: #A4463B;
}
</style>