Shades of Roof Terracotta #A54342
Tints of Roof Terracotta #A54342
RGB
CMYK
RGB Variations
Color information
#A54342 (or 0xA54342) is known color: Roof Terracotta. HEX triplet: A5, 43 and 42. RGB value is (165,67,66). Sum of RGB (Red+Green+Blue) = 165+67+66=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A54342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54342 is #5ABCBD. Grayscale: #606060. Windows color (decimal): -5946558 or 4342693. OLE color: 4342693.
HSL color Cylindrical-coordinate representation of color #A54342: hue angle of 0.61º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A54342 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 67 | 66 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.35 |
| HSL | 0.61º | 0.43% | 0.45% | - |
| HSV(B) | 0.61º | 0.6% | 0.65% | - |
| XYZ | 18.51 | 12.41 | 6.57 | - |
| YUV | 96.19 | 110.97 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 67 | 66 | 0 | 0.59 | 0.60 | 0.35 | 0.61 | 0.43 | 0.45 |
| Hex | A5 | 43 | 42 | 0 | 3B | 3C | 23 | 1 | 2B | 2D |
| Octal | 245 | 103 | 102 | 0 | 73 | 74 | 43 | 1 | 53 | 55 |
| Binary | 10100101 | 1000011 | 1000010 | 0 | 111011 | 111100 | 100011 | 1 | 101011 | 101101 |
Color Harmonies of #A54342
Complementary color
Monochromatic Colors of #A54342
Black with #A54342
Text Example
Text Example
White with #A54342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54342; }
p { color: rgb(165,67,66); }
H1.HeaderClassName
{
color: #A54342;
}
.AnyTagClassName
{
color: #A54342;
}
</style>
background-color css
<style>
a { background-color: #A54342; }
a { background-color: rgb(165,67,66); }
div.DivClassName
{
background-color: #A54342;
}
.BgClassName
{
background-color: #A54342;
}
</style>
border-color css
<style>
span { border-color: #A54342; }
span { border-color: rgb(165,67,66); }
td.TdClassName
{
border-color: #A54342;
}
.TagClassName
{
border-color: #A54342;
}
</style>