Shades of Roof Terracotta #A5493C
Tints of Roof Terracotta #A5493C
RGB
CMYK
RGB Variations
Color information
#A5493C (or 0xA5493C) is known color: Roof Terracotta. HEX triplet: A5, 49 and 3C. RGB value is (165,73,60). Sum of RGB (Red+Green+Blue) = 165+73+60=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A5493C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5493C is #5AB6C3. Grayscale: #636363. Windows color (decimal): -5945028 or 3951013. OLE color: 3951013.
HSL color Cylindrical-coordinate representation of color #A5493C: hue angle of 7.43º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A5493C is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 73 | 60 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.35 |
| HSL | 7.43º | 0.47% | 0.44% | - |
| HSV(B) | 7.43º | 0.64% | 0.65% | - |
| XYZ | 18.72 | 13.09 | 5.82 | - |
| YUV | 99.03 | 105.98 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 73 | 60 | 0 | 0.56 | 0.64 | 0.35 | 7.43 | 0.47 | 0.44 |
| Hex | A5 | 49 | 3C | 0 | 38 | 40 | 23 | 7 | 2F | 2C |
| Octal | 245 | 111 | 74 | 0 | 70 | 100 | 43 | 7 | 57 | 54 |
| Binary | 10100101 | 1001001 | 111100 | 0 | 111000 | 1000000 | 100011 | 111 | 101111 | 101100 |
Color Harmonies of #A5493C
Complementary color
Monochromatic Colors of #A5493C
Black with #A5493C
Text Example
Text Example
White with #A5493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5493C; }
p { color: rgb(165,73,60); }
H1.HeaderClassName
{
color: #A5493C;
}
.AnyTagClassName
{
color: #A5493C;
}
</style>
background-color css
<style>
a { background-color: #A5493C; }
a { background-color: rgb(165,73,60); }
div.DivClassName
{
background-color: #A5493C;
}
.BgClassName
{
background-color: #A5493C;
}
</style>
border-color css
<style>
span { border-color: #A5493C; }
span { border-color: rgb(165,73,60); }
td.TdClassName
{
border-color: #A5493C;
}
.TagClassName
{
border-color: #A5493C;
}
</style>