Shades of Rust #AA4614
Tints of Rust #AA4614
RGB
CMYK
RGB Variations
Color information
#AA4614 (or 0xAA4614) is known color: Rust. HEX triplet: AA, 46 and 14. RGB value is (170,70,20). Sum of RGB (Red+Green+Blue) = 170+70+20=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4614 is #55B9EB. Grayscale: #5E5E5E. Windows color (decimal): -5618156 or 1328810. OLE color: 1328810.
HSL color Cylindrical-coordinate representation of color #AA4614: hue angle of 20º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA4614 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 20 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.33 |
| HSL | 20º | 0.79% | 0.37% | - |
| HSV(B) | 20º | 0.88% | 0.67% | - |
| XYZ | 18.89 | 12.98 | 2.17 | - |
| YUV | 94.2 | 86.13 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 20 | 0 | 0.59 | 0.88 | 0.33 | 20 | 0.79 | 0.37 |
| Hex | AA | 46 | 14 | 0 | 3B | 58 | 21 | 14 | 4F | 25 |
| Octal | 252 | 106 | 24 | 0 | 73 | 130 | 41 | 24 | 117 | 45 |
| Binary | 10101010 | 1000110 | 10100 | 0 | 111011 | 1011000 | 100001 | 10100 | 1001111 | 100101 |
Color Harmonies of #AA4614
Complementary color
Monochromatic Colors of #AA4614
Black with #AA4614
Text Example
Text Example
White with #AA4614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4614; }
p { color: rgb(170,70,20); }
H1.HeaderClassName
{
color: #AA4614;
}
.AnyTagClassName
{
color: #AA4614;
}
</style>
background-color css
<style>
a { background-color: #AA4614; }
a { background-color: rgb(170,70,20); }
div.DivClassName
{
background-color: #AA4614;
}
.BgClassName
{
background-color: #AA4614;
}
</style>
border-color css
<style>
span { border-color: #AA4614; }
span { border-color: rgb(170,70,20); }
td.TdClassName
{
border-color: #AA4614;
}
.TagClassName
{
border-color: #AA4614;
}
</style>