Shades of Roof Terracotta #A8493B
Tints of Roof Terracotta #A8493B
RGB
CMYK
RGB Variations
Color information
#A8493B (or 0xA8493B) is known color: Roof Terracotta. HEX triplet: A8, 49 and 3B. RGB value is (168,73,59). Sum of RGB (Red+Green+Blue) = 168+73+59=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A8493B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8493B is #57B6C4. Grayscale: #636363. Windows color (decimal): -5748421 or 3885480. OLE color: 3885480.
HSL color Cylindrical-coordinate representation of color #A8493B: hue angle of 7.71º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8493B is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 73 | 59 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.34 |
| HSL | 7.71º | 0.48% | 0.45% | - |
| HSV(B) | 7.71º | 0.65% | 0.66% | - |
| XYZ | 19.32 | 13.41 | 5.71 | - |
| YUV | 99.81 | 104.97 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 59 | 0 | 0.57 | 0.65 | 0.34 | 7.71 | 0.48 | 0.45 |
| Hex | A8 | 49 | 3B | 0 | 39 | 41 | 22 | 8 | 30 | 2D |
| Octal | 250 | 111 | 73 | 0 | 71 | 101 | 42 | 10 | 60 | 55 |
| Binary | 10101000 | 1001001 | 111011 | 0 | 111001 | 1000001 | 100010 | 1000 | 110000 | 101101 |
Color Harmonies of #A8493B
Complementary color
Monochromatic Colors of #A8493B
Black with #A8493B
Text Example
Text Example
White with #A8493B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8493B; }
p { color: rgb(168,73,59); }
H1.HeaderClassName
{
color: #A8493B;
}
.AnyTagClassName
{
color: #A8493B;
}
</style>
background-color css
<style>
a { background-color: #A8493B; }
a { background-color: rgb(168,73,59); }
div.DivClassName
{
background-color: #A8493B;
}
.BgClassName
{
background-color: #A8493B;
}
</style>
border-color css
<style>
span { border-color: #A8493B; }
span { border-color: rgb(168,73,59); }
td.TdClassName
{
border-color: #A8493B;
}
.TagClassName
{
border-color: #A8493B;
}
</style>