Shades of Roof Terracotta #AA4A43
Tints of Roof Terracotta #AA4A43
RGB
CMYK
RGB Variations
Color information
#AA4A43 (or 0xAA4A43) is known color: Roof Terracotta. HEX triplet: AA, 4A and 43. RGB value is (170,74,67). Sum of RGB (Red+Green+Blue) = 170+74+67=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A43 is #55B5BC. Grayscale: #666666. Windows color (decimal): -5617085 or 4410026. OLE color: 4410026.
HSL color Cylindrical-coordinate representation of color #AA4A43: hue angle of 4.08º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4A43 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 67 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.33 |
| HSL | 4.08º | 0.43% | 0.46% | - |
| HSV(B) | 4.08º | 0.61% | 0.67% | - |
| XYZ | 20.04 | 13.85 | 6.93 | - |
| YUV | 101.91 | 108.3 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 67 | 0 | 0.56 | 0.61 | 0.33 | 4.08 | 0.43 | 0.46 |
| Hex | AA | 4A | 43 | 0 | 38 | 3D | 21 | 4 | 2B | 2E |
| Octal | 252 | 112 | 103 | 0 | 70 | 75 | 41 | 4 | 53 | 56 |
| Binary | 10101010 | 1001010 | 1000011 | 0 | 111000 | 111101 | 100001 | 100 | 101011 | 101110 |
Color Harmonies of #AA4A43
Complementary color
Monochromatic Colors of #AA4A43
Black with #AA4A43
Text Example
Text Example
White with #AA4A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A43; }
p { color: rgb(170,74,67); }
H1.HeaderClassName
{
color: #AA4A43;
}
.AnyTagClassName
{
color: #AA4A43;
}
</style>
background-color css
<style>
a { background-color: #AA4A43; }
a { background-color: rgb(170,74,67); }
div.DivClassName
{
background-color: #AA4A43;
}
.BgClassName
{
background-color: #AA4A43;
}
</style>
border-color css
<style>
span { border-color: #AA4A43; }
span { border-color: rgb(170,74,67); }
td.TdClassName
{
border-color: #AA4A43;
}
.TagClassName
{
border-color: #AA4A43;
}
</style>