Shades of Rust #A34705
Tints of Rust #A34705
RGB
CMYK
RGB Variations
Color information
#A34705 (or 0xA34705) is known color: Rust. HEX triplet: A3, 47 and 05. RGB value is (163,71,5). Sum of RGB (Red+Green+Blue) = 163+71+5=239 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.20% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 163 - color contains mainly: red. Hex color #A34705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34705 is #5CB8FA. Grayscale: #5B5B5B. Windows color (decimal): -6076667 or 346019. OLE color: 346019.
HSL color Cylindrical-coordinate representation of color #A34705: hue angle of 25.06º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A34705 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 71 | 5 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.36 |
| HSL | 25.06º | 0.94% | 0.33% | - |
| HSV(B) | 25.06º | 0.97% | 0.64% | - |
| XYZ | 17.38 | 12.3 | 1.6 | - |
| YUV | 90.98 | 79.48 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 71 | 5 | 0 | 0.56 | 0.97 | 0.36 | 25.06 | 0.94 | 0.33 |
| Hex | A3 | 47 | 5 | 0 | 38 | 61 | 24 | 19 | 5E | 21 |
| Octal | 243 | 107 | 5 | 0 | 70 | 141 | 44 | 31 | 136 | 41 |
| Binary | 10100011 | 1000111 | 101 | 0 | 111000 | 1100001 | 100100 | 11001 | 1011110 | 100001 |
Color Harmonies of #A34705
Complementary color
Monochromatic Colors of #A34705
Black with #A34705
Text Example
Text Example
White with #A34705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34705; }
p { color: rgb(163,71,5); }
H1.HeaderClassName
{
color: #A34705;
}
.AnyTagClassName
{
color: #A34705;
}
</style>
background-color css
<style>
a { background-color: #A34705; }
a { background-color: rgb(163,71,5); }
div.DivClassName
{
background-color: #A34705;
}
.BgClassName
{
background-color: #A34705;
}
</style>
border-color css
<style>
span { border-color: #A34705; }
span { border-color: rgb(163,71,5); }
td.TdClassName
{
border-color: #A34705;
}
.TagClassName
{
border-color: #A34705;
}
</style>