Shades of Roof Terracotta #A04E4B
Tints of Roof Terracotta #A04E4B
RGB
CMYK
RGB Variations
Color information
#A04E4B (or 0xA04E4B) is known color: Roof Terracotta. HEX triplet: A0, 4E and 4B. RGB value is (160,78,75). Sum of RGB (Red+Green+Blue) = 160+78+75=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04E4B is #5FB1B4. Grayscale: #666666. Windows color (decimal): -6271413 or 4935328. OLE color: 4935328.
HSL color Cylindrical-coordinate representation of color #A04E4B: hue angle of 2.12º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A04E4B is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 75 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.37 |
| HSL | 2.12º | 0.36% | 0.46% | - |
| HSV(B) | 2.12º | 0.53% | 0.63% | - |
| XYZ | 18.49 | 13.43 | 8.27 | - |
| YUV | 102.18 | 112.67 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 75 | 0 | 0.51 | 0.53 | 0.37 | 2.12 | 0.36 | 0.46 |
| Hex | A0 | 4E | 4B | 0 | 33 | 35 | 25 | 2 | 24 | 2E |
| Octal | 240 | 116 | 113 | 0 | 63 | 65 | 45 | 2 | 44 | 56 |
| Binary | 10100000 | 1001110 | 1001011 | 0 | 110011 | 110101 | 100101 | 10 | 100100 | 101110 |
Color Harmonies of #A04E4B
Complementary color
Monochromatic Colors of #A04E4B
Black with #A04E4B
Text Example
Text Example
White with #A04E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04E4B; }
p { color: rgb(160,78,75); }
H1.HeaderClassName
{
color: #A04E4B;
}
.AnyTagClassName
{
color: #A04E4B;
}
</style>
background-color css
<style>
a { background-color: #A04E4B; }
a { background-color: rgb(160,78,75); }
div.DivClassName
{
background-color: #A04E4B;
}
.BgClassName
{
background-color: #A04E4B;
}
</style>
border-color css
<style>
span { border-color: #A04E4B; }
span { border-color: rgb(160,78,75); }
td.TdClassName
{
border-color: #A04E4B;
}
.TagClassName
{
border-color: #A04E4B;
}
</style>