Shades of Roof Terracotta #AA4A40
Tints of Roof Terracotta #AA4A40
RGB
CMYK
RGB Variations
Color information
#AA4A40 (or 0xAA4A40) is known color: Roof Terracotta. HEX triplet: AA, 4A and 40. RGB value is (170,74,64). Sum of RGB (Red+Green+Blue) = 170+74+64=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A40 is #55B5BF. Grayscale: #656565. Windows color (decimal): -5617088 or 4213418. OLE color: 4213418.
HSL color Cylindrical-coordinate representation of color #AA4A40: hue angle of 5.66º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA4A40 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 64 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.33 |
| HSL | 5.66º | 0.45% | 0.46% | - |
| HSV(B) | 5.66º | 0.62% | 0.67% | - |
| XYZ | 19.95 | 13.81 | 6.47 | - |
| YUV | 101.56 | 106.8 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 64 | 0 | 0.56 | 0.62 | 0.33 | 5.66 | 0.45 | 0.46 |
| Hex | AA | 4A | 40 | 0 | 38 | 3E | 21 | 6 | 2D | 2E |
| Octal | 252 | 112 | 100 | 0 | 70 | 76 | 41 | 6 | 55 | 56 |
| Binary | 10101010 | 1001010 | 1000000 | 0 | 111000 | 111110 | 100001 | 110 | 101101 | 101110 |
Color Harmonies of #AA4A40
Complementary color
Monochromatic Colors of #AA4A40
Black with #AA4A40
Text Example
Text Example
White with #AA4A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A40; }
p { color: rgb(170,74,64); }
H1.HeaderClassName
{
color: #AA4A40;
}
.AnyTagClassName
{
color: #AA4A40;
}
</style>
background-color css
<style>
a { background-color: #AA4A40; }
a { background-color: rgb(170,74,64); }
div.DivClassName
{
background-color: #AA4A40;
}
.BgClassName
{
background-color: #AA4A40;
}
</style>
border-color css
<style>
span { border-color: #AA4A40; }
span { border-color: rgb(170,74,64); }
td.TdClassName
{
border-color: #AA4A40;
}
.TagClassName
{
border-color: #AA4A40;
}
</style>