Shades of Roof Terracotta #AD4141
Tints of Roof Terracotta #AD4141
RGB
CMYK
RGB Variations
Color information
#AD4141 (or 0xAD4141) is known color: Roof Terracotta. HEX triplet: AD, 41 and 41. RGB value is (173,65,65). Sum of RGB (Red+Green+Blue) = 173+65+65=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4141 is #52BEBE. Grayscale: #616161. Windows color (decimal): -5422783 or 4276653. OLE color: 4276653.
HSL color Cylindrical-coordinate representation of color #AD4141: hue angle of 0º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD4141 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 65 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.32 |
| HSL | 0º | 0.45% | 0.47% | - |
| HSV(B) | 0º | 0.62% | 0.68% | - |
| XYZ | 20.08 | 13.05 | 6.46 | - |
| YUV | 97.29 | 109.78 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 65 | 0 | 0.62 | 0.62 | 0.32 | 0 | 0.45 | 0.47 |
| Hex | AD | 41 | 41 | 0 | 3E | 3E | 20 | 0 | 2D | 2F |
| Octal | 255 | 101 | 101 | 0 | 76 | 76 | 40 | 0 | 55 | 57 |
| Binary | 10101101 | 1000001 | 1000001 | 0 | 111110 | 111110 | 100000 | 0 | 101101 | 101111 |
Color Harmonies of #AD4141
Complementary color
Monochromatic Colors of #AD4141
Black with #AD4141
Text Example
Text Example
White with #AD4141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4141; }
p { color: rgb(173,65,65); }
H1.HeaderClassName
{
color: #AD4141;
}
.AnyTagClassName
{
color: #AD4141;
}
</style>
background-color css
<style>
a { background-color: #AD4141; }
a { background-color: rgb(173,65,65); }
div.DivClassName
{
background-color: #AD4141;
}
.BgClassName
{
background-color: #AD4141;
}
</style>
border-color css
<style>
span { border-color: #AD4141; }
span { border-color: rgb(173,65,65); }
td.TdClassName
{
border-color: #AD4141;
}
.TagClassName
{
border-color: #AD4141;
}
</style>