Shades of Rust #A94A16
Tints of Rust #A94A16
RGB
CMYK
RGB Variations
Color information
#A94A16 (or 0xA94A16) is known color: Rust. HEX triplet: A9, 4A and 16. RGB value is (169,74,22). Sum of RGB (Red+Green+Blue) = 169+74+22=265 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.77% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94A16 is #56B5E9. Grayscale: #606060. Windows color (decimal): -5682666 or 1460905. OLE color: 1460905.
HSL color Cylindrical-coordinate representation of color #A94A16: hue angle of 21.22º 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 #A94A16 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 74 | 22 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.34 |
| HSL | 21.22º | 0.77% | 0.37% | - |
| HSV(B) | 21.22º | 0.87% | 0.66% | - |
| XYZ | 18.96 | 13.39 | 2.34 | - |
| YUV | 96.48 | 85.97 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 74 | 22 | 0 | 0.56 | 0.87 | 0.34 | 21.22 | 0.77 | 0.37 |
| Hex | A9 | 4A | 16 | 0 | 38 | 57 | 22 | 15 | 4D | 25 |
| Octal | 251 | 112 | 26 | 0 | 70 | 127 | 42 | 25 | 115 | 45 |
| Binary | 10101001 | 1001010 | 10110 | 0 | 111000 | 1010111 | 100010 | 10101 | 1001101 | 100101 |
Color Harmonies of #A94A16
Complementary color
Monochromatic Colors of #A94A16
Black with #A94A16
Text Example
Text Example
White with #A94A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94A16; }
p { color: rgb(169,74,22); }
H1.HeaderClassName
{
color: #A94A16;
}
.AnyTagClassName
{
color: #A94A16;
}
</style>
background-color css
<style>
a { background-color: #A94A16; }
a { background-color: rgb(169,74,22); }
div.DivClassName
{
background-color: #A94A16;
}
.BgClassName
{
background-color: #A94A16;
}
</style>
border-color css
<style>
span { border-color: #A94A16; }
span { border-color: rgb(169,74,22); }
td.TdClassName
{
border-color: #A94A16;
}
.TagClassName
{
border-color: #A94A16;
}
</style>