Shades of Roof Terracotta #A34A3E
Tints of Roof Terracotta #A34A3E
RGB
CMYK
RGB Variations
Color information
#A34A3E (or 0xA34A3E) is known color: Roof Terracotta. HEX triplet: A3, 4A and 3E. RGB value is (163,74,62). Sum of RGB (Red+Green+Blue) = 163+74+62=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34A3E is #5CB5C1. Grayscale: #636363. Windows color (decimal): -6075842 or 4082339. OLE color: 4082339.
HSL color Cylindrical-coordinate representation of color #A34A3E: hue angle of 7.13º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A34A3E is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 74 | 62 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.36 |
| HSL | 7.13º | 0.45% | 0.44% | - |
| HSV(B) | 7.13º | 0.62% | 0.64% | - |
| XYZ | 18.42 | 13.03 | 6.1 | - |
| YUV | 99.24 | 106.99 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 74 | 62 | 0 | 0.55 | 0.62 | 0.36 | 7.13 | 0.45 | 0.44 |
| Hex | A3 | 4A | 3E | 0 | 37 | 3E | 24 | 7 | 2D | 2C |
| Octal | 243 | 112 | 76 | 0 | 67 | 76 | 44 | 7 | 55 | 54 |
| Binary | 10100011 | 1001010 | 111110 | 0 | 110111 | 111110 | 100100 | 111 | 101101 | 101100 |
Color Harmonies of #A34A3E
Complementary color
Monochromatic Colors of #A34A3E
Black with #A34A3E
Text Example
Text Example
White with #A34A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34A3E; }
p { color: rgb(163,74,62); }
H1.HeaderClassName
{
color: #A34A3E;
}
.AnyTagClassName
{
color: #A34A3E;
}
</style>
background-color css
<style>
a { background-color: #A34A3E; }
a { background-color: rgb(163,74,62); }
div.DivClassName
{
background-color: #A34A3E;
}
.BgClassName
{
background-color: #A34A3E;
}
</style>
border-color css
<style>
span { border-color: #A34A3E; }
span { border-color: rgb(163,74,62); }
td.TdClassName
{
border-color: #A34A3E;
}
.TagClassName
{
border-color: #A34A3E;
}
</style>