Shades of Roof Terracotta #AD4542
Tints of Roof Terracotta #AD4542
RGB
CMYK
RGB Variations
Color information
#AD4542 (or 0xAD4542) is known color: Roof Terracotta. HEX triplet: AD, 45 and 42. RGB value is (173,69,66). Sum of RGB (Red+Green+Blue) = 173+69+66=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4542 is #52BABD. Grayscale: #636363. Windows color (decimal): -5421758 or 4343213. OLE color: 4343213.
HSL color Cylindrical-coordinate representation of color #AD4542: hue angle of 1.68º 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 #AD4542 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 69 | 66 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.32 |
| HSL | 1.68º | 0.45% | 0.47% | - |
| HSV(B) | 1.68º | 0.62% | 0.68% | - |
| XYZ | 20.35 | 13.53 | 6.69 | - |
| YUV | 99.75 | 108.96 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 66 | 0 | 0.60 | 0.62 | 0.32 | 1.68 | 0.45 | 0.47 |
| Hex | AD | 45 | 42 | 0 | 3C | 3E | 20 | 2 | 2D | 2F |
| Octal | 255 | 105 | 102 | 0 | 74 | 76 | 40 | 2 | 55 | 57 |
| Binary | 10101101 | 1000101 | 1000010 | 0 | 111100 | 111110 | 100000 | 10 | 101101 | 101111 |
Color Harmonies of #AD4542
Complementary color
Monochromatic Colors of #AD4542
Black with #AD4542
Text Example
Text Example
White with #AD4542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4542; }
p { color: rgb(173,69,66); }
H1.HeaderClassName
{
color: #AD4542;
}
.AnyTagClassName
{
color: #AD4542;
}
</style>
background-color css
<style>
a { background-color: #AD4542; }
a { background-color: rgb(173,69,66); }
div.DivClassName
{
background-color: #AD4542;
}
.BgClassName
{
background-color: #AD4542;
}
</style>
border-color css
<style>
span { border-color: #AD4542; }
span { border-color: rgb(173,69,66); }
td.TdClassName
{
border-color: #AD4542;
}
.TagClassName
{
border-color: #AD4542;
}
</style>