Shades of Rust #AA4603
Tints of Rust #AA4603
RGB
CMYK
RGB Variations
Color information
#AA4603 (or 0xAA4603) is known color: Rust. HEX triplet: AA, 46 and 03. RGB value is (170,70,3). Sum of RGB (Red+Green+Blue) = 170+70+3=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 3 (1.56% from 255 or 1.23% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4603 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4603 is #55B9FC. Grayscale: #5C5C5C. Windows color (decimal): -5618173 or 214698. OLE color: 214698.
HSL color Cylindrical-coordinate representation of color #AA4603: hue angle of 24.07º 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 #AA4603 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 3 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.33 |
| HSL | 24.07º | 0.97% | 0.34% | - |
| HSV(B) | 24.07º | 0.98% | 0.67% | - |
| XYZ | 18.78 | 12.93 | 1.59 | - |
| YUV | 92.26 | 77.63 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 3 | 0 | 0.59 | 0.98 | 0.33 | 24.07 | 0.97 | 0.34 |
| Hex | AA | 46 | 3 | 0 | 3B | 62 | 21 | 18 | 61 | 22 |
| Octal | 252 | 106 | 3 | 0 | 73 | 142 | 41 | 30 | 141 | 42 |
| Binary | 10101010 | 1000110 | 11 | 0 | 111011 | 1100010 | 100001 | 11000 | 1100001 | 100010 |
Color Harmonies of #AA4603
Complementary color
Monochromatic Colors of #AA4603
Black with #AA4603
Text Example
Text Example
White with #AA4603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4603; }
p { color: rgb(170,70,3); }
H1.HeaderClassName
{
color: #AA4603;
}
.AnyTagClassName
{
color: #AA4603;
}
</style>
background-color css
<style>
a { background-color: #AA4603; }
a { background-color: rgb(170,70,3); }
div.DivClassName
{
background-color: #AA4603;
}
.BgClassName
{
background-color: #AA4603;
}
</style>
border-color css
<style>
span { border-color: #AA4603; }
span { border-color: rgb(170,70,3); }
td.TdClassName
{
border-color: #AA4603;
}
.TagClassName
{
border-color: #AA4603;
}
</style>