Shades of Roof Terracotta #A34B4A
Tints of Roof Terracotta #A34B4A
RGB
CMYK
RGB Variations
Color information
#A34B4A (or 0xA34B4A) is known color: Roof Terracotta. HEX triplet: A3, 4B and 4A. RGB value is (163,75,74). Sum of RGB (Red+Green+Blue) = 163+75+74=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34B4A is #5CB4B5. Grayscale: #656565. Windows color (decimal): -6075574 or 4869027. OLE color: 4869027.
HSL color Cylindrical-coordinate representation of color #A34B4A: hue angle of 0.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A34B4A is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 75 | 74 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.36 |
| HSL | 0.67º | 0.38% | 0.46% | - |
| HSV(B) | 0.67º | 0.55% | 0.64% | - |
| XYZ | 18.86 | 13.31 | 8.05 | - |
| YUV | 101.2 | 112.65 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 75 | 74 | 0 | 0.54 | 0.55 | 0.36 | 0.67 | 0.38 | 0.46 |
| Hex | A3 | 4B | 4A | 0 | 36 | 37 | 24 | 1 | 26 | 2E |
| Octal | 243 | 113 | 112 | 0 | 66 | 67 | 44 | 1 | 46 | 56 |
| Binary | 10100011 | 1001011 | 1001010 | 0 | 110110 | 110111 | 100100 | 1 | 100110 | 101110 |
Color Harmonies of #A34B4A
Complementary color
Monochromatic Colors of #A34B4A
Black with #A34B4A
Text Example
Text Example
White with #A34B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34B4A; }
p { color: rgb(163,75,74); }
H1.HeaderClassName
{
color: #A34B4A;
}
.AnyTagClassName
{
color: #A34B4A;
}
</style>
background-color css
<style>
a { background-color: #A34B4A; }
a { background-color: rgb(163,75,74); }
div.DivClassName
{
background-color: #A34B4A;
}
.BgClassName
{
background-color: #A34B4A;
}
</style>
border-color css
<style>
span { border-color: #A34B4A; }
span { border-color: rgb(163,75,74); }
td.TdClassName
{
border-color: #A34B4A;
}
.TagClassName
{
border-color: #A34B4A;
}
</style>