Shades of Rust #AA4707
Tints of Rust #AA4707
RGB
CMYK
RGB Variations
Color information
#AA4707 (or 0xAA4707) is known color: Rust. HEX triplet: AA, 47 and 07. RGB value is (170,71,7). Sum of RGB (Red+Green+Blue) = 170+71+7=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4707 is #55B8F8. Grayscale: #5D5D5D. Windows color (decimal): -5617913 or 477098. OLE color: 477098.
HSL color Cylindrical-coordinate representation of color #AA4707: hue angle of 23.56º 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 #AA4707 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 71 | 7 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.33 |
| HSL | 23.56º | 0.92% | 0.35% | - |
| HSV(B) | 23.56º | 0.96% | 0.67% | - |
| XYZ | 18.87 | 13.07 | 1.73 | - |
| YUV | 93.31 | 79.3 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 7 | 0 | 0.58 | 0.96 | 0.33 | 23.56 | 0.92 | 0.35 |
| Hex | AA | 47 | 7 | 0 | 3A | 60 | 21 | 18 | 5C | 23 |
| Octal | 252 | 107 | 7 | 0 | 72 | 140 | 41 | 30 | 134 | 43 |
| Binary | 10101010 | 1000111 | 111 | 0 | 111010 | 1100000 | 100001 | 11000 | 1011100 | 100011 |
Color Harmonies of #AA4707
Complementary color
Monochromatic Colors of #AA4707
Black with #AA4707
Text Example
Text Example
White with #AA4707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4707; }
p { color: rgb(170,71,7); }
H1.HeaderClassName
{
color: #AA4707;
}
.AnyTagClassName
{
color: #AA4707;
}
</style>
background-color css
<style>
a { background-color: #AA4707; }
a { background-color: rgb(170,71,7); }
div.DivClassName
{
background-color: #AA4707;
}
.BgClassName
{
background-color: #AA4707;
}
</style>
border-color css
<style>
span { border-color: #AA4707; }
span { border-color: rgb(170,71,7); }
td.TdClassName
{
border-color: #AA4707;
}
.TagClassName
{
border-color: #AA4707;
}
</style>