Shades of Roof Terracotta #A4473C
Tints of Roof Terracotta #A4473C
RGB
CMYK
RGB Variations
Color information
#A4473C (or 0xA4473C) is known color: Roof Terracotta. HEX triplet: A4, 47 and 3C. RGB value is (164,71,60). Sum of RGB (Red+Green+Blue) = 164+71+60=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A4473C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4473C is #5BB8C3. Grayscale: #616161. Windows color (decimal): -6011076 or 3950500. OLE color: 3950500.
HSL color Cylindrical-coordinate representation of color #A4473C: hue angle of 6.35º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A4473C is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 71 | 60 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.36 |
| HSL | 6.35º | 0.46% | 0.44% | - |
| HSV(B) | 6.35º | 0.63% | 0.64% | - |
| XYZ | 18.38 | 12.73 | 5.76 | - |
| YUV | 97.55 | 106.81 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 71 | 60 | 0 | 0.57 | 0.63 | 0.36 | 6.35 | 0.46 | 0.44 |
| Hex | A4 | 47 | 3C | 0 | 39 | 3F | 24 | 6 | 2E | 2C |
| Octal | 244 | 107 | 74 | 0 | 71 | 77 | 44 | 6 | 56 | 54 |
| Binary | 10100100 | 1000111 | 111100 | 0 | 111001 | 111111 | 100100 | 110 | 101110 | 101100 |
Color Harmonies of #A4473C
Complementary color
Monochromatic Colors of #A4473C
Black with #A4473C
Text Example
Text Example
White with #A4473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4473C; }
p { color: rgb(164,71,60); }
H1.HeaderClassName
{
color: #A4473C;
}
.AnyTagClassName
{
color: #A4473C;
}
</style>
background-color css
<style>
a { background-color: #A4473C; }
a { background-color: rgb(164,71,60); }
div.DivClassName
{
background-color: #A4473C;
}
.BgClassName
{
background-color: #A4473C;
}
</style>
border-color css
<style>
span { border-color: #A4473C; }
span { border-color: rgb(164,71,60); }
td.TdClassName
{
border-color: #A4473C;
}
.TagClassName
{
border-color: #A4473C;
}
</style>