Shades of Roof Terracotta #A84C40
Tints of Roof Terracotta #A84C40
RGB
CMYK
RGB Variations
Color information
#A84C40 (or 0xA84C40) is known color: Roof Terracotta. HEX triplet: A8, 4C and 40. RGB value is (168,76,64). Sum of RGB (Red+Green+Blue) = 168+76+64=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A84C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84C40 is #57B3BF. Grayscale: #666666. Windows color (decimal): -5747648 or 4213928. OLE color: 4213928.
HSL color Cylindrical-coordinate representation of color #A84C40: hue angle of 6.92º 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 #A84C40 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 76 | 64 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.34 |
| HSL | 6.92º | 0.45% | 0.45% | - |
| HSV(B) | 6.92º | 0.62% | 0.66% | - |
| XYZ | 19.66 | 13.86 | 6.49 | - |
| YUV | 102.14 | 106.48 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 76 | 64 | 0 | 0.55 | 0.62 | 0.34 | 6.92 | 0.45 | 0.45 |
| Hex | A8 | 4C | 40 | 0 | 37 | 3E | 22 | 7 | 2D | 2D |
| Octal | 250 | 114 | 100 | 0 | 67 | 76 | 42 | 7 | 55 | 55 |
| Binary | 10101000 | 1001100 | 1000000 | 0 | 110111 | 111110 | 100010 | 111 | 101101 | 101101 |
Color Harmonies of #A84C40
Complementary color
Monochromatic Colors of #A84C40
Black with #A84C40
Text Example
Text Example
White with #A84C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84C40; }
p { color: rgb(168,76,64); }
H1.HeaderClassName
{
color: #A84C40;
}
.AnyTagClassName
{
color: #A84C40;
}
</style>
background-color css
<style>
a { background-color: #A84C40; }
a { background-color: rgb(168,76,64); }
div.DivClassName
{
background-color: #A84C40;
}
.BgClassName
{
background-color: #A84C40;
}
</style>
border-color css
<style>
span { border-color: #A84C40; }
span { border-color: rgb(168,76,64); }
td.TdClassName
{
border-color: #A84C40;
}
.TagClassName
{
border-color: #A84C40;
}
</style>