Shades of Rust #AA4914
Tints of Rust #AA4914
RGB
CMYK
RGB Variations
Color information
#AA4914 (or 0xAA4914) is known color: Rust. HEX triplet: AA, 49 and 14. RGB value is (170,73,20). Sum of RGB (Red+Green+Blue) = 170+73+20=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4914 is #55B6EB. Grayscale: #606060. Windows color (decimal): -5617388 or 1329578. OLE color: 1329578.
HSL color Cylindrical-coordinate representation of color #AA4914: hue angle of 21.2º 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 #AA4914 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 73 | 20 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.33 |
| HSL | 21.2º | 0.79% | 0.37% | - |
| HSV(B) | 21.2º | 0.88% | 0.67% | - |
| XYZ | 19.09 | 13.36 | 2.23 | - |
| YUV | 95.96 | 85.14 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 20 | 0 | 0.57 | 0.88 | 0.33 | 21.2 | 0.79 | 0.37 |
| Hex | AA | 49 | 14 | 0 | 39 | 58 | 21 | 15 | 4F | 25 |
| Octal | 252 | 111 | 24 | 0 | 71 | 130 | 41 | 25 | 117 | 45 |
| Binary | 10101010 | 1001001 | 10100 | 0 | 111001 | 1011000 | 100001 | 10101 | 1001111 | 100101 |
Color Harmonies of #AA4914
Complementary color
Monochromatic Colors of #AA4914
Black with #AA4914
Text Example
Text Example
White with #AA4914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4914; }
p { color: rgb(170,73,20); }
H1.HeaderClassName
{
color: #AA4914;
}
.AnyTagClassName
{
color: #AA4914;
}
</style>
background-color css
<style>
a { background-color: #AA4914; }
a { background-color: rgb(170,73,20); }
div.DivClassName
{
background-color: #AA4914;
}
.BgClassName
{
background-color: #AA4914;
}
</style>
border-color css
<style>
span { border-color: #AA4914; }
span { border-color: rgb(170,73,20); }
td.TdClassName
{
border-color: #AA4914;
}
.TagClassName
{
border-color: #AA4914;
}
</style>