Shades of Roof Terracotta #A94341
Tints of Roof Terracotta #A94341
RGB
CMYK
RGB Variations
Color information
#A94341 (or 0xA94341) is known color: Roof Terracotta. HEX triplet: A9, 43 and 41. RGB value is (169,67,65). Sum of RGB (Red+Green+Blue) = 169+67+65=301 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.15% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 169 - color contains mainly: red. Hex color #A94341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94341 is #56BCBE. Grayscale: #616161. Windows color (decimal): -5684415 or 4277161. OLE color: 4277161.
HSL color Cylindrical-coordinate representation of color #A94341: hue angle of 1.15º degrees, saturation: 0.44, 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 #A94341 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 67 | 65 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.34 |
| HSL | 1.15º | 0.44% | 0.46% | - |
| HSV(B) | 1.15º | 0.62% | 0.66% | - |
| XYZ | 19.32 | 12.83 | 6.46 | - |
| YUV | 97.27 | 109.79 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 67 | 65 | 0 | 0.60 | 0.62 | 0.34 | 1.15 | 0.44 | 0.46 |
| Hex | A9 | 43 | 41 | 0 | 3C | 3E | 22 | 1 | 2C | 2E |
| Octal | 251 | 103 | 101 | 0 | 74 | 76 | 42 | 1 | 54 | 56 |
| Binary | 10101001 | 1000011 | 1000001 | 0 | 111100 | 111110 | 100010 | 1 | 101100 | 101110 |
Color Harmonies of #A94341
Complementary color
Monochromatic Colors of #A94341
Black with #A94341
Text Example
Text Example
White with #A94341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94341; }
p { color: rgb(169,67,65); }
H1.HeaderClassName
{
color: #A94341;
}
.AnyTagClassName
{
color: #A94341;
}
</style>
background-color css
<style>
a { background-color: #A94341; }
a { background-color: rgb(169,67,65); }
div.DivClassName
{
background-color: #A94341;
}
.BgClassName
{
background-color: #A94341;
}
</style>
border-color css
<style>
span { border-color: #A94341; }
span { border-color: rgb(169,67,65); }
td.TdClassName
{
border-color: #A94341;
}
.TagClassName
{
border-color: #A94341;
}
</style>