Shades of Rust #AA4F02
Tints of Rust #AA4F02
RGB
CMYK
RGB Variations
Color information
#AA4F02 (or 0xAA4F02) is known color: Rust. HEX triplet: AA, 4F and 02. RGB value is (170,79,2). Sum of RGB (Red+Green+Blue) = 170+79+2=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4F02 is #55B0FD. Grayscale: #616161. Windows color (decimal): -5615870 or 151466. OLE color: 151466.
HSL color Cylindrical-coordinate representation of color #AA4F02: hue angle of 27.5º 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 #AA4F02 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 79 | 2 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.33 |
| HSL | 27.5º | 0.98% | 0.34% | - |
| HSV(B) | 27.5º | 0.99% | 0.67% | - |
| XYZ | 19.38 | 14.14 | 1.77 | - |
| YUV | 97.43 | 74.15 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 2 | 0 | 0.54 | 0.99 | 0.33 | 27.5 | 0.98 | 0.34 |
| Hex | AA | 4F | 2 | 0 | 36 | 63 | 21 | 1C | 62 | 22 |
| Octal | 252 | 117 | 2 | 0 | 66 | 143 | 41 | 34 | 142 | 42 |
| Binary | 10101010 | 1001111 | 10 | 0 | 110110 | 1100011 | 100001 | 11100 | 1100010 | 100010 |
Color Harmonies of #AA4F02
Complementary color
Monochromatic Colors of #AA4F02
Black with #AA4F02
Text Example
Text Example
White with #AA4F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4F02; }
p { color: rgb(170,79,2); }
H1.HeaderClassName
{
color: #AA4F02;
}
.AnyTagClassName
{
color: #AA4F02;
}
</style>
background-color css
<style>
a { background-color: #AA4F02; }
a { background-color: rgb(170,79,2); }
div.DivClassName
{
background-color: #AA4F02;
}
.BgClassName
{
background-color: #AA4F02;
}
</style>
border-color css
<style>
span { border-color: #AA4F02; }
span { border-color: rgb(170,79,2); }
td.TdClassName
{
border-color: #AA4F02;
}
.TagClassName
{
border-color: #AA4F02;
}
</style>