Shades of Roof Terracotta #A44A3F
Tints of Roof Terracotta #A44A3F
RGB
CMYK
RGB Variations
Color information
#A44A3F (or 0xA44A3F) is known color: Roof Terracotta. HEX triplet: A4, 4A and 3F. RGB value is (164,74,63). Sum of RGB (Red+Green+Blue) = 164+74+63=301 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.49% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44A3F is #5BB5C0. Grayscale: #636363. Windows color (decimal): -6010305 or 4147876. OLE color: 4147876.
HSL color Cylindrical-coordinate representation of color #A44A3F: hue angle of 6.53º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A44A3F is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 74 | 63 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.36 |
| HSL | 6.53º | 0.44% | 0.45% | - |
| HSV(B) | 6.53º | 0.62% | 0.64% | - |
| XYZ | 18.66 | 13.15 | 6.26 | - |
| YUV | 99.66 | 107.32 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 63 | 0 | 0.55 | 0.62 | 0.36 | 6.53 | 0.44 | 0.45 |
| Hex | A4 | 4A | 3F | 0 | 37 | 3E | 24 | 7 | 2C | 2D |
| Octal | 244 | 112 | 77 | 0 | 67 | 76 | 44 | 7 | 54 | 55 |
| Binary | 10100100 | 1001010 | 111111 | 0 | 110111 | 111110 | 100100 | 111 | 101100 | 101101 |
Color Harmonies of #A44A3F
Complementary color
Monochromatic Colors of #A44A3F
Black with #A44A3F
Text Example
Text Example
White with #A44A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44A3F; }
p { color: rgb(164,74,63); }
H1.HeaderClassName
{
color: #A44A3F;
}
.AnyTagClassName
{
color: #A44A3F;
}
</style>
background-color css
<style>
a { background-color: #A44A3F; }
a { background-color: rgb(164,74,63); }
div.DivClassName
{
background-color: #A44A3F;
}
.BgClassName
{
background-color: #A44A3F;
}
</style>
border-color css
<style>
span { border-color: #A44A3F; }
span { border-color: rgb(164,74,63); }
td.TdClassName
{
border-color: #A44A3F;
}
.TagClassName
{
border-color: #A44A3F;
}
</style>