Shades of Rust #AA3A08
Tints of Rust #AA3A08
RGB
CMYK
RGB Variations
Color information
#AA3A08 (or 0xAA3A08) is known color: Rust. HEX triplet: AA, 3A and 08. RGB value is (170,58,8). Sum of RGB (Red+Green+Blue) = 170+58+8=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3A08 is #55C5F7. Grayscale: #565656. Windows color (decimal): -5621240 or 539306. OLE color: 539306.
HSL color Cylindrical-coordinate representation of color #AA3A08: hue angle of 18.52º 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 #AA3A08 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 8 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.33 |
| HSL | 18.52º | 0.91% | 0.35% | - |
| HSV(B) | 18.52º | 0.95% | 0.67% | - |
| XYZ | 18.13 | 11.59 | 1.51 | - |
| YUV | 85.79 | 84.11 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 8 | 0 | 0.66 | 0.95 | 0.33 | 18.52 | 0.91 | 0.35 |
| Hex | AA | 3A | 8 | 0 | 42 | 5F | 21 | 13 | 5B | 23 |
| Octal | 252 | 72 | 10 | 0 | 102 | 137 | 41 | 23 | 133 | 43 |
| Binary | 10101010 | 111010 | 1000 | 0 | 1000010 | 1011111 | 100001 | 10011 | 1011011 | 100011 |
Color Harmonies of #AA3A08
Complementary color
Monochromatic Colors of #AA3A08
Black with #AA3A08
Text Example
Text Example
White with #AA3A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A08; }
p { color: rgb(170,58,8); }
H1.HeaderClassName
{
color: #AA3A08;
}
.AnyTagClassName
{
color: #AA3A08;
}
</style>
background-color css
<style>
a { background-color: #AA3A08; }
a { background-color: rgb(170,58,8); }
div.DivClassName
{
background-color: #AA3A08;
}
.BgClassName
{
background-color: #AA3A08;
}
</style>
border-color css
<style>
span { border-color: #AA3A08; }
span { border-color: rgb(170,58,8); }
td.TdClassName
{
border-color: #AA3A08;
}
.TagClassName
{
border-color: #AA3A08;
}
</style>