Shades of Rust #AA4A13
Tints of Rust #AA4A13
RGB
CMYK
RGB Variations
Color information
#AA4A13 (or 0xAA4A13) is known color: Rust. HEX triplet: AA, 4A and 13. RGB value is (170,74,19). Sum of RGB (Red+Green+Blue) = 170+74+19=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4A13 is #55B5EC. Grayscale: #606060. Windows color (decimal): -5617133 or 1264298. OLE color: 1264298.
HSL color Cylindrical-coordinate representation of color #AA4A13: hue angle of 21.85º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA4A13 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 19 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.33 |
| HSL | 21.85º | 0.8% | 0.37% | - |
| HSV(B) | 21.85º | 0.89% | 0.67% | - |
| XYZ | 19.14 | 13.49 | 2.21 | - |
| YUV | 96.43 | 84.3 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 19 | 0 | 0.56 | 0.89 | 0.33 | 21.85 | 0.8 | 0.37 |
| Hex | AA | 4A | 13 | 0 | 38 | 59 | 21 | 16 | 50 | 25 |
| Octal | 252 | 112 | 23 | 0 | 70 | 131 | 41 | 26 | 120 | 45 |
| Binary | 10101010 | 1001010 | 10011 | 0 | 111000 | 1011001 | 100001 | 10110 | 1010000 | 100101 |
Color Harmonies of #AA4A13
Complementary color
Monochromatic Colors of #AA4A13
Black with #AA4A13
Text Example
Text Example
White with #AA4A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A13; }
p { color: rgb(170,74,19); }
H1.HeaderClassName
{
color: #AA4A13;
}
.AnyTagClassName
{
color: #AA4A13;
}
</style>
background-color css
<style>
a { background-color: #AA4A13; }
a { background-color: rgb(170,74,19); }
div.DivClassName
{
background-color: #AA4A13;
}
.BgClassName
{
background-color: #AA4A13;
}
</style>
border-color css
<style>
span { border-color: #AA4A13; }
span { border-color: rgb(170,74,19); }
td.TdClassName
{
border-color: #AA4A13;
}
.TagClassName
{
border-color: #AA4A13;
}
</style>