Shades of Roof Terracotta #A14B43
Tints of Roof Terracotta #A14B43
RGB
CMYK
RGB Variations
Color information
#A14B43 (or 0xA14B43) is known color: Roof Terracotta. HEX triplet: A1, 4B and 43. RGB value is (161,75,67). Sum of RGB (Red+Green+Blue) = 161+75+67=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14B43 is #5EB4BC. Grayscale: #636363. Windows color (decimal): -6206653 or 4410273. OLE color: 4410273.
HSL color Cylindrical-coordinate representation of color #A14B43: hue angle of 5.11º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A14B43 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 75 | 67 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.37 |
| HSL | 5.11º | 0.41% | 0.45% | - |
| HSV(B) | 5.11º | 0.58% | 0.63% | - |
| XYZ | 18.23 | 13.01 | 6.86 | - |
| YUV | 99.8 | 109.49 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 75 | 67 | 0 | 0.53 | 0.58 | 0.37 | 5.11 | 0.41 | 0.45 |
| Hex | A1 | 4B | 43 | 0 | 35 | 3A | 25 | 5 | 29 | 2D |
| Octal | 241 | 113 | 103 | 0 | 65 | 72 | 45 | 5 | 51 | 55 |
| Binary | 10100001 | 1001011 | 1000011 | 0 | 110101 | 111010 | 100101 | 101 | 101001 | 101101 |
Color Harmonies of #A14B43
Complementary color
Monochromatic Colors of #A14B43
Black with #A14B43
Text Example
Text Example
White with #A14B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14B43; }
p { color: rgb(161,75,67); }
H1.HeaderClassName
{
color: #A14B43;
}
.AnyTagClassName
{
color: #A14B43;
}
</style>
background-color css
<style>
a { background-color: #A14B43; }
a { background-color: rgb(161,75,67); }
div.DivClassName
{
background-color: #A14B43;
}
.BgClassName
{
background-color: #A14B43;
}
</style>
border-color css
<style>
span { border-color: #A14B43; }
span { border-color: rgb(161,75,67); }
td.TdClassName
{
border-color: #A14B43;
}
.TagClassName
{
border-color: #A14B43;
}
</style>