Shades of Rust #A85307
Tints of Rust #A85307
RGB
CMYK
RGB Variations
Color information
#A85307 (or 0xA85307) is known color: Rust. HEX triplet: A8, 53 and 07. RGB value is (168,83,7). Sum of RGB (Red+Green+Blue) = 168+83+7=258 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.12% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 168 - color contains mainly: red. Hex color #A85307 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85307 is #57ACF8. Grayscale: #646464. Windows color (decimal): -5745913 or 480168. OLE color: 480168.
HSL color Cylindrical-coordinate representation of color #A85307: hue angle of 28.32º 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 #A85307 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 83 | 7 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.34 |
| HSL | 28.32º | 0.92% | 0.34% | - |
| HSV(B) | 28.32º | 0.96% | 0.66% | - |
| XYZ | 19.28 | 14.53 | 1.99 | - |
| YUV | 99.75 | 75.66 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 7 | 0 | 0.51 | 0.96 | 0.34 | 28.32 | 0.92 | 0.34 |
| Hex | A8 | 53 | 7 | 0 | 33 | 60 | 22 | 1C | 5C | 22 |
| Octal | 250 | 123 | 7 | 0 | 63 | 140 | 42 | 34 | 134 | 42 |
| Binary | 10101000 | 1010011 | 111 | 0 | 110011 | 1100000 | 100010 | 11100 | 1011100 | 100010 |
Color Harmonies of #A85307
Complementary color
Monochromatic Colors of #A85307
Black with #A85307
Text Example
Text Example
White with #A85307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85307; }
p { color: rgb(168,83,7); }
H1.HeaderClassName
{
color: #A85307;
}
.AnyTagClassName
{
color: #A85307;
}
</style>
background-color css
<style>
a { background-color: #A85307; }
a { background-color: rgb(168,83,7); }
div.DivClassName
{
background-color: #A85307;
}
.BgClassName
{
background-color: #A85307;
}
</style>
border-color css
<style>
span { border-color: #A85307; }
span { border-color: rgb(168,83,7); }
td.TdClassName
{
border-color: #A85307;
}
.TagClassName
{
border-color: #A85307;
}
</style>