Shades of Roof Terracotta #A84542
Tints of Roof Terracotta #A84542
RGB
CMYK
RGB Variations
Color information
#A84542 (or 0xA84542) is known color: Roof Terracotta. HEX triplet: A8, 45 and 42. RGB value is (168,69,66). Sum of RGB (Red+Green+Blue) = 168+69+66=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A84542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84542 is #57BABD. Grayscale: #626262. Windows color (decimal): -5749438 or 4343208. OLE color: 4343208.
HSL color Cylindrical-coordinate representation of color #A84542: hue angle of 1.76º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A84542 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 66 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.34 |
| HSL | 1.76º | 0.44% | 0.46% | - |
| HSV(B) | 1.76º | 0.61% | 0.66% | - |
| XYZ | 19.26 | 12.97 | 6.64 | - |
| YUV | 98.26 | 109.8 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 66 | 0 | 0.59 | 0.61 | 0.34 | 1.76 | 0.44 | 0.46 |
| Hex | A8 | 45 | 42 | 0 | 3B | 3D | 22 | 2 | 2C | 2E |
| Octal | 250 | 105 | 102 | 0 | 73 | 75 | 42 | 2 | 54 | 56 |
| Binary | 10101000 | 1000101 | 1000010 | 0 | 111011 | 111101 | 100010 | 10 | 101100 | 101110 |
Color Harmonies of #A84542
Complementary color
Monochromatic Colors of #A84542
Black with #A84542
Text Example
Text Example
White with #A84542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84542; }
p { color: rgb(168,69,66); }
H1.HeaderClassName
{
color: #A84542;
}
.AnyTagClassName
{
color: #A84542;
}
</style>
background-color css
<style>
a { background-color: #A84542; }
a { background-color: rgb(168,69,66); }
div.DivClassName
{
background-color: #A84542;
}
.BgClassName
{
background-color: #A84542;
}
</style>
border-color css
<style>
span { border-color: #A84542; }
span { border-color: rgb(168,69,66); }
td.TdClassName
{
border-color: #A84542;
}
.TagClassName
{
border-color: #A84542;
}
</style>