Shades of Rust #AA4007
Tints of Rust #AA4007
RGB
CMYK
RGB Variations
Color information
#AA4007 (or 0xAA4007) is known color: Rust. HEX triplet: AA, 40 and 07. RGB value is (170,64,7). Sum of RGB (Red+Green+Blue) = 170+64+7=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4007 is #55BFF8. Grayscale: #595959. Windows color (decimal): -5619705 or 475306. OLE color: 475306.
HSL color Cylindrical-coordinate representation of color #AA4007: hue angle of 20.98º 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 #AA4007 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 7 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.33 |
| HSL | 20.98º | 0.92% | 0.35% | - |
| HSV(B) | 20.98º | 0.96% | 0.67% | - |
| XYZ | 18.45 | 12.23 | 1.59 | - |
| YUV | 89.2 | 81.62 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 7 | 0 | 0.62 | 0.96 | 0.33 | 20.98 | 0.92 | 0.35 |
| Hex | AA | 40 | 7 | 0 | 3E | 60 | 21 | 15 | 5C | 23 |
| Octal | 252 | 100 | 7 | 0 | 76 | 140 | 41 | 25 | 134 | 43 |
| Binary | 10101010 | 1000000 | 111 | 0 | 111110 | 1100000 | 100001 | 10101 | 1011100 | 100011 |
Color Harmonies of #AA4007
Complementary color
Monochromatic Colors of #AA4007
Black with #AA4007
Text Example
Text Example
White with #AA4007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4007; }
p { color: rgb(170,64,7); }
H1.HeaderClassName
{
color: #AA4007;
}
.AnyTagClassName
{
color: #AA4007;
}
</style>
background-color css
<style>
a { background-color: #AA4007; }
a { background-color: rgb(170,64,7); }
div.DivClassName
{
background-color: #AA4007;
}
.BgClassName
{
background-color: #AA4007;
}
</style>
border-color css
<style>
span { border-color: #AA4007; }
span { border-color: rgb(170,64,7); }
td.TdClassName
{
border-color: #AA4007;
}
.TagClassName
{
border-color: #AA4007;
}
</style>