Shades of Rust #AA4F07
Tints of Rust #AA4F07
RGB
CMYK
RGB Variations
Color information
#AA4F07 (or 0xAA4F07) is known color: Rust. HEX triplet: AA, 4F and 07. RGB value is (170,79,7). Sum of RGB (Red+Green+Blue) = 170+79+7=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4F07 is #55B0F8. Grayscale: #626262. Windows color (decimal): -5615865 or 479146. OLE color: 479146.
HSL color Cylindrical-coordinate representation of color #AA4F07: hue angle of 26.5º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA4F07 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 79 | 7 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.33 |
| HSL | 26.5º | 0.92% | 0.35% | - |
| HSV(B) | 26.5º | 0.96% | 0.67% | - |
| XYZ | 19.41 | 14.15 | 1.91 | - |
| YUV | 98 | 76.65 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 7 | 0 | 0.54 | 0.96 | 0.33 | 26.5 | 0.92 | 0.35 |
| Hex | AA | 4F | 7 | 0 | 36 | 60 | 21 | 1B | 5C | 23 |
| Octal | 252 | 117 | 7 | 0 | 66 | 140 | 41 | 33 | 134 | 43 |
| Binary | 10101010 | 1001111 | 111 | 0 | 110110 | 1100000 | 100001 | 11011 | 1011100 | 100011 |
Color Harmonies of #AA4F07
Complementary color
Monochromatic Colors of #AA4F07
Black with #AA4F07
Text Example
Text Example
White with #AA4F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4F07; }
p { color: rgb(170,79,7); }
H1.HeaderClassName
{
color: #AA4F07;
}
.AnyTagClassName
{
color: #AA4F07;
}
</style>
background-color css
<style>
a { background-color: #AA4F07; }
a { background-color: rgb(170,79,7); }
div.DivClassName
{
background-color: #AA4F07;
}
.BgClassName
{
background-color: #AA4F07;
}
</style>
border-color css
<style>
span { border-color: #AA4F07; }
span { border-color: rgb(170,79,7); }
td.TdClassName
{
border-color: #AA4F07;
}
.TagClassName
{
border-color: #AA4F07;
}
</style>