Shades of Roof Terracotta #A44A4A
Tints of Roof Terracotta #A44A4A
RGB
CMYK
RGB Variations
Color information
#A44A4A (or 0xA44A4A) is known color: Roof Terracotta. HEX triplet: A4, 4A and 4A. RGB value is (164,74,74). Sum of RGB (Red+Green+Blue) = 164+74+74=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44A4A is #5BB5B5. Grayscale: #646464. Windows color (decimal): -6010294 or 4868772. OLE color: 4868772.
HSL color Cylindrical-coordinate representation of color #A44A4A: hue angle of 0º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A44A4A is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 74 | 74 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.36 |
| HSL | 0º | 0.38% | 0.47% | - |
| HSV(B) | 0º | 0.55% | 0.64% | - |
| XYZ | 18.99 | 13.28 | 8.04 | - |
| YUV | 100.91 | 112.82 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 74 | 0 | 0.55 | 0.55 | 0.36 | 0 | 0.38 | 0.47 |
| Hex | A4 | 4A | 4A | 0 | 37 | 37 | 24 | 0 | 26 | 2F |
| Octal | 244 | 112 | 112 | 0 | 67 | 67 | 44 | 0 | 46 | 57 |
| Binary | 10100100 | 1001010 | 1001010 | 0 | 110111 | 110111 | 100100 | 0 | 100110 | 101111 |
Color Harmonies of #A44A4A
Complementary color
Monochromatic Colors of #A44A4A
Black with #A44A4A
Text Example
Text Example
White with #A44A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44A4A; }
p { color: rgb(164,74,74); }
H1.HeaderClassName
{
color: #A44A4A;
}
.AnyTagClassName
{
color: #A44A4A;
}
</style>
background-color css
<style>
a { background-color: #A44A4A; }
a { background-color: rgb(164,74,74); }
div.DivClassName
{
background-color: #A44A4A;
}
.BgClassName
{
background-color: #A44A4A;
}
</style>
border-color css
<style>
span { border-color: #A44A4A; }
span { border-color: rgb(164,74,74); }
td.TdClassName
{
border-color: #A44A4A;
}
.TagClassName
{
border-color: #A44A4A;
}
</style>