Shades of Rust #AA4319
Tints of Rust #AA4319
RGB
CMYK
RGB Variations
Color information
#AA4319 (or 0xAA4319) is known color: Rust. HEX triplet: AA, 43 and 19. RGB value is (170,67,25). Sum of RGB (Red+Green+Blue) = 170+67+25=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4319 is #55BCE6. Grayscale: #5D5D5D. Windows color (decimal): -5618919 or 1655722. OLE color: 1655722.
HSL color Cylindrical-coordinate representation of color #AA4319: hue angle of 17.38º 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 #AA4319 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 25 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.33 |
| HSL | 17.38º | 0.74% | 0.38% | - |
| HSV(B) | 17.38º | 0.85% | 0.67% | - |
| XYZ | 18.76 | 12.63 | 2.37 | - |
| YUV | 93.01 | 89.62 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 25 | 0 | 0.61 | 0.85 | 0.33 | 17.38 | 0.74 | 0.38 |
| Hex | AA | 43 | 19 | 0 | 3D | 55 | 21 | 11 | 4A | 26 |
| Octal | 252 | 103 | 31 | 0 | 75 | 125 | 41 | 21 | 112 | 46 |
| Binary | 10101010 | 1000011 | 11001 | 0 | 111101 | 1010101 | 100001 | 10001 | 1001010 | 100110 |
Color Harmonies of #AA4319
Complementary color
Monochromatic Colors of #AA4319
Black with #AA4319
Text Example
Text Example
White with #AA4319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4319; }
p { color: rgb(170,67,25); }
H1.HeaderClassName
{
color: #AA4319;
}
.AnyTagClassName
{
color: #AA4319;
}
</style>
background-color css
<style>
a { background-color: #AA4319; }
a { background-color: rgb(170,67,25); }
div.DivClassName
{
background-color: #AA4319;
}
.BgClassName
{
background-color: #AA4319;
}
</style>
border-color css
<style>
span { border-color: #AA4319; }
span { border-color: rgb(170,67,25); }
td.TdClassName
{
border-color: #AA4319;
}
.TagClassName
{
border-color: #AA4319;
}
</style>