Shades of Roof Terracotta #A44C4B
Tints of Roof Terracotta #A44C4B
RGB
CMYK
RGB Variations
Color information
#A44C4B (or 0xA44C4B) is known color: Roof Terracotta. HEX triplet: A4, 4C and 4B. RGB value is (164,76,75). Sum of RGB (Red+Green+Blue) = 164+76+75=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44C4B is #5BB3B4. Grayscale: #666666. Windows color (decimal): -6009781 or 4934820. OLE color: 4934820.
HSL color Cylindrical-coordinate representation of color #A44C4B: hue angle of 0.67º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A44C4B is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 76 | 75 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.36 |
| HSL | 0.67º | 0.37% | 0.47% | - |
| HSV(B) | 0.67º | 0.54% | 0.64% | - |
| XYZ | 19.16 | 13.57 | 8.27 | - |
| YUV | 102.2 | 112.65 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 75 | 0 | 0.54 | 0.54 | 0.36 | 0.67 | 0.37 | 0.47 |
| Hex | A4 | 4C | 4B | 0 | 36 | 36 | 24 | 1 | 25 | 2F |
| Octal | 244 | 114 | 113 | 0 | 66 | 66 | 44 | 1 | 45 | 57 |
| Binary | 10100100 | 1001100 | 1001011 | 0 | 110110 | 110110 | 100100 | 1 | 100101 | 101111 |
Color Harmonies of #A44C4B
Complementary color
Monochromatic Colors of #A44C4B
Black with #A44C4B
Text Example
Text Example
White with #A44C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44C4B; }
p { color: rgb(164,76,75); }
H1.HeaderClassName
{
color: #A44C4B;
}
.AnyTagClassName
{
color: #A44C4B;
}
</style>
background-color css
<style>
a { background-color: #A44C4B; }
a { background-color: rgb(164,76,75); }
div.DivClassName
{
background-color: #A44C4B;
}
.BgClassName
{
background-color: #A44C4B;
}
</style>
border-color css
<style>
span { border-color: #A44C4B; }
span { border-color: rgb(164,76,75); }
td.TdClassName
{
border-color: #A44C4B;
}
.TagClassName
{
border-color: #A44C4B;
}
</style>