Shades of Roof Terracotta #A54544
Tints of Roof Terracotta #A54544
RGB
CMYK
RGB Variations
Color information
#A54544 (or 0xA54544) is known color: Roof Terracotta. HEX triplet: A5, 45 and 44. RGB value is (165,69,68). Sum of RGB (Red+Green+Blue) = 165+69+68=302 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.64% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 165 - color contains mainly: red. Hex color #A54544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54544 is #5ABABB. Grayscale: #616161. Windows color (decimal): -5946044 or 4474277. OLE color: 4474277.
HSL color Cylindrical-coordinate representation of color #A54544: hue angle of 0.62º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A54544 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 69 | 68 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.35 |
| HSL | 0.62º | 0.42% | 0.46% | - |
| HSV(B) | 0.62º | 0.59% | 0.65% | - |
| XYZ | 18.69 | 12.67 | 6.93 | - |
| YUV | 97.59 | 111.3 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 69 | 68 | 0 | 0.58 | 0.59 | 0.35 | 0.62 | 0.42 | 0.46 |
| Hex | A5 | 45 | 44 | 0 | 3A | 3B | 23 | 1 | 2A | 2E |
| Octal | 245 | 105 | 104 | 0 | 72 | 73 | 43 | 1 | 52 | 56 |
| Binary | 10100101 | 1000101 | 1000100 | 0 | 111010 | 111011 | 100011 | 1 | 101010 | 101110 |
Color Harmonies of #A54544
Complementary color
Monochromatic Colors of #A54544
Black with #A54544
Text Example
Text Example
White with #A54544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54544; }
p { color: rgb(165,69,68); }
H1.HeaderClassName
{
color: #A54544;
}
.AnyTagClassName
{
color: #A54544;
}
</style>
background-color css
<style>
a { background-color: #A54544; }
a { background-color: rgb(165,69,68); }
div.DivClassName
{
background-color: #A54544;
}
.BgClassName
{
background-color: #A54544;
}
</style>
border-color css
<style>
span { border-color: #A54544; }
span { border-color: rgb(165,69,68); }
td.TdClassName
{
border-color: #A54544;
}
.TagClassName
{
border-color: #A54544;
}
</style>