Shades of Rust #A74610
Tints of Rust #A74610
RGB
CMYK
RGB Variations
Color information
#A74610 (or 0xA74610) is known color: Rust. HEX triplet: A7, 46 and 10. RGB value is (167,70,16). Sum of RGB (Red+Green+Blue) = 167+70+16=253 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.01% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 167 - color contains mainly: red. Hex color #A74610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74610 is #58B9EF. Grayscale: #5D5D5D. Windows color (decimal): -5814768 or 1066663. OLE color: 1066663.
HSL color Cylindrical-coordinate representation of color #A74610: hue angle of 21.46º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A74610 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 70 | 16 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.35 |
| HSL | 21.46º | 0.83% | 0.36% | - |
| HSV(B) | 21.46º | 0.9% | 0.65% | - |
| XYZ | 18.22 | 12.63 | 1.97 | - |
| YUV | 92.85 | 84.64 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 70 | 16 | 0 | 0.58 | 0.90 | 0.35 | 21.46 | 0.83 | 0.36 |
| Hex | A7 | 46 | 10 | 0 | 3A | 5A | 23 | 15 | 53 | 24 |
| Octal | 247 | 106 | 20 | 0 | 72 | 132 | 43 | 25 | 123 | 44 |
| Binary | 10100111 | 1000110 | 10000 | 0 | 111010 | 1011010 | 100011 | 10101 | 1010011 | 100100 |
Color Harmonies of #A74610
Complementary color
Monochromatic Colors of #A74610
Black with #A74610
Text Example
Text Example
White with #A74610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74610; }
p { color: rgb(167,70,16); }
H1.HeaderClassName
{
color: #A74610;
}
.AnyTagClassName
{
color: #A74610;
}
</style>
background-color css
<style>
a { background-color: #A74610; }
a { background-color: rgb(167,70,16); }
div.DivClassName
{
background-color: #A74610;
}
.BgClassName
{
background-color: #A74610;
}
</style>
border-color css
<style>
span { border-color: #A74610; }
span { border-color: rgb(167,70,16); }
td.TdClassName
{
border-color: #A74610;
}
.TagClassName
{
border-color: #A74610;
}
</style>