Shades of Rust #AA4719
Tints of Rust #AA4719
RGB
CMYK
RGB Variations
Color information
#AA4719 (or 0xAA4719) is known color: Rust. HEX triplet: AA, 47 and 19. RGB value is (170,71,25). Sum of RGB (Red+Green+Blue) = 170+71+25=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4719 is #55B8E6. Grayscale: #5F5F5F. Windows color (decimal): -5617895 or 1656746. OLE color: 1656746.
HSL color Cylindrical-coordinate representation of color #AA4719: hue angle of 19.03º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA4719 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 71 | 25 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.33 |
| HSL | 19.03º | 0.74% | 0.38% | - |
| HSV(B) | 19.03º | 0.85% | 0.67% | - |
| XYZ | 19.01 | 13.12 | 2.45 | - |
| YUV | 95.36 | 88.3 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 25 | 0 | 0.58 | 0.85 | 0.33 | 19.03 | 0.74 | 0.38 |
| Hex | AA | 47 | 19 | 0 | 3A | 55 | 21 | 13 | 4A | 26 |
| Octal | 252 | 107 | 31 | 0 | 72 | 125 | 41 | 23 | 112 | 46 |
| Binary | 10101010 | 1000111 | 11001 | 0 | 111010 | 1010101 | 100001 | 10011 | 1001010 | 100110 |
Color Harmonies of #AA4719
Complementary color
Monochromatic Colors of #AA4719
Black with #AA4719
Text Example
Text Example
White with #AA4719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4719; }
p { color: rgb(170,71,25); }
H1.HeaderClassName
{
color: #AA4719;
}
.AnyTagClassName
{
color: #AA4719;
}
</style>
background-color css
<style>
a { background-color: #AA4719; }
a { background-color: rgb(170,71,25); }
div.DivClassName
{
background-color: #AA4719;
}
.BgClassName
{
background-color: #AA4719;
}
</style>
border-color css
<style>
span { border-color: #AA4719; }
span { border-color: rgb(170,71,25); }
td.TdClassName
{
border-color: #AA4719;
}
.TagClassName
{
border-color: #AA4719;
}
</style>