Shades of Roof Terracotta #A44A44
Tints of Roof Terracotta #A44A44
RGB
CMYK
RGB Variations
Color information
#A44A44 (or 0xA44A44) is known color: Roof Terracotta. HEX triplet: A4, 4A and 44. RGB value is (164,74,68). Sum of RGB (Red+Green+Blue) = 164+74+68=306 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.59% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44A44 is #5BB5BB. Grayscale: #646464. Windows color (decimal): -6010300 or 4475556. OLE color: 4475556.
HSL color Cylindrical-coordinate representation of color #A44A44: hue angle of 3.75º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A44A44 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 74 | 68 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.36 |
| HSL | 3.75º | 0.41% | 0.45% | - |
| HSV(B) | 3.75º | 0.59% | 0.64% | - |
| XYZ | 18.8 | 13.21 | 7.03 | - |
| YUV | 100.23 | 109.82 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 68 | 0 | 0.55 | 0.59 | 0.36 | 3.75 | 0.41 | 0.45 |
| Hex | A4 | 4A | 44 | 0 | 37 | 3B | 24 | 4 | 29 | 2D |
| Octal | 244 | 112 | 104 | 0 | 67 | 73 | 44 | 4 | 51 | 55 |
| Binary | 10100100 | 1001010 | 1000100 | 0 | 110111 | 111011 | 100100 | 100 | 101001 | 101101 |
Color Harmonies of #A44A44
Complementary color
Monochromatic Colors of #A44A44
Black with #A44A44
Text Example
Text Example
White with #A44A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44A44; }
p { color: rgb(164,74,68); }
H1.HeaderClassName
{
color: #A44A44;
}
.AnyTagClassName
{
color: #A44A44;
}
</style>
background-color css
<style>
a { background-color: #A44A44; }
a { background-color: rgb(164,74,68); }
div.DivClassName
{
background-color: #A44A44;
}
.BgClassName
{
background-color: #A44A44;
}
</style>
border-color css
<style>
span { border-color: #A44A44; }
span { border-color: rgb(164,74,68); }
td.TdClassName
{
border-color: #A44A44;
}
.TagClassName
{
border-color: #A44A44;
}
</style>