Shades of Rust #AA4F00
Tints of Rust #AA4F00
RGB
CMYK
RGB Variations
Color information
#AA4F00 (or 0xAA4F00) is known color: Rust. HEX triplet: AA, 4F and 00. RGB value is (170,79,0). Sum of RGB (Red+Green+Blue) = 170+79+0=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4F00 is #55B0FF. Grayscale: #616161. Windows color (decimal): -5615872 or 20394. OLE color: 20394.
HSL color Cylindrical-coordinate representation of color #AA4F00: hue angle of 27.88º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA4F00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 79 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.33 |
| HSL | 27.88º | 1% | 0.33% | - |
| HSV(B) | 27.88º | 1% | 0.67% | - |
| XYZ | 19.37 | 14.14 | 1.71 | - |
| YUV | 97.2 | 73.15 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 0 | 0 | 0.54 | 1 | 0.33 | 27.88 | 1 | 0.33 |
| Hex | AA | 4F | 0 | 0 | 36 | 64 | 21 | 1C | 64 | 21 |
| Octal | 252 | 117 | 0 | 0 | 66 | 144 | 41 | 34 | 144 | 41 |
| Binary | 10101010 | 1001111 | 0 | 0 | 110110 | 1100100 | 100001 | 11100 | 1100100 | 100001 |
Color Harmonies of #AA4F00
Complementary color
Monochromatic Colors of #AA4F00
Black with #AA4F00
Text Example
Text Example
White with #AA4F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4F00; }
p { color: rgb(170,79,0); }
H1.HeaderClassName
{
color: #AA4F00;
}
.AnyTagClassName
{
color: #AA4F00;
}
</style>
background-color css
<style>
a { background-color: #AA4F00; }
a { background-color: rgb(170,79,0); }
div.DivClassName
{
background-color: #AA4F00;
}
.BgClassName
{
background-color: #AA4F00;
}
</style>
border-color css
<style>
span { border-color: #AA4F00; }
span { border-color: rgb(170,79,0); }
td.TdClassName
{
border-color: #AA4F00;
}
.TagClassName
{
border-color: #AA4F00;
}
</style>