Shades of Rust #AA4310
Tints of Rust #AA4310
RGB
CMYK
RGB Variations
Color information
#AA4310 (or 0xAA4310) is known color: Rust. HEX triplet: AA, 43 and 10. RGB value is (170,67,16). Sum of RGB (Red+Green+Blue) = 170+67+16=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4310 is #55BCEF. Grayscale: #5C5C5C. Windows color (decimal): -5618928 or 1065898. OLE color: 1065898.
HSL color Cylindrical-coordinate representation of color #AA4310: hue angle of 19.87º degrees, saturation: 0.83, 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 #AA4310 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 16 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.33 |
| HSL | 19.87º | 0.83% | 0.36% | - |
| HSV(B) | 19.87º | 0.91% | 0.67% | - |
| XYZ | 18.68 | 12.6 | 1.94 | - |
| YUV | 91.98 | 85.12 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 16 | 0 | 0.61 | 0.91 | 0.33 | 19.87 | 0.83 | 0.36 |
| Hex | AA | 43 | 10 | 0 | 3D | 5B | 21 | 14 | 53 | 24 |
| Octal | 252 | 103 | 20 | 0 | 75 | 133 | 41 | 24 | 123 | 44 |
| Binary | 10101010 | 1000011 | 10000 | 0 | 111101 | 1011011 | 100001 | 10100 | 1010011 | 100100 |
Color Harmonies of #AA4310
Complementary color
Monochromatic Colors of #AA4310
Black with #AA4310
Text Example
Text Example
White with #AA4310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4310; }
p { color: rgb(170,67,16); }
H1.HeaderClassName
{
color: #AA4310;
}
.AnyTagClassName
{
color: #AA4310;
}
</style>
background-color css
<style>
a { background-color: #AA4310; }
a { background-color: rgb(170,67,16); }
div.DivClassName
{
background-color: #AA4310;
}
.BgClassName
{
background-color: #AA4310;
}
</style>
border-color css
<style>
span { border-color: #AA4310; }
span { border-color: rgb(170,67,16); }
td.TdClassName
{
border-color: #AA4310;
}
.TagClassName
{
border-color: #AA4310;
}
</style>