Shades of Rust #AA3806
Tints of Rust #AA3806
RGB
CMYK
RGB Variations
Color information
#AA3806 (or 0xAA3806) is known color: Rust. HEX triplet: AA, 38 and 06. RGB value is (170,56,6). Sum of RGB (Red+Green+Blue) = 170+56+6=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3806 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3806 is #55C7F9. Grayscale: #545454. Windows color (decimal): -5621754 or 407722. OLE color: 407722.
HSL color Cylindrical-coordinate representation of color #AA3806: hue angle of 18.29º degrees, saturation: 0.93, 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 #AA3806 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 6 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.33 |
| HSL | 18.29º | 0.93% | 0.35% | - |
| HSV(B) | 18.29º | 0.96% | 0.67% | - |
| XYZ | 18.02 | 11.39 | 1.42 | - |
| YUV | 84.39 | 83.77 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 6 | 0 | 0.67 | 0.96 | 0.33 | 18.29 | 0.93 | 0.35 |
| Hex | AA | 38 | 6 | 0 | 43 | 60 | 21 | 12 | 5D | 23 |
| Octal | 252 | 70 | 6 | 0 | 103 | 140 | 41 | 22 | 135 | 43 |
| Binary | 10101010 | 111000 | 110 | 0 | 1000011 | 1100000 | 100001 | 10010 | 1011101 | 100011 |
Color Harmonies of #AA3806
Complementary color
Monochromatic Colors of #AA3806
Black with #AA3806
Text Example
Text Example
White with #AA3806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3806; }
p { color: rgb(170,56,6); }
H1.HeaderClassName
{
color: #AA3806;
}
.AnyTagClassName
{
color: #AA3806;
}
</style>
background-color css
<style>
a { background-color: #AA3806; }
a { background-color: rgb(170,56,6); }
div.DivClassName
{
background-color: #AA3806;
}
.BgClassName
{
background-color: #AA3806;
}
</style>
border-color css
<style>
span { border-color: #AA3806; }
span { border-color: rgb(170,56,6); }
td.TdClassName
{
border-color: #AA3806;
}
.TagClassName
{
border-color: #AA3806;
}
</style>