Shades of Roof Terracotta #A84A3F
Tints of Roof Terracotta #A84A3F
RGB
CMYK
RGB Variations
Color information
#A84A3F (or 0xA84A3F) is known color: Roof Terracotta. HEX triplet: A8, 4A and 3F. RGB value is (168,74,63). Sum of RGB (Red+Green+Blue) = 168+74+63=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84A3F is #57B5C0. Grayscale: #646464. Windows color (decimal): -5748161 or 4147880. OLE color: 4147880.
HSL color Cylindrical-coordinate representation of color #A84A3F: hue angle of 6.29º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A84A3F is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 74 | 63 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.34 |
| HSL | 6.29º | 0.45% | 0.45% | - |
| HSV(B) | 6.29º | 0.63% | 0.66% | - |
| XYZ | 19.49 | 13.58 | 6.3 | - |
| YUV | 100.85 | 106.64 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 74 | 63 | 0 | 0.56 | 0.63 | 0.34 | 6.29 | 0.45 | 0.45 |
| Hex | A8 | 4A | 3F | 0 | 38 | 3F | 22 | 6 | 2D | 2D |
| Octal | 250 | 112 | 77 | 0 | 70 | 77 | 42 | 6 | 55 | 55 |
| Binary | 10101000 | 1001010 | 111111 | 0 | 111000 | 111111 | 100010 | 110 | 101101 | 101101 |
Color Harmonies of #A84A3F
Complementary color
Monochromatic Colors of #A84A3F
Black with #A84A3F
Text Example
Text Example
White with #A84A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84A3F; }
p { color: rgb(168,74,63); }
H1.HeaderClassName
{
color: #A84A3F;
}
.AnyTagClassName
{
color: #A84A3F;
}
</style>
background-color css
<style>
a { background-color: #A84A3F; }
a { background-color: rgb(168,74,63); }
div.DivClassName
{
background-color: #A84A3F;
}
.BgClassName
{
background-color: #A84A3F;
}
</style>
border-color css
<style>
span { border-color: #A84A3F; }
span { border-color: rgb(168,74,63); }
td.TdClassName
{
border-color: #A84A3F;
}
.TagClassName
{
border-color: #A84A3F;
}
</style>