Shades of Roof Terracotta #AA4B3E
Tints of Roof Terracotta #AA4B3E
RGB
CMYK
RGB Variations
Color information
#AA4B3E (or 0xAA4B3E) is known color: Roof Terracotta. HEX triplet: AA, 4B and 3E. RGB value is (170,75,62). Sum of RGB (Red+Green+Blue) = 170+75+62=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4B3E is #55B4C1. Grayscale: #666666. Windows color (decimal): -5616834 or 4082602. OLE color: 4082602.
HSL color Cylindrical-coordinate representation of color #AA4B3E: hue angle of 7.22º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA4B3E is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 75 | 62 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.33 |
| HSL | 7.22º | 0.47% | 0.45% | - |
| HSV(B) | 7.22º | 0.64% | 0.67% | - |
| XYZ | 19.96 | 13.93 | 6.19 | - |
| YUV | 101.92 | 105.47 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 75 | 62 | 0 | 0.56 | 0.64 | 0.33 | 7.22 | 0.47 | 0.45 |
| Hex | AA | 4B | 3E | 0 | 38 | 40 | 21 | 7 | 2F | 2D |
| Octal | 252 | 113 | 76 | 0 | 70 | 100 | 41 | 7 | 57 | 55 |
| Binary | 10101010 | 1001011 | 111110 | 0 | 111000 | 1000000 | 100001 | 111 | 101111 | 101101 |
Color Harmonies of #AA4B3E
Complementary color
Monochromatic Colors of #AA4B3E
Black with #AA4B3E
Text Example
Text Example
White with #AA4B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4B3E; }
p { color: rgb(170,75,62); }
H1.HeaderClassName
{
color: #AA4B3E;
}
.AnyTagClassName
{
color: #AA4B3E;
}
</style>
background-color css
<style>
a { background-color: #AA4B3E; }
a { background-color: rgb(170,75,62); }
div.DivClassName
{
background-color: #AA4B3E;
}
.BgClassName
{
background-color: #AA4B3E;
}
</style>
border-color css
<style>
span { border-color: #AA4B3E; }
span { border-color: rgb(170,75,62); }
td.TdClassName
{
border-color: #AA4B3E;
}
.TagClassName
{
border-color: #AA4B3E;
}
</style>