Shades of Rust #AA4F0A
Tints of Rust #AA4F0A
RGB
CMYK
RGB Variations
Color information
#AA4F0A (or 0xAA4F0A) is known color: Rust. HEX triplet: AA, 4F and 0A. RGB value is (170,79,10). Sum of RGB (Red+Green+Blue) = 170+79+10=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4F0A is #55B0F5. Grayscale: #626262. Windows color (decimal): -5615862 or 675754. OLE color: 675754.
HSL color Cylindrical-coordinate representation of color #AA4F0A: hue angle of 25.88º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA4F0A is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 79 | 10 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.33 |
| HSL | 25.88º | 0.89% | 0.35% | - |
| HSV(B) | 25.88º | 0.94% | 0.67% | - |
| XYZ | 19.43 | 14.16 | 2 | - |
| YUV | 98.34 | 78.15 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 10 | 0 | 0.54 | 0.94 | 0.33 | 25.88 | 0.89 | 0.35 |
| Hex | AA | 4F | A | 0 | 36 | 5E | 21 | 1A | 59 | 23 |
| Octal | 252 | 117 | 12 | 0 | 66 | 136 | 41 | 32 | 131 | 43 |
| Binary | 10101010 | 1001111 | 1010 | 0 | 110110 | 1011110 | 100001 | 11010 | 1011001 | 100011 |
Color Harmonies of #AA4F0A
Complementary color
Monochromatic Colors of #AA4F0A
Black with #AA4F0A
Text Example
Text Example
White with #AA4F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4F0A; }
p { color: rgb(170,79,10); }
H1.HeaderClassName
{
color: #AA4F0A;
}
.AnyTagClassName
{
color: #AA4F0A;
}
</style>
background-color css
<style>
a { background-color: #AA4F0A; }
a { background-color: rgb(170,79,10); }
div.DivClassName
{
background-color: #AA4F0A;
}
.BgClassName
{
background-color: #AA4F0A;
}
</style>
border-color css
<style>
span { border-color: #AA4F0A; }
span { border-color: rgb(170,79,10); }
td.TdClassName
{
border-color: #AA4F0A;
}
.TagClassName
{
border-color: #AA4F0A;
}
</style>