Shades of Rust #AA4307
Tints of Rust #AA4307
RGB
CMYK
RGB Variations
Color information
#AA4307 (or 0xAA4307) is known color: Rust. HEX triplet: AA, 43 and 07. RGB value is (170,67,7). Sum of RGB (Red+Green+Blue) = 170+67+7=244 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.67% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 7 (3.12% from 255 or 2.87% from 244); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4307 is #55BCF8. Grayscale: #5B5B5B. Windows color (decimal): -5618937 or 476074. OLE color: 476074.
HSL color Cylindrical-coordinate representation of color #AA4307: hue angle of 22.09º 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 #AA4307 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 7 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.33 |
| HSL | 22.09º | 0.92% | 0.35% | - |
| HSV(B) | 22.09º | 0.96% | 0.67% | - |
| XYZ | 18.62 | 12.58 | 1.65 | - |
| YUV | 90.96 | 80.62 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 7 | 0 | 0.61 | 0.96 | 0.33 | 22.09 | 0.92 | 0.35 |
| Hex | AA | 43 | 7 | 0 | 3D | 60 | 21 | 16 | 5C | 23 |
| Octal | 252 | 103 | 7 | 0 | 75 | 140 | 41 | 26 | 134 | 43 |
| Binary | 10101010 | 1000011 | 111 | 0 | 111101 | 1100000 | 100001 | 10110 | 1011100 | 100011 |
Color Harmonies of #AA4307
Complementary color
Monochromatic Colors of #AA4307
Black with #AA4307
Text Example
Text Example
White with #AA4307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4307; }
p { color: rgb(170,67,7); }
H1.HeaderClassName
{
color: #AA4307;
}
.AnyTagClassName
{
color: #AA4307;
}
</style>
background-color css
<style>
a { background-color: #AA4307; }
a { background-color: rgb(170,67,7); }
div.DivClassName
{
background-color: #AA4307;
}
.BgClassName
{
background-color: #AA4307;
}
</style>
border-color css
<style>
span { border-color: #AA4307; }
span { border-color: rgb(170,67,7); }
td.TdClassName
{
border-color: #AA4307;
}
.TagClassName
{
border-color: #AA4307;
}
</style>