Shades of Roof Terracotta #A94942
Tints of Roof Terracotta #A94942
RGB
CMYK
RGB Variations
Color information
#A94942 (or 0xA94942) is known color: Roof Terracotta. HEX triplet: A9, 49 and 42. RGB value is (169,73,66). Sum of RGB (Red+Green+Blue) = 169+73+66=308 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.87% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 169 - color contains mainly: red. Hex color #A94942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94942 is #56B6BD. Grayscale: #656565. Windows color (decimal): -5682878 or 4344233. OLE color: 4344233.
HSL color Cylindrical-coordinate representation of color #A94942: hue angle of 4.08º 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 #A94942 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 73 | 66 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.34 |
| HSL | 4.08º | 0.44% | 0.46% | - |
| HSV(B) | 4.08º | 0.61% | 0.66% | - |
| XYZ | 19.73 | 13.59 | 6.74 | - |
| YUV | 100.91 | 108.3 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 73 | 66 | 0 | 0.57 | 0.61 | 0.34 | 4.08 | 0.44 | 0.46 |
| Hex | A9 | 49 | 42 | 0 | 39 | 3D | 22 | 4 | 2C | 2E |
| Octal | 251 | 111 | 102 | 0 | 71 | 75 | 42 | 4 | 54 | 56 |
| Binary | 10101001 | 1001001 | 1000010 | 0 | 111001 | 111101 | 100010 | 100 | 101100 | 101110 |
Color Harmonies of #A94942
Complementary color
Monochromatic Colors of #A94942
Black with #A94942
Text Example
Text Example
White with #A94942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94942; }
p { color: rgb(169,73,66); }
H1.HeaderClassName
{
color: #A94942;
}
.AnyTagClassName
{
color: #A94942;
}
</style>
background-color css
<style>
a { background-color: #A94942; }
a { background-color: rgb(169,73,66); }
div.DivClassName
{
background-color: #A94942;
}
.BgClassName
{
background-color: #A94942;
}
</style>
border-color css
<style>
span { border-color: #A94942; }
span { border-color: rgb(169,73,66); }
td.TdClassName
{
border-color: #A94942;
}
.TagClassName
{
border-color: #A94942;
}
</style>