Shades of Rust #AA3F08
Tints of Rust #AA3F08
RGB
CMYK
RGB Variations
Color information
#AA3F08 (or 0xAA3F08) is known color: Rust. HEX triplet: AA, 3F and 08. RGB value is (170,63,8). Sum of RGB (Red+Green+Blue) = 170+63+8=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3F08 is #55C0F7. Grayscale: #595959. Windows color (decimal): -5619960 or 540586. OLE color: 540586.
HSL color Cylindrical-coordinate representation of color #AA3F08: hue angle of 20.37º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA3F08 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 8 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.33 |
| HSL | 20.37º | 0.91% | 0.35% | - |
| HSV(B) | 20.37º | 0.95% | 0.67% | - |
| XYZ | 18.4 | 12.12 | 1.6 | - |
| YUV | 88.72 | 82.45 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 8 | 0 | 0.63 | 0.95 | 0.33 | 20.37 | 0.91 | 0.35 |
| Hex | AA | 3F | 8 | 0 | 3F | 5F | 21 | 14 | 5B | 23 |
| Octal | 252 | 77 | 10 | 0 | 77 | 137 | 41 | 24 | 133 | 43 |
| Binary | 10101010 | 111111 | 1000 | 0 | 111111 | 1011111 | 100001 | 10100 | 1011011 | 100011 |
Color Harmonies of #AA3F08
Complementary color
Monochromatic Colors of #AA3F08
Black with #AA3F08
Text Example
Text Example
White with #AA3F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F08; }
p { color: rgb(170,63,8); }
H1.HeaderClassName
{
color: #AA3F08;
}
.AnyTagClassName
{
color: #AA3F08;
}
</style>
background-color css
<style>
a { background-color: #AA3F08; }
a { background-color: rgb(170,63,8); }
div.DivClassName
{
background-color: #AA3F08;
}
.BgClassName
{
background-color: #AA3F08;
}
</style>
border-color css
<style>
span { border-color: #AA3F08; }
span { border-color: rgb(170,63,8); }
td.TdClassName
{
border-color: #AA3F08;
}
.TagClassName
{
border-color: #AA3F08;
}
</style>