Shades of Rust #A85206
Tints of Rust #A85206
RGB
CMYK
RGB Variations
Color information
#A85206 (or 0xA85206) is known color: Rust. HEX triplet: A8, 52 and 06. RGB value is (168,82,6). Sum of RGB (Red+Green+Blue) = 168+82+6=256 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.62% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 168 - color contains mainly: red. Hex color #A85206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85206 is #57ADF9. Grayscale: #636363. Windows color (decimal): -5746170 or 414376. OLE color: 414376.
HSL color Cylindrical-coordinate representation of color #A85206: hue angle of 28.15º degrees, saturation: 0.93, 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 #A85206 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 82 | 6 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.34 |
| HSL | 28.15º | 0.93% | 0.34% | - |
| HSV(B) | 28.15º | 0.96% | 0.66% | - |
| XYZ | 19.2 | 14.37 | 1.93 | - |
| YUV | 99.05 | 75.49 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 6 | 0 | 0.51 | 0.96 | 0.34 | 28.15 | 0.93 | 0.34 |
| Hex | A8 | 52 | 6 | 0 | 33 | 60 | 22 | 1C | 5D | 22 |
| Octal | 250 | 122 | 6 | 0 | 63 | 140 | 42 | 34 | 135 | 42 |
| Binary | 10101000 | 1010010 | 110 | 0 | 110011 | 1100000 | 100010 | 11100 | 1011101 | 100010 |
Color Harmonies of #A85206
Complementary color
Monochromatic Colors of #A85206
Black with #A85206
Text Example
Text Example
White with #A85206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85206; }
p { color: rgb(168,82,6); }
H1.HeaderClassName
{
color: #A85206;
}
.AnyTagClassName
{
color: #A85206;
}
</style>
background-color css
<style>
a { background-color: #A85206; }
a { background-color: rgb(168,82,6); }
div.DivClassName
{
background-color: #A85206;
}
.BgClassName
{
background-color: #A85206;
}
</style>
border-color css
<style>
span { border-color: #A85206; }
span { border-color: rgb(168,82,6); }
td.TdClassName
{
border-color: #A85206;
}
.TagClassName
{
border-color: #A85206;
}
</style>