Shades of Rust #AA4F10
Tints of Rust #AA4F10
RGB
CMYK
RGB Variations
Color information
#AA4F10 (or 0xAA4F10) is known color: Rust. HEX triplet: AA, 4F and 10. RGB value is (170,79,16). Sum of RGB (Red+Green+Blue) = 170+79+16=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4F10 is #55B0EF. Grayscale: #636363. Windows color (decimal): -5615856 or 1068970. OLE color: 1068970.
HSL color Cylindrical-coordinate representation of color #AA4F10: hue angle of 24.55º 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 #AA4F10 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 79 | 16 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.33 |
| HSL | 24.55º | 0.83% | 0.36% | - |
| HSV(B) | 24.55º | 0.91% | 0.67% | - |
| XYZ | 19.47 | 14.18 | 2.2 | - |
| YUV | 99.03 | 81.15 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 16 | 0 | 0.54 | 0.91 | 0.33 | 24.55 | 0.83 | 0.36 |
| Hex | AA | 4F | 10 | 0 | 36 | 5B | 21 | 19 | 53 | 24 |
| Octal | 252 | 117 | 20 | 0 | 66 | 133 | 41 | 31 | 123 | 44 |
| Binary | 10101010 | 1001111 | 10000 | 0 | 110110 | 1011011 | 100001 | 11001 | 1010011 | 100100 |
Color Harmonies of #AA4F10
Complementary color
Monochromatic Colors of #AA4F10
Black with #AA4F10
Text Example
Text Example
White with #AA4F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4F10; }
p { color: rgb(170,79,16); }
H1.HeaderClassName
{
color: #AA4F10;
}
.AnyTagClassName
{
color: #AA4F10;
}
</style>
background-color css
<style>
a { background-color: #AA4F10; }
a { background-color: rgb(170,79,16); }
div.DivClassName
{
background-color: #AA4F10;
}
.BgClassName
{
background-color: #AA4F10;
}
</style>
border-color css
<style>
span { border-color: #AA4F10; }
span { border-color: rgb(170,79,16); }
td.TdClassName
{
border-color: #AA4F10;
}
.TagClassName
{
border-color: #AA4F10;
}
</style>