Shades of Rust #AA3D17
Tints of Rust #AA3D17
RGB
CMYK
RGB Variations
Color information
#AA3D17 (or 0xAA3D17) is known color: Rust. HEX triplet: AA, 3D and 17. RGB value is (170,61,23). Sum of RGB (Red+Green+Blue) = 170+61+23=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3D17 is #55C2E8. Grayscale: #595959. Windows color (decimal): -5620457 or 1523114. OLE color: 1523114.
HSL color Cylindrical-coordinate representation of color #AA3D17: hue angle of 15.51º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA3D17 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 61 | 23 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.33 |
| HSL | 15.51º | 0.76% | 0.38% | - |
| HSV(B) | 15.51º | 0.86% | 0.67% | - |
| XYZ | 18.4 | 11.95 | 2.15 | - |
| YUV | 89.26 | 90.61 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 61 | 23 | 0 | 0.64 | 0.86 | 0.33 | 15.51 | 0.76 | 0.38 |
| Hex | AA | 3D | 17 | 0 | 40 | 56 | 21 | 10 | 4C | 26 |
| Octal | 252 | 75 | 27 | 0 | 100 | 126 | 41 | 20 | 114 | 46 |
| Binary | 10101010 | 111101 | 10111 | 0 | 1000000 | 1010110 | 100001 | 10000 | 1001100 | 100110 |
Color Harmonies of #AA3D17
Complementary color
Monochromatic Colors of #AA3D17
Black with #AA3D17
Text Example
Text Example
White with #AA3D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3D17; }
p { color: rgb(170,61,23); }
H1.HeaderClassName
{
color: #AA3D17;
}
.AnyTagClassName
{
color: #AA3D17;
}
</style>
background-color css
<style>
a { background-color: #AA3D17; }
a { background-color: rgb(170,61,23); }
div.DivClassName
{
background-color: #AA3D17;
}
.BgClassName
{
background-color: #AA3D17;
}
</style>
border-color css
<style>
span { border-color: #AA3D17; }
span { border-color: rgb(170,61,23); }
td.TdClassName
{
border-color: #AA3D17;
}
.TagClassName
{
border-color: #AA3D17;
}
</style>