Shades of Roof Terracotta #A54846
Tints of Roof Terracotta #A54846
RGB
CMYK
RGB Variations
Color information
#A54846 (or 0xA54846) is known color: Roof Terracotta. HEX triplet: A5, 48 and 46. RGB value is (165,72,70). Sum of RGB (Red+Green+Blue) = 165+72+70=307 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.75% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 165 - color contains mainly: red. Hex color #A54846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54846 is #5AB7B9. Grayscale: #636363. Windows color (decimal): -5945274 or 4606117. OLE color: 4606117.
HSL color Cylindrical-coordinate representation of color #A54846: hue angle of 1.26º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A54846 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 72 | 70 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.35 |
| HSL | 1.26º | 0.4% | 0.46% | - |
| HSV(B) | 1.26º | 0.58% | 0.65% | - |
| XYZ | 18.94 | 13.08 | 7.32 | - |
| YUV | 99.58 | 111.31 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 72 | 70 | 0 | 0.56 | 0.58 | 0.35 | 1.26 | 0.4 | 0.46 |
| Hex | A5 | 48 | 46 | 0 | 38 | 3A | 23 | 1 | 28 | 2E |
| Octal | 245 | 110 | 106 | 0 | 70 | 72 | 43 | 1 | 50 | 56 |
| Binary | 10100101 | 1001000 | 1000110 | 0 | 111000 | 111010 | 100011 | 1 | 101000 | 101110 |
Color Harmonies of #A54846
Complementary color
Monochromatic Colors of #A54846
Black with #A54846
Text Example
Text Example
White with #A54846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54846; }
p { color: rgb(165,72,70); }
H1.HeaderClassName
{
color: #A54846;
}
.AnyTagClassName
{
color: #A54846;
}
</style>
background-color css
<style>
a { background-color: #A54846; }
a { background-color: rgb(165,72,70); }
div.DivClassName
{
background-color: #A54846;
}
.BgClassName
{
background-color: #A54846;
}
</style>
border-color css
<style>
span { border-color: #A54846; }
span { border-color: rgb(165,72,70); }
td.TdClassName
{
border-color: #A54846;
}
.TagClassName
{
border-color: #A54846;
}
</style>