Shades of Rust #A85007
Tints of Rust #A85007
RGB
CMYK
RGB Variations
Color information
#A85007 (or 0xA85007) is known color: Rust. HEX triplet: A8, 50 and 07. RGB value is (168,80,7). Sum of RGB (Red+Green+Blue) = 168+80+7=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A85007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85007 is #57AFF8. Grayscale: #626262. Windows color (decimal): -5746681 or 479400. OLE color: 479400.
HSL color Cylindrical-coordinate representation of color #A85007: hue angle of 27.2º 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 #A85007 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 80 | 7 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.34 |
| HSL | 27.2º | 0.92% | 0.34% | - |
| HSV(B) | 27.2º | 0.96% | 0.66% | - |
| XYZ | 19.06 | 14.08 | 1.91 | - |
| YUV | 97.99 | 76.65 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 7 | 0 | 0.52 | 0.96 | 0.34 | 27.2 | 0.92 | 0.34 |
| Hex | A8 | 50 | 7 | 0 | 34 | 60 | 22 | 1B | 5C | 22 |
| Octal | 250 | 120 | 7 | 0 | 64 | 140 | 42 | 33 | 134 | 42 |
| Binary | 10101000 | 1010000 | 111 | 0 | 110100 | 1100000 | 100010 | 11011 | 1011100 | 100010 |
Color Harmonies of #A85007
Complementary color
Monochromatic Colors of #A85007
Black with #A85007
Text Example
Text Example
White with #A85007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85007; }
p { color: rgb(168,80,7); }
H1.HeaderClassName
{
color: #A85007;
}
.AnyTagClassName
{
color: #A85007;
}
</style>
background-color css
<style>
a { background-color: #A85007; }
a { background-color: rgb(168,80,7); }
div.DivClassName
{
background-color: #A85007;
}
.BgClassName
{
background-color: #A85007;
}
</style>
border-color css
<style>
span { border-color: #A85007; }
span { border-color: rgb(168,80,7); }
td.TdClassName
{
border-color: #A85007;
}
.TagClassName
{
border-color: #A85007;
}
</style>