Shades of Roof Terracotta #A1423C
Tints of Roof Terracotta #A1423C
RGB
CMYK
RGB Variations
Color information
#A1423C (or 0xA1423C) is known color: Roof Terracotta. HEX triplet: A1, 42 and 3C. RGB value is (161,66,60). Sum of RGB (Red+Green+Blue) = 161+66+60=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A1423C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1423C is #5EBDC3. Grayscale: #5D5D5D. Windows color (decimal): -6208964 or 3949217. OLE color: 3949217.
HSL color Cylindrical-coordinate representation of color #A1423C: hue angle of 3.56º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1423C is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 66 | 60 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.37 |
| HSL | 3.56º | 0.46% | 0.43% | - |
| HSV(B) | 3.56º | 0.63% | 0.63% | - |
| XYZ | 17.46 | 11.8 | 5.63 | - |
| YUV | 93.72 | 108.97 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 66 | 60 | 0 | 0.59 | 0.63 | 0.37 | 3.56 | 0.46 | 0.43 |
| Hex | A1 | 42 | 3C | 0 | 3B | 3F | 25 | 4 | 2E | 2B |
| Octal | 241 | 102 | 74 | 0 | 73 | 77 | 45 | 4 | 56 | 53 |
| Binary | 10100001 | 1000010 | 111100 | 0 | 111011 | 111111 | 100101 | 100 | 101110 | 101011 |
Color Harmonies of #A1423C
Complementary color
Monochromatic Colors of #A1423C
Black with #A1423C
Text Example
Text Example
White with #A1423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1423C; }
p { color: rgb(161,66,60); }
H1.HeaderClassName
{
color: #A1423C;
}
.AnyTagClassName
{
color: #A1423C;
}
</style>
background-color css
<style>
a { background-color: #A1423C; }
a { background-color: rgb(161,66,60); }
div.DivClassName
{
background-color: #A1423C;
}
.BgClassName
{
background-color: #A1423C;
}
</style>
border-color css
<style>
span { border-color: #A1423C; }
span { border-color: rgb(161,66,60); }
td.TdClassName
{
border-color: #A1423C;
}
.TagClassName
{
border-color: #A1423C;
}
</style>