Shades of Rust #A85009
Tints of Rust #A85009
RGB
CMYK
RGB Variations
Color information
#A85009 (or 0xA85009) is known color: Rust. HEX triplet: A8, 50 and 09. RGB value is (168,80,9). Sum of RGB (Red+Green+Blue) = 168+80+9=257 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.37% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 168 - color contains mainly: red. Hex color #A85009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85009 is #57AFF6. Grayscale: #626262. Windows color (decimal): -5746679 or 610472. OLE color: 610472.
HSL color Cylindrical-coordinate representation of color #A85009: hue angle of 26.79º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A85009 is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 80 | 9 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.34 |
| HSL | 26.79º | 0.9% | 0.35% | - |
| HSV(B) | 26.79º | 0.95% | 0.66% | - |
| XYZ | 19.07 | 14.08 | 1.97 | - |
| YUV | 98.22 | 77.65 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 9 | 0 | 0.52 | 0.95 | 0.34 | 26.79 | 0.9 | 0.35 |
| Hex | A8 | 50 | 9 | 0 | 34 | 5F | 22 | 1B | 5A | 23 |
| Octal | 250 | 120 | 11 | 0 | 64 | 137 | 42 | 33 | 132 | 43 |
| Binary | 10101000 | 1010000 | 1001 | 0 | 110100 | 1011111 | 100010 | 11011 | 1011010 | 100011 |
Color Harmonies of #A85009
Complementary color
Monochromatic Colors of #A85009
Black with #A85009
Text Example
Text Example
White with #A85009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85009; }
p { color: rgb(168,80,9); }
H1.HeaderClassName
{
color: #A85009;
}
.AnyTagClassName
{
color: #A85009;
}
</style>
background-color css
<style>
a { background-color: #A85009; }
a { background-color: rgb(168,80,9); }
div.DivClassName
{
background-color: #A85009;
}
.BgClassName
{
background-color: #A85009;
}
</style>
border-color css
<style>
span { border-color: #A85009; }
span { border-color: rgb(168,80,9); }
td.TdClassName
{
border-color: #A85009;
}
.TagClassName
{
border-color: #A85009;
}
</style>