Shades of Rust #AA4D02
Tints of Rust #AA4D02
RGB
CMYK
RGB Variations
Color information
#AA4D02 (or 0xAA4D02) is known color: Rust. HEX triplet: AA, 4D and 02. RGB value is (170,77,2). Sum of RGB (Red+Green+Blue) = 170+77+2=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4D02 is #55B2FD. Grayscale: #606060. Windows color (decimal): -5616382 or 150954. OLE color: 150954.
HSL color Cylindrical-coordinate representation of color #AA4D02: hue angle of 26.79º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA4D02 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 77 | 2 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.33 |
| HSL | 26.79º | 0.98% | 0.34% | - |
| HSV(B) | 26.79º | 0.99% | 0.67% | - |
| XYZ | 19.24 | 13.86 | 1.72 | - |
| YUV | 96.26 | 74.81 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 2 | 0 | 0.55 | 0.99 | 0.33 | 26.79 | 0.98 | 0.34 |
| Hex | AA | 4D | 2 | 0 | 37 | 63 | 21 | 1B | 62 | 22 |
| Octal | 252 | 115 | 2 | 0 | 67 | 143 | 41 | 33 | 142 | 42 |
| Binary | 10101010 | 1001101 | 10 | 0 | 110111 | 1100011 | 100001 | 11011 | 1100010 | 100010 |
Color Harmonies of #AA4D02
Complementary color
Monochromatic Colors of #AA4D02
Black with #AA4D02
Text Example
Text Example
White with #AA4D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4D02; }
p { color: rgb(170,77,2); }
H1.HeaderClassName
{
color: #AA4D02;
}
.AnyTagClassName
{
color: #AA4D02;
}
</style>
background-color css
<style>
a { background-color: #AA4D02; }
a { background-color: rgb(170,77,2); }
div.DivClassName
{
background-color: #AA4D02;
}
.BgClassName
{
background-color: #AA4D02;
}
</style>
border-color css
<style>
span { border-color: #AA4D02; }
span { border-color: rgb(170,77,2); }
td.TdClassName
{
border-color: #AA4D02;
}
.TagClassName
{
border-color: #AA4D02;
}
</style>