Shades of Rust #AA4C03
Tints of Rust #AA4C03
RGB
CMYK
RGB Variations
Color information
#AA4C03 (or 0xAA4C03) is known color: Rust. HEX triplet: AA, 4C and 03. RGB value is (170,76,3). Sum of RGB (Red+Green+Blue) = 170+76+3=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4C03 is #55B3FC. Grayscale: #606060. Windows color (decimal): -5616637 or 216234. OLE color: 216234.
HSL color Cylindrical-coordinate representation of color #AA4C03: hue angle of 26.23º 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 #AA4C03 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 76 | 3 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.33 |
| HSL | 26.23º | 0.97% | 0.34% | - |
| HSV(B) | 26.23º | 0.98% | 0.67% | - |
| XYZ | 19.18 | 13.72 | 1.72 | - |
| YUV | 95.78 | 75.64 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 3 | 0 | 0.55 | 0.98 | 0.33 | 26.23 | 0.97 | 0.34 |
| Hex | AA | 4C | 3 | 0 | 37 | 62 | 21 | 1A | 61 | 22 |
| Octal | 252 | 114 | 3 | 0 | 67 | 142 | 41 | 32 | 141 | 42 |
| Binary | 10101010 | 1001100 | 11 | 0 | 110111 | 1100010 | 100001 | 11010 | 1100001 | 100010 |
Color Harmonies of #AA4C03
Complementary color
Monochromatic Colors of #AA4C03
Black with #AA4C03
Text Example
Text Example
White with #AA4C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4C03; }
p { color: rgb(170,76,3); }
H1.HeaderClassName
{
color: #AA4C03;
}
.AnyTagClassName
{
color: #AA4C03;
}
</style>
background-color css
<style>
a { background-color: #AA4C03; }
a { background-color: rgb(170,76,3); }
div.DivClassName
{
background-color: #AA4C03;
}
.BgClassName
{
background-color: #AA4C03;
}
</style>
border-color css
<style>
span { border-color: #AA4C03; }
span { border-color: rgb(170,76,3); }
td.TdClassName
{
border-color: #AA4C03;
}
.TagClassName
{
border-color: #AA4C03;
}
</style>