Shades of Rust #AA4019
Tints of Rust #AA4019
RGB
CMYK
RGB Variations
Color information
#AA4019 (or 0xAA4019) is known color: Rust. HEX triplet: AA, 40 and 19. RGB value is (170,64,25). Sum of RGB (Red+Green+Blue) = 170+64+25=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4019 is #55BFE6. Grayscale: #5B5B5B. Windows color (decimal): -5619687 or 1654954. OLE color: 1654954.
HSL color Cylindrical-coordinate representation of color #AA4019: hue angle of 16.14º 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 #AA4019 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 25 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.33 |
| HSL | 16.14º | 0.74% | 0.38% | - |
| HSV(B) | 16.14º | 0.85% | 0.67% | - |
| XYZ | 18.59 | 12.28 | 2.31 | - |
| YUV | 91.25 | 90.62 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 25 | 0 | 0.62 | 0.85 | 0.33 | 16.14 | 0.74 | 0.38 |
| Hex | AA | 40 | 19 | 0 | 3E | 55 | 21 | 10 | 4A | 26 |
| Octal | 252 | 100 | 31 | 0 | 76 | 125 | 41 | 20 | 112 | 46 |
| Binary | 10101010 | 1000000 | 11001 | 0 | 111110 | 1010101 | 100001 | 10000 | 1001010 | 100110 |
Color Harmonies of #AA4019
Complementary color
Monochromatic Colors of #AA4019
Black with #AA4019
Text Example
Text Example
White with #AA4019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4019; }
p { color: rgb(170,64,25); }
H1.HeaderClassName
{
color: #AA4019;
}
.AnyTagClassName
{
color: #AA4019;
}
</style>
background-color css
<style>
a { background-color: #AA4019; }
a { background-color: rgb(170,64,25); }
div.DivClassName
{
background-color: #AA4019;
}
.BgClassName
{
background-color: #AA4019;
}
</style>
border-color css
<style>
span { border-color: #AA4019; }
span { border-color: rgb(170,64,25); }
td.TdClassName
{
border-color: #AA4019;
}
.TagClassName
{
border-color: #AA4019;
}
</style>