Shades of Rust #A34706
Tints of Rust #A34706
RGB
CMYK
RGB Variations
Color information
#A34706 (or 0xA34706) is known color: Rust. HEX triplet: A3, 47 and 06. RGB value is (163,71,6). Sum of RGB (Red+Green+Blue) = 163+71+6=240 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.92% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 163 - color contains mainly: red. Hex color #A34706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34706 is #5CB8F9. Grayscale: #5B5B5B. Windows color (decimal): -6076666 or 411555. OLE color: 411555.
HSL color Cylindrical-coordinate representation of color #A34706: hue angle of 24.84º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A34706 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 71 | 6 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.36 |
| HSL | 24.84º | 0.93% | 0.33% | - |
| HSV(B) | 24.84º | 0.96% | 0.64% | - |
| XYZ | 17.39 | 12.31 | 1.63 | - |
| YUV | 91.1 | 79.98 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 71 | 6 | 0 | 0.56 | 0.96 | 0.36 | 24.84 | 0.93 | 0.33 |
| Hex | A3 | 47 | 6 | 0 | 38 | 60 | 24 | 19 | 5D | 21 |
| Octal | 243 | 107 | 6 | 0 | 70 | 140 | 44 | 31 | 135 | 41 |
| Binary | 10100011 | 1000111 | 110 | 0 | 111000 | 1100000 | 100100 | 11001 | 1011101 | 100001 |
Color Harmonies of #A34706
Complementary color
Monochromatic Colors of #A34706
Black with #A34706
Text Example
Text Example
White with #A34706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34706; }
p { color: rgb(163,71,6); }
H1.HeaderClassName
{
color: #A34706;
}
.AnyTagClassName
{
color: #A34706;
}
</style>
background-color css
<style>
a { background-color: #A34706; }
a { background-color: rgb(163,71,6); }
div.DivClassName
{
background-color: #A34706;
}
.BgClassName
{
background-color: #A34706;
}
</style>
border-color css
<style>
span { border-color: #A34706; }
span { border-color: rgb(163,71,6); }
td.TdClassName
{
border-color: #A34706;
}
.TagClassName
{
border-color: #A34706;
}
</style>