Shades of Rust #AA3707
Tints of Rust #AA3707
RGB
CMYK
RGB Variations
Color information
#AA3707 (or 0xAA3707) is known color: Rust. HEX triplet: AA, 37 and 07. RGB value is (170,55,7). Sum of RGB (Red+Green+Blue) = 170+55+7=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3707 is #55C8F8. Grayscale: #545454. Windows color (decimal): -5622009 or 473002. OLE color: 473002.
HSL color Cylindrical-coordinate representation of color #AA3707: hue angle of 17.67º 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 #AA3707 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 7 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.33 |
| HSL | 17.67º | 0.92% | 0.35% | - |
| HSV(B) | 17.67º | 0.96% | 0.67% | - |
| XYZ | 17.98 | 11.29 | 1.43 | - |
| YUV | 83.91 | 84.6 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 7 | 0 | 0.68 | 0.96 | 0.33 | 17.67 | 0.92 | 0.35 |
| Hex | AA | 37 | 7 | 0 | 44 | 60 | 21 | 12 | 5C | 23 |
| Octal | 252 | 67 | 7 | 0 | 104 | 140 | 41 | 22 | 134 | 43 |
| Binary | 10101010 | 110111 | 111 | 0 | 1000100 | 1100000 | 100001 | 10010 | 1011100 | 100011 |
Color Harmonies of #AA3707
Complementary color
Monochromatic Colors of #AA3707
Black with #AA3707
Text Example
Text Example
White with #AA3707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3707; }
p { color: rgb(170,55,7); }
H1.HeaderClassName
{
color: #AA3707;
}
.AnyTagClassName
{
color: #AA3707;
}
</style>
background-color css
<style>
a { background-color: #AA3707; }
a { background-color: rgb(170,55,7); }
div.DivClassName
{
background-color: #AA3707;
}
.BgClassName
{
background-color: #AA3707;
}
</style>
border-color css
<style>
span { border-color: #AA3707; }
span { border-color: rgb(170,55,7); }
td.TdClassName
{
border-color: #AA3707;
}
.TagClassName
{
border-color: #AA3707;
}
</style>