Shades of Roof Terracotta #AA4A45
Tints of Roof Terracotta #AA4A45
RGB
CMYK
RGB Variations
Color information
#AA4A45 (or 0xAA4A45) is known color: Roof Terracotta. HEX triplet: AA, 4A and 45. RGB value is (170,74,69). Sum of RGB (Red+Green+Blue) = 170+74+69=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A45 is #55B5BA. Grayscale: #666666. Windows color (decimal): -5617083 or 4541098. OLE color: 4541098.
HSL color Cylindrical-coordinate representation of color #AA4A45: hue angle of 2.97º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA4A45 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 69 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.33 |
| HSL | 2.97º | 0.42% | 0.47% | - |
| HSV(B) | 2.97º | 0.59% | 0.67% | - |
| XYZ | 20.1 | 13.87 | 7.25 | - |
| YUV | 102.13 | 109.3 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 69 | 0 | 0.56 | 0.59 | 0.33 | 2.97 | 0.42 | 0.47 |
| Hex | AA | 4A | 45 | 0 | 38 | 3B | 21 | 3 | 2A | 2F |
| Octal | 252 | 112 | 105 | 0 | 70 | 73 | 41 | 3 | 52 | 57 |
| Binary | 10101010 | 1001010 | 1000101 | 0 | 111000 | 111011 | 100001 | 11 | 101010 | 101111 |
Color Harmonies of #AA4A45
Complementary color
Monochromatic Colors of #AA4A45
Black with #AA4A45
Text Example
Text Example
White with #AA4A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A45; }
p { color: rgb(170,74,69); }
H1.HeaderClassName
{
color: #AA4A45;
}
.AnyTagClassName
{
color: #AA4A45;
}
</style>
background-color css
<style>
a { background-color: #AA4A45; }
a { background-color: rgb(170,74,69); }
div.DivClassName
{
background-color: #AA4A45;
}
.BgClassName
{
background-color: #AA4A45;
}
</style>
border-color css
<style>
span { border-color: #AA4A45; }
span { border-color: rgb(170,74,69); }
td.TdClassName
{
border-color: #AA4A45;
}
.TagClassName
{
border-color: #AA4A45;
}
</style>