Shades of Rust #AA4A03
Tints of Rust #AA4A03
RGB
CMYK
RGB Variations
Color information
#AA4A03 (or 0xAA4A03) is known color: Rust. HEX triplet: AA, 4A and 03. RGB value is (170,74,3). Sum of RGB (Red+Green+Blue) = 170+74+3=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4A03 is #55B5FC. Grayscale: #5E5E5E. Windows color (decimal): -5617149 or 215722. OLE color: 215722.
HSL color Cylindrical-coordinate representation of color #AA4A03: hue angle of 25.51º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA4A03 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 3 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.33 |
| HSL | 25.51º | 0.97% | 0.34% | - |
| HSV(B) | 25.51º | 0.98% | 0.67% | - |
| XYZ | 19.04 | 13.45 | 1.68 | - |
| YUV | 94.61 | 76.3 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 3 | 0 | 0.56 | 0.98 | 0.33 | 25.51 | 0.97 | 0.34 |
| Hex | AA | 4A | 3 | 0 | 38 | 62 | 21 | 1A | 61 | 22 |
| Octal | 252 | 112 | 3 | 0 | 70 | 142 | 41 | 32 | 141 | 42 |
| Binary | 10101010 | 1001010 | 11 | 0 | 111000 | 1100010 | 100001 | 11010 | 1100001 | 100010 |
Color Harmonies of #AA4A03
Complementary color
Monochromatic Colors of #AA4A03
Black with #AA4A03
Text Example
Text Example
White with #AA4A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A03; }
p { color: rgb(170,74,3); }
H1.HeaderClassName
{
color: #AA4A03;
}
.AnyTagClassName
{
color: #AA4A03;
}
</style>
background-color css
<style>
a { background-color: #AA4A03; }
a { background-color: rgb(170,74,3); }
div.DivClassName
{
background-color: #AA4A03;
}
.BgClassName
{
background-color: #AA4A03;
}
</style>
border-color css
<style>
span { border-color: #AA4A03; }
span { border-color: rgb(170,74,3); }
td.TdClassName
{
border-color: #AA4A03;
}
.TagClassName
{
border-color: #AA4A03;
}
</style>