Shades of Roof Terracotta #A44B3D
Tints of Roof Terracotta #A44B3D
RGB
CMYK
RGB Variations
Color information
#A44B3D (or 0xA44B3D) is known color: Roof Terracotta. HEX triplet: A4, 4B and 3D. RGB value is (164,75,61). Sum of RGB (Red+Green+Blue) = 164+75+61=300 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.67% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44B3D is #5BB4C2. Grayscale: #646464. Windows color (decimal): -6010051 or 4017060. OLE color: 4017060.
HSL color Cylindrical-coordinate representation of color #A44B3D: hue angle of 8.16º 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 #A44B3D is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 75 | 61 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.36 |
| HSL | 8.16º | 0.46% | 0.44% | - |
| HSV(B) | 8.16º | 0.63% | 0.64% | - |
| XYZ | 18.67 | 13.26 | 5.99 | - |
| YUV | 100.02 | 105.99 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 75 | 61 | 0 | 0.54 | 0.63 | 0.36 | 8.16 | 0.46 | 0.44 |
| Hex | A4 | 4B | 3D | 0 | 36 | 3F | 24 | 8 | 2E | 2C |
| Octal | 244 | 113 | 75 | 0 | 66 | 77 | 44 | 10 | 56 | 54 |
| Binary | 10100100 | 1001011 | 111101 | 0 | 110110 | 111111 | 100100 | 1000 | 101110 | 101100 |
Color Harmonies of #A44B3D
Complementary color
Monochromatic Colors of #A44B3D
Black with #A44B3D
Text Example
Text Example
White with #A44B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44B3D; }
p { color: rgb(164,75,61); }
H1.HeaderClassName
{
color: #A44B3D;
}
.AnyTagClassName
{
color: #A44B3D;
}
</style>
background-color css
<style>
a { background-color: #A44B3D; }
a { background-color: rgb(164,75,61); }
div.DivClassName
{
background-color: #A44B3D;
}
.BgClassName
{
background-color: #A44B3D;
}
</style>
border-color css
<style>
span { border-color: #A44B3D; }
span { border-color: rgb(164,75,61); }
td.TdClassName
{
border-color: #A44B3D;
}
.TagClassName
{
border-color: #A44B3D;
}
</style>