Shades of Roof Terracotta #A24A3F
Tints of Roof Terracotta #A24A3F
RGB
CMYK
RGB Variations
Color information
#A24A3F (or 0xA24A3F) is known color: Roof Terracotta. HEX triplet: A2, 4A and 3F. RGB value is (162,74,63). Sum of RGB (Red+Green+Blue) = 162+74+63=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24A3F is #5DB5C0. Grayscale: #636363. Windows color (decimal): -6141377 or 4147874. OLE color: 4147874.
HSL color Cylindrical-coordinate representation of color #A24A3F: hue angle of 6.67º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A24A3F is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 74 | 63 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.36 |
| HSL | 6.67º | 0.44% | 0.44% | - |
| HSV(B) | 6.67º | 0.61% | 0.64% | - |
| XYZ | 18.25 | 12.94 | 6.24 | - |
| YUV | 99.06 | 107.65 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 74 | 63 | 0 | 0.54 | 0.61 | 0.36 | 6.67 | 0.44 | 0.44 |
| Hex | A2 | 4A | 3F | 0 | 36 | 3D | 24 | 7 | 2C | 2C |
| Octal | 242 | 112 | 77 | 0 | 66 | 75 | 44 | 7 | 54 | 54 |
| Binary | 10100010 | 1001010 | 111111 | 0 | 110110 | 111101 | 100100 | 111 | 101100 | 101100 |
Color Harmonies of #A24A3F
Complementary color
Monochromatic Colors of #A24A3F
Black with #A24A3F
Text Example
Text Example
White with #A24A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24A3F; }
p { color: rgb(162,74,63); }
H1.HeaderClassName
{
color: #A24A3F;
}
.AnyTagClassName
{
color: #A24A3F;
}
</style>
background-color css
<style>
a { background-color: #A24A3F; }
a { background-color: rgb(162,74,63); }
div.DivClassName
{
background-color: #A24A3F;
}
.BgClassName
{
background-color: #A24A3F;
}
</style>
border-color css
<style>
span { border-color: #A24A3F; }
span { border-color: rgb(162,74,63); }
td.TdClassName
{
border-color: #A24A3F;
}
.TagClassName
{
border-color: #A24A3F;
}
</style>