Shades of Rust #A85006
Tints of Rust #A85006
RGB
CMYK
RGB Variations
Color information
#A85006 (or 0xA85006) is known color: Rust. HEX triplet: A8, 50 and 06. RGB value is (168,80,6). Sum of RGB (Red+Green+Blue) = 168+80+6=254 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.14% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 168 - color contains mainly: red. Hex color #A85006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85006 is #57AFF9. Grayscale: #626262. Windows color (decimal): -5746682 or 413864. OLE color: 413864.
HSL color Cylindrical-coordinate representation of color #A85006: hue angle of 27.41º 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 #A85006 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 80 | 6 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.34 |
| HSL | 27.41º | 0.93% | 0.34% | - |
| HSV(B) | 27.41º | 0.96% | 0.66% | - |
| XYZ | 19.05 | 14.08 | 1.89 | - |
| YUV | 97.88 | 76.15 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 6 | 0 | 0.52 | 0.96 | 0.34 | 27.41 | 0.93 | 0.34 |
| Hex | A8 | 50 | 6 | 0 | 34 | 60 | 22 | 1B | 5D | 22 |
| Octal | 250 | 120 | 6 | 0 | 64 | 140 | 42 | 33 | 135 | 42 |
| Binary | 10101000 | 1010000 | 110 | 0 | 110100 | 1100000 | 100010 | 11011 | 1011101 | 100010 |
Color Harmonies of #A85006
Complementary color
Monochromatic Colors of #A85006
Black with #A85006
Text Example
Text Example
White with #A85006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85006; }
p { color: rgb(168,80,6); }
H1.HeaderClassName
{
color: #A85006;
}
.AnyTagClassName
{
color: #A85006;
}
</style>
background-color css
<style>
a { background-color: #A85006; }
a { background-color: rgb(168,80,6); }
div.DivClassName
{
background-color: #A85006;
}
.BgClassName
{
background-color: #A85006;
}
</style>
border-color css
<style>
span { border-color: #A85006; }
span { border-color: rgb(168,80,6); }
td.TdClassName
{
border-color: #A85006;
}
.TagClassName
{
border-color: #A85006;
}
</style>