Shades of Rust #A94710
Tints of Rust #A94710
RGB
CMYK
RGB Variations
Color information
#A94710 (or 0xA94710) is known color: Rust. HEX triplet: A9, 47 and 10. RGB value is (169,71,16). Sum of RGB (Red+Green+Blue) = 169+71+16=256 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.02% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 169 - color contains mainly: red. Hex color #A94710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94710 is #56B8EF. Grayscale: #5E5E5E. Windows color (decimal): -5683440 or 1066921. OLE color: 1066921.
HSL color Cylindrical-coordinate representation of color #A94710: hue angle of 21.57º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A94710 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 71 | 16 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.34 |
| HSL | 21.57º | 0.83% | 0.36% | - |
| HSV(B) | 21.57º | 0.91% | 0.66% | - |
| XYZ | 18.71 | 12.98 | 2.01 | - |
| YUV | 94.03 | 83.97 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 71 | 16 | 0 | 0.58 | 0.91 | 0.34 | 21.57 | 0.83 | 0.36 |
| Hex | A9 | 47 | 10 | 0 | 3A | 5B | 22 | 16 | 53 | 24 |
| Octal | 251 | 107 | 20 | 0 | 72 | 133 | 42 | 26 | 123 | 44 |
| Binary | 10101001 | 1000111 | 10000 | 0 | 111010 | 1011011 | 100010 | 10110 | 1010011 | 100100 |
Color Harmonies of #A94710
Complementary color
Monochromatic Colors of #A94710
Black with #A94710
Text Example
Text Example
White with #A94710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94710; }
p { color: rgb(169,71,16); }
H1.HeaderClassName
{
color: #A94710;
}
.AnyTagClassName
{
color: #A94710;
}
</style>
background-color css
<style>
a { background-color: #A94710; }
a { background-color: rgb(169,71,16); }
div.DivClassName
{
background-color: #A94710;
}
.BgClassName
{
background-color: #A94710;
}
</style>
border-color css
<style>
span { border-color: #A94710; }
span { border-color: rgb(169,71,16); }
td.TdClassName
{
border-color: #A94710;
}
.TagClassName
{
border-color: #A94710;
}
</style>