Shades of Roof Terracotta #A1423D
Tints of Roof Terracotta #A1423D
RGB
CMYK
RGB Variations
Color information
#A1423D (or 0xA1423D) is known color: Roof Terracotta. HEX triplet: A1, 42 and 3D. RGB value is (161,66,61). Sum of RGB (Red+Green+Blue) = 161+66+61=288 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.90% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 161 - color contains mainly: red. Hex color #A1423D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1423D is #5EBDC2. Grayscale: #5D5D5D. Windows color (decimal): -6208963 or 4014753. OLE color: 4014753.
HSL color Cylindrical-coordinate representation of color #A1423D: hue angle of 3º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1423D is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 66 | 61 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.37 |
| HSL | 3º | 0.45% | 0.44% | - |
| HSV(B) | 3º | 0.62% | 0.63% | - |
| XYZ | 17.49 | 11.81 | 5.77 | - |
| YUV | 93.84 | 109.47 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 66 | 61 | 0 | 0.59 | 0.62 | 0.37 | 3 | 0.45 | 0.44 |
| Hex | A1 | 42 | 3D | 0 | 3B | 3E | 25 | 3 | 2D | 2C |
| Octal | 241 | 102 | 75 | 0 | 73 | 76 | 45 | 3 | 55 | 54 |
| Binary | 10100001 | 1000010 | 111101 | 0 | 111011 | 111110 | 100101 | 11 | 101101 | 101100 |
Color Harmonies of #A1423D
Complementary color
Monochromatic Colors of #A1423D
Black with #A1423D
Text Example
Text Example
White with #A1423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1423D; }
p { color: rgb(161,66,61); }
H1.HeaderClassName
{
color: #A1423D;
}
.AnyTagClassName
{
color: #A1423D;
}
</style>
background-color css
<style>
a { background-color: #A1423D; }
a { background-color: rgb(161,66,61); }
div.DivClassName
{
background-color: #A1423D;
}
.BgClassName
{
background-color: #A1423D;
}
</style>
border-color css
<style>
span { border-color: #A1423D; }
span { border-color: rgb(161,66,61); }
td.TdClassName
{
border-color: #A1423D;
}
.TagClassName
{
border-color: #A1423D;
}
</style>