Shades of Roof Terracotta #A94940
Tints of Roof Terracotta #A94940
RGB
CMYK
RGB Variations
Color information
#A94940 (or 0xA94940) is known color: Roof Terracotta. HEX triplet: A9, 49 and 40. RGB value is (169,73,64). Sum of RGB (Red+Green+Blue) = 169+73+64=306 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.23% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 169 - color contains mainly: red. Hex color #A94940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94940 is #56B6BF. Grayscale: #646464. Windows color (decimal): -5682880 or 4213161. OLE color: 4213161.
HSL color Cylindrical-coordinate representation of color #A94940: hue angle of 5.14º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A94940 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 73 | 64 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.34 |
| HSL | 5.14º | 0.45% | 0.46% | - |
| HSV(B) | 5.14º | 0.62% | 0.66% | - |
| XYZ | 19.67 | 13.57 | 6.43 | - |
| YUV | 100.68 | 107.3 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 73 | 64 | 0 | 0.57 | 0.62 | 0.34 | 5.14 | 0.45 | 0.46 |
| Hex | A9 | 49 | 40 | 0 | 39 | 3E | 22 | 5 | 2D | 2E |
| Octal | 251 | 111 | 100 | 0 | 71 | 76 | 42 | 5 | 55 | 56 |
| Binary | 10101001 | 1001001 | 1000000 | 0 | 111001 | 111110 | 100010 | 101 | 101101 | 101110 |
Color Harmonies of #A94940
Complementary color
Monochromatic Colors of #A94940
Black with #A94940
Text Example
Text Example
White with #A94940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94940; }
p { color: rgb(169,73,64); }
H1.HeaderClassName
{
color: #A94940;
}
.AnyTagClassName
{
color: #A94940;
}
</style>
background-color css
<style>
a { background-color: #A94940; }
a { background-color: rgb(169,73,64); }
div.DivClassName
{
background-color: #A94940;
}
.BgClassName
{
background-color: #A94940;
}
</style>
border-color css
<style>
span { border-color: #A94940; }
span { border-color: rgb(169,73,64); }
td.TdClassName
{
border-color: #A94940;
}
.TagClassName
{
border-color: #A94940;
}
</style>