Shades of Rust #A94205
Tints of Rust #A94205
RGB
CMYK
RGB Variations
Color information
#A94205 (or 0xA94205) is known color: Rust. HEX triplet: A9, 42 and 05. RGB value is (169,66,5). Sum of RGB (Red+Green+Blue) = 169+66+5=240 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.42% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 169 - color contains mainly: red. Hex color #A94205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94205 is #56BDFA. Grayscale: #5A5A5A. Windows color (decimal): -5684731 or 344745. OLE color: 344745.
HSL color Cylindrical-coordinate representation of color #A94205: hue angle of 22.32º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A94205 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 66 | 5 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.34 |
| HSL | 22.32º | 0.94% | 0.34% | - |
| HSV(B) | 22.32º | 0.97% | 0.66% | - |
| XYZ | 18.34 | 12.34 | 1.56 | - |
| YUV | 89.84 | 80.12 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 66 | 5 | 0 | 0.61 | 0.97 | 0.34 | 22.32 | 0.94 | 0.34 |
| Hex | A9 | 42 | 5 | 0 | 3D | 61 | 22 | 16 | 5E | 22 |
| Octal | 251 | 102 | 5 | 0 | 75 | 141 | 42 | 26 | 136 | 42 |
| Binary | 10101001 | 1000010 | 101 | 0 | 111101 | 1100001 | 100010 | 10110 | 1011110 | 100010 |
Color Harmonies of #A94205
Complementary color
Monochromatic Colors of #A94205
Black with #A94205
Text Example
Text Example
White with #A94205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94205; }
p { color: rgb(169,66,5); }
H1.HeaderClassName
{
color: #A94205;
}
.AnyTagClassName
{
color: #A94205;
}
</style>
background-color css
<style>
a { background-color: #A94205; }
a { background-color: rgb(169,66,5); }
div.DivClassName
{
background-color: #A94205;
}
.BgClassName
{
background-color: #A94205;
}
</style>
border-color css
<style>
span { border-color: #A94205; }
span { border-color: rgb(169,66,5); }
td.TdClassName
{
border-color: #A94205;
}
.TagClassName
{
border-color: #A94205;
}
</style>