Shades of Rust #A84107
Tints of Rust #A84107
RGB
CMYK
RGB Variations
Color information
#A84107 (or 0xA84107) is known color: Rust. HEX triplet: A8, 41 and 07. RGB value is (168,65,7). Sum of RGB (Red+Green+Blue) = 168+65+7=240 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 168 - color contains mainly: red. Hex color #A84107 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84107 is #57BEF8. Grayscale: #595959. Windows color (decimal): -5750521 or 475560. OLE color: 475560.
HSL color Cylindrical-coordinate representation of color #A84107: hue angle of 21.61º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A84107 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 65 | 7 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.34 |
| HSL | 21.61º | 0.92% | 0.34% | - |
| HSV(B) | 21.61º | 0.96% | 0.66% | - |
| XYZ | 18.08 | 12.12 | 1.59 | - |
| YUV | 89.19 | 81.62 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 7 | 0 | 0.61 | 0.96 | 0.34 | 21.61 | 0.92 | 0.34 |
| Hex | A8 | 41 | 7 | 0 | 3D | 60 | 22 | 16 | 5C | 22 |
| Octal | 250 | 101 | 7 | 0 | 75 | 140 | 42 | 26 | 134 | 42 |
| Binary | 10101000 | 1000001 | 111 | 0 | 111101 | 1100000 | 100010 | 10110 | 1011100 | 100010 |
Color Harmonies of #A84107
Complementary color
Monochromatic Colors of #A84107
Black with #A84107
Text Example
Text Example
White with #A84107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84107; }
p { color: rgb(168,65,7); }
H1.HeaderClassName
{
color: #A84107;
}
.AnyTagClassName
{
color: #A84107;
}
</style>
background-color css
<style>
a { background-color: #A84107; }
a { background-color: rgb(168,65,7); }
div.DivClassName
{
background-color: #A84107;
}
.BgClassName
{
background-color: #A84107;
}
</style>
border-color css
<style>
span { border-color: #A84107; }
span { border-color: rgb(168,65,7); }
td.TdClassName
{
border-color: #A84107;
}
.TagClassName
{
border-color: #A84107;
}
</style>