Shades of Roof Terracotta #A54847
Tints of Roof Terracotta #A54847
RGB
CMYK
RGB Variations
Color information
#A54847 (or 0xA54847) is known color: Roof Terracotta. HEX triplet: A5, 48 and 47. RGB value is (165,72,71). Sum of RGB (Red+Green+Blue) = 165+72+71=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A54847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54847 is #5AB7B8. Grayscale: #636363. Windows color (decimal): -5945273 or 4671653. OLE color: 4671653.
HSL color Cylindrical-coordinate representation of color #A54847: hue angle of 0.64º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A54847 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 72 | 71 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.35 |
| HSL | 0.64º | 0.4% | 0.46% | - |
| HSV(B) | 0.64º | 0.57% | 0.65% | - |
| XYZ | 18.97 | 13.09 | 7.49 | - |
| YUV | 99.69 | 111.81 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 72 | 71 | 0 | 0.56 | 0.57 | 0.35 | 0.64 | 0.4 | 0.46 |
| Hex | A5 | 48 | 47 | 0 | 38 | 39 | 23 | 1 | 28 | 2E |
| Octal | 245 | 110 | 107 | 0 | 70 | 71 | 43 | 1 | 50 | 56 |
| Binary | 10100101 | 1001000 | 1000111 | 0 | 111000 | 111001 | 100011 | 1 | 101000 | 101110 |
Color Harmonies of #A54847
Complementary color
Monochromatic Colors of #A54847
Black with #A54847
Text Example
Text Example
White with #A54847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54847; }
p { color: rgb(165,72,71); }
H1.HeaderClassName
{
color: #A54847;
}
.AnyTagClassName
{
color: #A54847;
}
</style>
background-color css
<style>
a { background-color: #A54847; }
a { background-color: rgb(165,72,71); }
div.DivClassName
{
background-color: #A54847;
}
.BgClassName
{
background-color: #A54847;
}
</style>
border-color css
<style>
span { border-color: #A54847; }
span { border-color: rgb(165,72,71); }
td.TdClassName
{
border-color: #A54847;
}
.TagClassName
{
border-color: #A54847;
}
</style>