Shades of Rust #A94016
Tints of Rust #A94016
RGB
CMYK
RGB Variations
Color information
#A94016 (or 0xA94016) is known color: Rust. HEX triplet: A9, 40 and 16. RGB value is (169,64,22). Sum of RGB (Red+Green+Blue) = 169+64+22=255 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.27% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 169 - color contains mainly: red. Hex color #A94016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94016 is #56BFE9. Grayscale: #5A5A5A. Windows color (decimal): -5685226 or 1458345. OLE color: 1458345.
HSL color Cylindrical-coordinate representation of color #A94016: hue angle of 17.14º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A94016 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 64 | 22 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.34 |
| HSL | 17.14º | 0.77% | 0.37% | - |
| HSV(B) | 17.14º | 0.87% | 0.66% | - |
| XYZ | 18.34 | 12.16 | 2.14 | - |
| YUV | 90.61 | 89.29 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 64 | 22 | 0 | 0.62 | 0.87 | 0.34 | 17.14 | 0.77 | 0.37 |
| Hex | A9 | 40 | 16 | 0 | 3E | 57 | 22 | 11 | 4D | 25 |
| Octal | 251 | 100 | 26 | 0 | 76 | 127 | 42 | 21 | 115 | 45 |
| Binary | 10101001 | 1000000 | 10110 | 0 | 111110 | 1010111 | 100010 | 10001 | 1001101 | 100101 |
Color Harmonies of #A94016
Complementary color
Monochromatic Colors of #A94016
Black with #A94016
Text Example
Text Example
White with #A94016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94016; }
p { color: rgb(169,64,22); }
H1.HeaderClassName
{
color: #A94016;
}
.AnyTagClassName
{
color: #A94016;
}
</style>
background-color css
<style>
a { background-color: #A94016; }
a { background-color: rgb(169,64,22); }
div.DivClassName
{
background-color: #A94016;
}
.BgClassName
{
background-color: #A94016;
}
</style>
border-color css
<style>
span { border-color: #A94016; }
span { border-color: rgb(169,64,22); }
td.TdClassName
{
border-color: #A94016;
}
.TagClassName
{
border-color: #A94016;
}
</style>