Shades of Roof Terracotta #A84640
Tints of Roof Terracotta #A84640
RGB
CMYK
RGB Variations
Color information
#A84640 (or 0xA84640) is known color: Roof Terracotta. HEX triplet: A8, 46 and 40. RGB value is (168,70,64). Sum of RGB (Red+Green+Blue) = 168+70+64=302 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.63% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 168 - color contains mainly: red. Hex color #A84640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84640 is #57B9BF. Grayscale: #626262. Windows color (decimal): -5749184 or 4212392. OLE color: 4212392.
HSL color Cylindrical-coordinate representation of color #A84640: hue angle of 3.46º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A84640 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 70 | 64 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.34 |
| HSL | 3.46º | 0.45% | 0.45% | - |
| HSV(B) | 3.46º | 0.62% | 0.66% | - |
| XYZ | 19.26 | 13.08 | 6.36 | - |
| YUV | 98.62 | 108.47 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 70 | 64 | 0 | 0.58 | 0.62 | 0.34 | 3.46 | 0.45 | 0.45 |
| Hex | A8 | 46 | 40 | 0 | 3A | 3E | 22 | 3 | 2D | 2D |
| Octal | 250 | 106 | 100 | 0 | 72 | 76 | 42 | 3 | 55 | 55 |
| Binary | 10101000 | 1000110 | 1000000 | 0 | 111010 | 111110 | 100010 | 11 | 101101 | 101101 |
Color Harmonies of #A84640
Complementary color
Monochromatic Colors of #A84640
Black with #A84640
Text Example
Text Example
White with #A84640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84640; }
p { color: rgb(168,70,64); }
H1.HeaderClassName
{
color: #A84640;
}
.AnyTagClassName
{
color: #A84640;
}
</style>
background-color css
<style>
a { background-color: #A84640; }
a { background-color: rgb(168,70,64); }
div.DivClassName
{
background-color: #A84640;
}
.BgClassName
{
background-color: #A84640;
}
</style>
border-color css
<style>
span { border-color: #A84640; }
span { border-color: rgb(168,70,64); }
td.TdClassName
{
border-color: #A84640;
}
.TagClassName
{
border-color: #A84640;
}
</style>