Shades of Roof Terracotta #A84A49
Tints of Roof Terracotta #A84A49
RGB
CMYK
RGB Variations
Color information
#A84A49 (or 0xA84A49) is known color: Roof Terracotta. HEX triplet: A8, 4A and 49. RGB value is (168,74,73). Sum of RGB (Red+Green+Blue) = 168+74+73=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84A49 is #57B5B6. Grayscale: #666666. Windows color (decimal): -5748151 or 4803240. OLE color: 4803240.
HSL color Cylindrical-coordinate representation of color #A84A49: hue angle of 0.63º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A84A49 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 74 | 73 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.34 |
| HSL | 0.63º | 0.39% | 0.47% | - |
| HSV(B) | 0.63º | 0.57% | 0.66% | - |
| XYZ | 19.8 | 13.7 | 7.9 | - |
| YUV | 101.99 | 111.64 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 74 | 73 | 0 | 0.56 | 0.57 | 0.34 | 0.63 | 0.39 | 0.47 |
| Hex | A8 | 4A | 49 | 0 | 38 | 39 | 22 | 1 | 27 | 2F |
| Octal | 250 | 112 | 111 | 0 | 70 | 71 | 42 | 1 | 47 | 57 |
| Binary | 10101000 | 1001010 | 1001001 | 0 | 111000 | 111001 | 100010 | 1 | 100111 | 101111 |
Color Harmonies of #A84A49
Complementary color
Monochromatic Colors of #A84A49
Black with #A84A49
Text Example
Text Example
White with #A84A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84A49; }
p { color: rgb(168,74,73); }
H1.HeaderClassName
{
color: #A84A49;
}
.AnyTagClassName
{
color: #A84A49;
}
</style>
background-color css
<style>
a { background-color: #A84A49; }
a { background-color: rgb(168,74,73); }
div.DivClassName
{
background-color: #A84A49;
}
.BgClassName
{
background-color: #A84A49;
}
</style>
border-color css
<style>
span { border-color: #A84A49; }
span { border-color: rgb(168,74,73); }
td.TdClassName
{
border-color: #A84A49;
}
.TagClassName
{
border-color: #A84A49;
}
</style>