Shades of Rust #A74705
Tints of Rust #A74705
RGB
CMYK
RGB Variations
Color information
#A74705 (or 0xA74705) is known color: Rust. HEX triplet: A7, 47 and 05. RGB value is (167,71,5). Sum of RGB (Red+Green+Blue) = 167+71+5=243 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.72% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 167 - color contains mainly: red. Hex color #A74705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74705 is #58B8FA. Grayscale: #5C5C5C. Windows color (decimal): -5814523 or 346023. OLE color: 346023.
HSL color Cylindrical-coordinate representation of color #A74705: hue angle of 24.44º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A74705 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 71 | 5 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.35 |
| HSL | 24.44º | 0.94% | 0.34% | - |
| HSV(B) | 24.44º | 0.97% | 0.65% | - |
| XYZ | 18.22 | 12.73 | 1.64 | - |
| YUV | 92.18 | 78.8 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 71 | 5 | 0 | 0.57 | 0.97 | 0.35 | 24.44 | 0.94 | 0.34 |
| Hex | A7 | 47 | 5 | 0 | 39 | 61 | 23 | 18 | 5E | 22 |
| Octal | 247 | 107 | 5 | 0 | 71 | 141 | 43 | 30 | 136 | 42 |
| Binary | 10100111 | 1000111 | 101 | 0 | 111001 | 1100001 | 100011 | 11000 | 1011110 | 100010 |
Color Harmonies of #A74705
Complementary color
Monochromatic Colors of #A74705
Black with #A74705
Text Example
Text Example
White with #A74705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74705; }
p { color: rgb(167,71,5); }
H1.HeaderClassName
{
color: #A74705;
}
.AnyTagClassName
{
color: #A74705;
}
</style>
background-color css
<style>
a { background-color: #A74705; }
a { background-color: rgb(167,71,5); }
div.DivClassName
{
background-color: #A74705;
}
.BgClassName
{
background-color: #A74705;
}
</style>
border-color css
<style>
span { border-color: #A74705; }
span { border-color: rgb(167,71,5); }
td.TdClassName
{
border-color: #A74705;
}
.TagClassName
{
border-color: #A74705;
}
</style>