Shades of Roof Terracotta #A84A3B
Tints of Roof Terracotta #A84A3B
RGB
CMYK
RGB Variations
Color information
#A84A3B (or 0xA84A3B) is known color: Roof Terracotta. HEX triplet: A8, 4A and 3B. RGB value is (168,74,59). Sum of RGB (Red+Green+Blue) = 168+74+59=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84A3B is #57B5C4. Grayscale: #646464. Windows color (decimal): -5748165 or 3885736. OLE color: 3885736.
HSL color Cylindrical-coordinate representation of color #A84A3B: hue angle of 8.26º 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 #A84A3B is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 74 | 59 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.34 |
| HSL | 8.26º | 0.48% | 0.45% | - |
| HSV(B) | 8.26º | 0.65% | 0.66% | - |
| XYZ | 19.39 | 13.54 | 5.73 | - |
| YUV | 100.4 | 104.64 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 74 | 59 | 0 | 0.56 | 0.65 | 0.34 | 8.26 | 0.48 | 0.45 |
| Hex | A8 | 4A | 3B | 0 | 38 | 41 | 22 | 8 | 30 | 2D |
| Octal | 250 | 112 | 73 | 0 | 70 | 101 | 42 | 10 | 60 | 55 |
| Binary | 10101000 | 1001010 | 111011 | 0 | 111000 | 1000001 | 100010 | 1000 | 110000 | 101101 |
Color Harmonies of #A84A3B
Complementary color
Monochromatic Colors of #A84A3B
Black with #A84A3B
Text Example
Text Example
White with #A84A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84A3B; }
p { color: rgb(168,74,59); }
H1.HeaderClassName
{
color: #A84A3B;
}
.AnyTagClassName
{
color: #A84A3B;
}
</style>
background-color css
<style>
a { background-color: #A84A3B; }
a { background-color: rgb(168,74,59); }
div.DivClassName
{
background-color: #A84A3B;
}
.BgClassName
{
background-color: #A84A3B;
}
</style>
border-color css
<style>
span { border-color: #A84A3B; }
span { border-color: rgb(168,74,59); }
td.TdClassName
{
border-color: #A84A3B;
}
.TagClassName
{
border-color: #A84A3B;
}
</style>