Shades of Rust #AA4D10
Tints of Rust #AA4D10
RGB
CMYK
RGB Variations
Color information
#AA4D10 (or 0xAA4D10) is known color: Rust. HEX triplet: AA, 4D and 10. RGB value is (170,77,16). Sum of RGB (Red+Green+Blue) = 170+77+16=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4D10 is #55B2EF. Grayscale: #626262. Windows color (decimal): -5616368 or 1068458. OLE color: 1068458.
HSL color Cylindrical-coordinate representation of color #AA4D10: hue angle of 23.77º 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 #AA4D10 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 77 | 16 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.33 |
| HSL | 23.77º | 0.83% | 0.36% | - |
| HSV(B) | 23.77º | 0.91% | 0.67% | - |
| XYZ | 19.32 | 13.89 | 2.15 | - |
| YUV | 97.85 | 81.81 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 16 | 0 | 0.55 | 0.91 | 0.33 | 23.77 | 0.83 | 0.36 |
| Hex | AA | 4D | 10 | 0 | 37 | 5B | 21 | 18 | 53 | 24 |
| Octal | 252 | 115 | 20 | 0 | 67 | 133 | 41 | 30 | 123 | 44 |
| Binary | 10101010 | 1001101 | 10000 | 0 | 110111 | 1011011 | 100001 | 11000 | 1010011 | 100100 |
Color Harmonies of #AA4D10
Complementary color
Monochromatic Colors of #AA4D10
Black with #AA4D10
Text Example
Text Example
White with #AA4D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4D10; }
p { color: rgb(170,77,16); }
H1.HeaderClassName
{
color: #AA4D10;
}
.AnyTagClassName
{
color: #AA4D10;
}
</style>
background-color css
<style>
a { background-color: #AA4D10; }
a { background-color: rgb(170,77,16); }
div.DivClassName
{
background-color: #AA4D10;
}
.BgClassName
{
background-color: #AA4D10;
}
</style>
border-color css
<style>
span { border-color: #AA4D10; }
span { border-color: rgb(170,77,16); }
td.TdClassName
{
border-color: #AA4D10;
}
.TagClassName
{
border-color: #AA4D10;
}
</style>