Shades of Roof Terracotta #A94541
Tints of Roof Terracotta #A94541
RGB
CMYK
RGB Variations
Color information
#A94541 (or 0xA94541) is known color: Roof Terracotta. HEX triplet: A9, 45 and 41. RGB value is (169,69,65). Sum of RGB (Red+Green+Blue) = 169+69+65=303 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.78% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 169 - color contains mainly: red. Hex color #A94541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94541 is #56BABE. Grayscale: #626262. Windows color (decimal): -5683903 or 4277673. OLE color: 4277673.
HSL color Cylindrical-coordinate representation of color #A94541: hue angle of 2.31º 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 #A94541 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 69 | 65 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.34 |
| HSL | 2.31º | 0.44% | 0.46% | - |
| HSV(B) | 2.31º | 0.62% | 0.66% | - |
| XYZ | 19.44 | 13.07 | 6.5 | - |
| YUV | 98.44 | 109.13 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 69 | 65 | 0 | 0.59 | 0.62 | 0.34 | 2.31 | 0.44 | 0.46 |
| Hex | A9 | 45 | 41 | 0 | 3B | 3E | 22 | 2 | 2C | 2E |
| Octal | 251 | 105 | 101 | 0 | 73 | 76 | 42 | 2 | 54 | 56 |
| Binary | 10101001 | 1000101 | 1000001 | 0 | 111011 | 111110 | 100010 | 10 | 101100 | 101110 |
Color Harmonies of #A94541
Complementary color
Monochromatic Colors of #A94541
Black with #A94541
Text Example
Text Example
White with #A94541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94541; }
p { color: rgb(169,69,65); }
H1.HeaderClassName
{
color: #A94541;
}
.AnyTagClassName
{
color: #A94541;
}
</style>
background-color css
<style>
a { background-color: #A94541; }
a { background-color: rgb(169,69,65); }
div.DivClassName
{
background-color: #A94541;
}
.BgClassName
{
background-color: #A94541;
}
</style>
border-color css
<style>
span { border-color: #A94541; }
span { border-color: rgb(169,69,65); }
td.TdClassName
{
border-color: #A94541;
}
.TagClassName
{
border-color: #A94541;
}
</style>