Shades of Roof Terracotta #A54B3E
Tints of Roof Terracotta #A54B3E
RGB
CMYK
RGB Variations
Color information
#A54B3E (or 0xA54B3E) is known color: Roof Terracotta. HEX triplet: A5, 4B and 3E. RGB value is (165,75,62). Sum of RGB (Red+Green+Blue) = 165+75+62=302 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.64% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54B3E is #5AB4C1. Grayscale: #646464. Windows color (decimal): -5944514 or 4082597. OLE color: 4082597.
HSL color Cylindrical-coordinate representation of color #A54B3E: hue angle of 7.57º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A54B3E is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 75 | 62 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.35 |
| HSL | 7.57º | 0.45% | 0.45% | - |
| HSV(B) | 7.57º | 0.62% | 0.65% | - |
| XYZ | 18.9 | 13.38 | 6.14 | - |
| YUV | 100.43 | 106.32 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 75 | 62 | 0 | 0.55 | 0.62 | 0.35 | 7.57 | 0.45 | 0.45 |
| Hex | A5 | 4B | 3E | 0 | 37 | 3E | 23 | 8 | 2D | 2D |
| Octal | 245 | 113 | 76 | 0 | 67 | 76 | 43 | 10 | 55 | 55 |
| Binary | 10100101 | 1001011 | 111110 | 0 | 110111 | 111110 | 100011 | 1000 | 101101 | 101101 |
Color Harmonies of #A54B3E
Complementary color
Monochromatic Colors of #A54B3E
Black with #A54B3E
Text Example
Text Example
White with #A54B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54B3E; }
p { color: rgb(165,75,62); }
H1.HeaderClassName
{
color: #A54B3E;
}
.AnyTagClassName
{
color: #A54B3E;
}
</style>
background-color css
<style>
a { background-color: #A54B3E; }
a { background-color: rgb(165,75,62); }
div.DivClassName
{
background-color: #A54B3E;
}
.BgClassName
{
background-color: #A54B3E;
}
</style>
border-color css
<style>
span { border-color: #A54B3E; }
span { border-color: rgb(165,75,62); }
td.TdClassName
{
border-color: #A54B3E;
}
.TagClassName
{
border-color: #A54B3E;
}
</style>