Shades of Roof Terracotta #A54841
Tints of Roof Terracotta #A54841
RGB
CMYK
RGB Variations
Color information
#A54841 (or 0xA54841) is known color: Roof Terracotta. HEX triplet: A5, 48 and 41. RGB value is (165,72,65). Sum of RGB (Red+Green+Blue) = 165+72+65=302 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.64% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 165 - color contains mainly: red. Hex color #A54841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54841 is #5AB7BE. Grayscale: #636363. Windows color (decimal): -5945279 or 4278437. OLE color: 4278437.
HSL color Cylindrical-coordinate representation of color #A54841: hue angle of 4.2º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A54841 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 72 | 65 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.35 |
| HSL | 4.2º | 0.43% | 0.45% | - |
| HSV(B) | 4.2º | 0.61% | 0.65% | - |
| XYZ | 18.79 | 13.02 | 6.52 | - |
| YUV | 99.01 | 108.81 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 72 | 65 | 0 | 0.56 | 0.61 | 0.35 | 4.2 | 0.43 | 0.45 |
| Hex | A5 | 48 | 41 | 0 | 38 | 3D | 23 | 4 | 2B | 2D |
| Octal | 245 | 110 | 101 | 0 | 70 | 75 | 43 | 4 | 53 | 55 |
| Binary | 10100101 | 1001000 | 1000001 | 0 | 111000 | 111101 | 100011 | 100 | 101011 | 101101 |
Color Harmonies of #A54841
Complementary color
Monochromatic Colors of #A54841
Black with #A54841
Text Example
Text Example
White with #A54841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54841; }
p { color: rgb(165,72,65); }
H1.HeaderClassName
{
color: #A54841;
}
.AnyTagClassName
{
color: #A54841;
}
</style>
background-color css
<style>
a { background-color: #A54841; }
a { background-color: rgb(165,72,65); }
div.DivClassName
{
background-color: #A54841;
}
.BgClassName
{
background-color: #A54841;
}
</style>
border-color css
<style>
span { border-color: #A54841; }
span { border-color: rgb(165,72,65); }
td.TdClassName
{
border-color: #A54841;
}
.TagClassName
{
border-color: #A54841;
}
</style>