Shades of Rust #A85107
Tints of Rust #A85107
RGB
CMYK
RGB Variations
Color information
#A85107 (or 0xA85107) is known color: Rust. HEX triplet: A8, 51 and 07. RGB value is (168,81,7). Sum of RGB (Red+Green+Blue) = 168+81+7=256 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.62% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 168 - color contains mainly: red. Hex color #A85107 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85107 is #57AEF8. Grayscale: #626262. Windows color (decimal): -5746425 or 479656. OLE color: 479656.
HSL color Cylindrical-coordinate representation of color #A85107: hue angle of 27.58º 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 #A85107 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 81 | 7 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.34 |
| HSL | 27.58º | 0.92% | 0.34% | - |
| HSV(B) | 27.58º | 0.96% | 0.66% | - |
| XYZ | 19.13 | 14.23 | 1.94 | - |
| YUV | 98.58 | 76.32 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 81 | 7 | 0 | 0.52 | 0.96 | 0.34 | 27.58 | 0.92 | 0.34 |
| Hex | A8 | 51 | 7 | 0 | 34 | 60 | 22 | 1C | 5C | 22 |
| Octal | 250 | 121 | 7 | 0 | 64 | 140 | 42 | 34 | 134 | 42 |
| Binary | 10101000 | 1010001 | 111 | 0 | 110100 | 1100000 | 100010 | 11100 | 1011100 | 100010 |
Color Harmonies of #A85107
Complementary color
Monochromatic Colors of #A85107
Black with #A85107
Text Example
Text Example
White with #A85107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85107; }
p { color: rgb(168,81,7); }
H1.HeaderClassName
{
color: #A85107;
}
.AnyTagClassName
{
color: #A85107;
}
</style>
background-color css
<style>
a { background-color: #A85107; }
a { background-color: rgb(168,81,7); }
div.DivClassName
{
background-color: #A85107;
}
.BgClassName
{
background-color: #A85107;
}
</style>
border-color css
<style>
span { border-color: #A85107; }
span { border-color: rgb(168,81,7); }
td.TdClassName
{
border-color: #A85107;
}
.TagClassName
{
border-color: #A85107;
}
</style>