Shades of Roof Terracotta #AA423F
Tints of Roof Terracotta #AA423F
RGB
CMYK
RGB Variations
Color information
#AA423F (or 0xAA423F) is known color: Roof Terracotta. HEX triplet: AA, 42 and 3F. RGB value is (170,66,63). Sum of RGB (Red+Green+Blue) = 170+66+63=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA423F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA423F is #55BDC0. Grayscale: #606060. Windows color (decimal): -5619137 or 4145834. OLE color: 4145834.
HSL color Cylindrical-coordinate representation of color #AA423F: hue angle of 1.68º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA423F is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 63 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.33 |
| HSL | 1.68º | 0.46% | 0.46% | - |
| HSV(B) | 1.68º | 0.63% | 0.67% | - |
| XYZ | 19.42 | 12.8 | 6.15 | - |
| YUV | 96.75 | 108.96 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 63 | 0 | 0.61 | 0.63 | 0.33 | 1.68 | 0.46 | 0.46 |
| Hex | AA | 42 | 3F | 0 | 3D | 3F | 21 | 2 | 2E | 2E |
| Octal | 252 | 102 | 77 | 0 | 75 | 77 | 41 | 2 | 56 | 56 |
| Binary | 10101010 | 1000010 | 111111 | 0 | 111101 | 111111 | 100001 | 10 | 101110 | 101110 |
Color Harmonies of #AA423F
Complementary color
Monochromatic Colors of #AA423F
Black with #AA423F
Text Example
Text Example
White with #AA423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA423F; }
p { color: rgb(170,66,63); }
H1.HeaderClassName
{
color: #AA423F;
}
.AnyTagClassName
{
color: #AA423F;
}
</style>
background-color css
<style>
a { background-color: #AA423F; }
a { background-color: rgb(170,66,63); }
div.DivClassName
{
background-color: #AA423F;
}
.BgClassName
{
background-color: #AA423F;
}
</style>
border-color css
<style>
span { border-color: #AA423F; }
span { border-color: rgb(170,66,63); }
td.TdClassName
{
border-color: #AA423F;
}
.TagClassName
{
border-color: #AA423F;
}
</style>