Shades of Roof Terracotta #AD493F
Tints of Roof Terracotta #AD493F
RGB
CMYK
RGB Variations
Color information
#AD493F (or 0xAD493F) is known color: Roof Terracotta. HEX triplet: AD, 49 and 3F. RGB value is (173,73,63). Sum of RGB (Red+Green+Blue) = 173+73+63=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD493F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD493F is #52B6C0. Grayscale: #656565. Windows color (decimal): -5420737 or 4147629. OLE color: 4147629.
HSL color Cylindrical-coordinate representation of color #AD493F: hue angle of 5.45º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD493F is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 73 | 63 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.32 |
| HSL | 5.45º | 0.47% | 0.46% | - |
| HSV(B) | 5.45º | 0.64% | 0.68% | - |
| XYZ | 20.51 | 14.01 | 6.33 | - |
| YUV | 101.76 | 106.13 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 63 | 0 | 0.58 | 0.64 | 0.32 | 5.45 | 0.47 | 0.46 |
| Hex | AD | 49 | 3F | 0 | 3A | 40 | 20 | 5 | 2F | 2E |
| Octal | 255 | 111 | 77 | 0 | 72 | 100 | 40 | 5 | 57 | 56 |
| Binary | 10101101 | 1001001 | 111111 | 0 | 111010 | 1000000 | 100000 | 101 | 101111 | 101110 |
Color Harmonies of #AD493F
Complementary color
Monochromatic Colors of #AD493F
Black with #AD493F
Text Example
Text Example
White with #AD493F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD493F; }
p { color: rgb(173,73,63); }
H1.HeaderClassName
{
color: #AD493F;
}
.AnyTagClassName
{
color: #AD493F;
}
</style>
background-color css
<style>
a { background-color: #AD493F; }
a { background-color: rgb(173,73,63); }
div.DivClassName
{
background-color: #AD493F;
}
.BgClassName
{
background-color: #AD493F;
}
</style>
border-color css
<style>
span { border-color: #AD493F; }
span { border-color: rgb(173,73,63); }
td.TdClassName
{
border-color: #AD493F;
}
.TagClassName
{
border-color: #AD493F;
}
</style>