Shades of Rust #A73917
Tints of Rust #A73917
RGB
CMYK
RGB Variations
Color information
#A73917 (or 0xA73917) is known color: Rust. HEX triplet: A7, 39 and 17. RGB value is (167,57,23). Sum of RGB (Red+Green+Blue) = 167+57+23=247 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.61% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 167 - color contains mainly: red. Hex color #A73917 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73917 is #58C6E8. Grayscale: #565656. Windows color (decimal): -5818089 or 1522087. OLE color: 1522087.
HSL color Cylindrical-coordinate representation of color #A73917: hue angle of 14.17º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A73917 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 57 | 23 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.35 |
| HSL | 14.17º | 0.76% | 0.37% | - |
| HSV(B) | 14.17º | 0.86% | 0.65% | - |
| XYZ | 17.55 | 11.2 | 2.05 | - |
| YUV | 86.01 | 92.44 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 57 | 23 | 0 | 0.66 | 0.86 | 0.35 | 14.17 | 0.76 | 0.37 |
| Hex | A7 | 39 | 17 | 0 | 42 | 56 | 23 | E | 4C | 25 |
| Octal | 247 | 71 | 27 | 0 | 102 | 126 | 43 | 16 | 114 | 45 |
| Binary | 10100111 | 111001 | 10111 | 0 | 1000010 | 1010110 | 100011 | 1110 | 1001100 | 100101 |
Color Harmonies of #A73917
Complementary color
Monochromatic Colors of #A73917
Black with #A73917
Text Example
Text Example
White with #A73917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73917; }
p { color: rgb(167,57,23); }
H1.HeaderClassName
{
color: #A73917;
}
.AnyTagClassName
{
color: #A73917;
}
</style>
background-color css
<style>
a { background-color: #A73917; }
a { background-color: rgb(167,57,23); }
div.DivClassName
{
background-color: #A73917;
}
.BgClassName
{
background-color: #A73917;
}
</style>
border-color css
<style>
span { border-color: #A73917; }
span { border-color: rgb(167,57,23); }
td.TdClassName
{
border-color: #A73917;
}
.TagClassName
{
border-color: #A73917;
}
</style>