Shades of Rust #AA460F
Tints of Rust #AA460F
RGB
CMYK
RGB Variations
Color information
#AA460F (or 0xAA460F) is known color: Rust. HEX triplet: AA, 46 and 0F. RGB value is (170,70,15). Sum of RGB (Red+Green+Blue) = 170+70+15=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA460F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA460F is #55B9F0. Grayscale: #5D5D5D. Windows color (decimal): -5618161 or 1001130. OLE color: 1001130.
HSL color Cylindrical-coordinate representation of color #AA460F: hue angle of 21.29º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA460F is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 15 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.33 |
| HSL | 21.29º | 0.84% | 0.36% | - |
| HSV(B) | 21.29º | 0.91% | 0.67% | - |
| XYZ | 18.85 | 12.96 | 1.96 | - |
| YUV | 93.63 | 83.63 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 15 | 0 | 0.59 | 0.91 | 0.33 | 21.29 | 0.84 | 0.36 |
| Hex | AA | 46 | F | 0 | 3B | 5B | 21 | 15 | 54 | 24 |
| Octal | 252 | 106 | 17 | 0 | 73 | 133 | 41 | 25 | 124 | 44 |
| Binary | 10101010 | 1000110 | 1111 | 0 | 111011 | 1011011 | 100001 | 10101 | 1010100 | 100100 |
Color Harmonies of #AA460F
Complementary color
Monochromatic Colors of #AA460F
Black with #AA460F
Text Example
Text Example
White with #AA460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA460F; }
p { color: rgb(170,70,15); }
H1.HeaderClassName
{
color: #AA460F;
}
.AnyTagClassName
{
color: #AA460F;
}
</style>
background-color css
<style>
a { background-color: #AA460F; }
a { background-color: rgb(170,70,15); }
div.DivClassName
{
background-color: #AA460F;
}
.BgClassName
{
background-color: #AA460F;
}
</style>
border-color css
<style>
span { border-color: #AA460F; }
span { border-color: rgb(170,70,15); }
td.TdClassName
{
border-color: #AA460F;
}
.TagClassName
{
border-color: #AA460F;
}
</style>