Shades of Roof Terracotta #A54C44
Tints of Roof Terracotta #A54C44
RGB
CMYK
RGB Variations
Color information
#A54C44 (or 0xA54C44) is known color: Roof Terracotta. HEX triplet: A5, 4C and 44. RGB value is (165,76,68). Sum of RGB (Red+Green+Blue) = 165+76+68=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54C44 is #5AB3BB. Grayscale: #656565. Windows color (decimal): -5944252 or 4476069. OLE color: 4476069.
HSL color Cylindrical-coordinate representation of color #A54C44: hue angle of 4.95º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A54C44 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 76 | 68 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.35 |
| HSL | 4.95º | 0.42% | 0.46% | - |
| HSV(B) | 4.95º | 0.59% | 0.65% | - |
| XYZ | 19.14 | 13.59 | 7.08 | - |
| YUV | 101.7 | 108.99 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 76 | 68 | 0 | 0.54 | 0.59 | 0.35 | 4.95 | 0.42 | 0.46 |
| Hex | A5 | 4C | 44 | 0 | 36 | 3B | 23 | 5 | 2A | 2E |
| Octal | 245 | 114 | 104 | 0 | 66 | 73 | 43 | 5 | 52 | 56 |
| Binary | 10100101 | 1001100 | 1000100 | 0 | 110110 | 111011 | 100011 | 101 | 101010 | 101110 |
Color Harmonies of #A54C44
Complementary color
Monochromatic Colors of #A54C44
Black with #A54C44
Text Example
Text Example
White with #A54C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54C44; }
p { color: rgb(165,76,68); }
H1.HeaderClassName
{
color: #A54C44;
}
.AnyTagClassName
{
color: #A54C44;
}
</style>
background-color css
<style>
a { background-color: #A54C44; }
a { background-color: rgb(165,76,68); }
div.DivClassName
{
background-color: #A54C44;
}
.BgClassName
{
background-color: #A54C44;
}
</style>
border-color css
<style>
span { border-color: #A54C44; }
span { border-color: rgb(165,76,68); }
td.TdClassName
{
border-color: #A54C44;
}
.TagClassName
{
border-color: #A54C44;
}
</style>