Shades of Rust #AA4C10
Tints of Rust #AA4C10
RGB
CMYK
RGB Variations
Color information
#AA4C10 (or 0xAA4C10) is known color: Rust. HEX triplet: AA, 4C and 10. RGB value is (170,76,16). Sum of RGB (Red+Green+Blue) = 170+76+16=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4C10 is #55B3EF. Grayscale: #616161. Windows color (decimal): -5616624 or 1068202. OLE color: 1068202.
HSL color Cylindrical-coordinate representation of color #AA4C10: hue angle of 23.38º 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 #AA4C10 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 76 | 16 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.33 |
| HSL | 23.38º | 0.83% | 0.36% | - |
| HSV(B) | 23.38º | 0.91% | 0.67% | - |
| XYZ | 19.26 | 13.75 | 2.13 | - |
| YUV | 97.27 | 82.14 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 16 | 0 | 0.55 | 0.91 | 0.33 | 23.38 | 0.83 | 0.36 |
| Hex | AA | 4C | 10 | 0 | 37 | 5B | 21 | 17 | 53 | 24 |
| Octal | 252 | 114 | 20 | 0 | 67 | 133 | 41 | 27 | 123 | 44 |
| Binary | 10101010 | 1001100 | 10000 | 0 | 110111 | 1011011 | 100001 | 10111 | 1010011 | 100100 |
Color Harmonies of #AA4C10
Complementary color
Monochromatic Colors of #AA4C10
Black with #AA4C10
Text Example
Text Example
White with #AA4C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4C10; }
p { color: rgb(170,76,16); }
H1.HeaderClassName
{
color: #AA4C10;
}
.AnyTagClassName
{
color: #AA4C10;
}
</style>
background-color css
<style>
a { background-color: #AA4C10; }
a { background-color: rgb(170,76,16); }
div.DivClassName
{
background-color: #AA4C10;
}
.BgClassName
{
background-color: #AA4C10;
}
</style>
border-color css
<style>
span { border-color: #AA4C10; }
span { border-color: rgb(170,76,16); }
td.TdClassName
{
border-color: #AA4C10;
}
.TagClassName
{
border-color: #AA4C10;
}
</style>