Shades of Roof Terracotta #A34B3E
Tints of Roof Terracotta #A34B3E
RGB
CMYK
RGB Variations
Color information
#A34B3E (or 0xA34B3E) is known color: Roof Terracotta. HEX triplet: A3, 4B and 3E. RGB value is (163,75,62). Sum of RGB (Red+Green+Blue) = 163+75+62=300 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.33% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34B3E is #5CB4C1. Grayscale: #636363. Windows color (decimal): -6075586 or 4082595. OLE color: 4082595.
HSL color Cylindrical-coordinate representation of color #A34B3E: hue angle of 7.72º 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 #A34B3E is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 75 | 62 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.36 |
| HSL | 7.72º | 0.45% | 0.44% | - |
| HSV(B) | 7.72º | 0.62% | 0.64% | - |
| XYZ | 18.49 | 13.17 | 6.12 | - |
| YUV | 99.83 | 106.65 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 75 | 62 | 0 | 0.54 | 0.62 | 0.36 | 7.72 | 0.45 | 0.44 |
| Hex | A3 | 4B | 3E | 0 | 36 | 3E | 24 | 8 | 2D | 2C |
| Octal | 243 | 113 | 76 | 0 | 66 | 76 | 44 | 10 | 55 | 54 |
| Binary | 10100011 | 1001011 | 111110 | 0 | 110110 | 111110 | 100100 | 1000 | 101101 | 101100 |
Color Harmonies of #A34B3E
Complementary color
Monochromatic Colors of #A34B3E
Black with #A34B3E
Text Example
Text Example
White with #A34B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34B3E; }
p { color: rgb(163,75,62); }
H1.HeaderClassName
{
color: #A34B3E;
}
.AnyTagClassName
{
color: #A34B3E;
}
</style>
background-color css
<style>
a { background-color: #A34B3E; }
a { background-color: rgb(163,75,62); }
div.DivClassName
{
background-color: #A34B3E;
}
.BgClassName
{
background-color: #A34B3E;
}
</style>
border-color css
<style>
span { border-color: #A34B3E; }
span { border-color: rgb(163,75,62); }
td.TdClassName
{
border-color: #A34B3E;
}
.TagClassName
{
border-color: #A34B3E;
}
</style>