Shades of Roof Terracotta #A84C3E
Tints of Roof Terracotta #A84C3E
RGB
CMYK
RGB Variations
Color information
#A84C3E (or 0xA84C3E) is known color: Roof Terracotta. HEX triplet: A8, 4C and 3E. RGB value is (168,76,62). Sum of RGB (Red+Green+Blue) = 168+76+62=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A84C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84C3E is #57B3C1. Grayscale: #666666. Windows color (decimal): -5747650 or 4082856. OLE color: 4082856.
HSL color Cylindrical-coordinate representation of color #A84C3E: hue angle of 7.92º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A84C3E is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 76 | 62 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.34 |
| HSL | 7.92º | 0.46% | 0.45% | - |
| HSV(B) | 7.92º | 0.63% | 0.66% | - |
| XYZ | 19.6 | 13.84 | 6.2 | - |
| YUV | 101.91 | 105.48 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 76 | 62 | 0 | 0.55 | 0.63 | 0.34 | 7.92 | 0.46 | 0.45 |
| Hex | A8 | 4C | 3E | 0 | 37 | 3F | 22 | 8 | 2E | 2D |
| Octal | 250 | 114 | 76 | 0 | 67 | 77 | 42 | 10 | 56 | 55 |
| Binary | 10101000 | 1001100 | 111110 | 0 | 110111 | 111111 | 100010 | 1000 | 101110 | 101101 |
Color Harmonies of #A84C3E
Complementary color
Monochromatic Colors of #A84C3E
Black with #A84C3E
Text Example
Text Example
White with #A84C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84C3E; }
p { color: rgb(168,76,62); }
H1.HeaderClassName
{
color: #A84C3E;
}
.AnyTagClassName
{
color: #A84C3E;
}
</style>
background-color css
<style>
a { background-color: #A84C3E; }
a { background-color: rgb(168,76,62); }
div.DivClassName
{
background-color: #A84C3E;
}
.BgClassName
{
background-color: #A84C3E;
}
</style>
border-color css
<style>
span { border-color: #A84C3E; }
span { border-color: rgb(168,76,62); }
td.TdClassName
{
border-color: #A84C3E;
}
.TagClassName
{
border-color: #A84C3E;
}
</style>