Shades of Rust #A85010
Tints of Rust #A85010
RGB
CMYK
RGB Variations
Color information
#A85010 (or 0xA85010) is known color: Rust. HEX triplet: A8, 50 and 10. RGB value is (168,80,16). Sum of RGB (Red+Green+Blue) = 168+80+16=264 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.64% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 168 - color contains mainly: red. Hex color #A85010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85010 is #57AFEF. Grayscale: #636363. Windows color (decimal): -5746672 or 1069224. OLE color: 1069224.
HSL color Cylindrical-coordinate representation of color #A85010: hue angle of 25.26º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A85010 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 80 | 16 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.34 |
| HSL | 25.26º | 0.83% | 0.36% | - |
| HSV(B) | 25.26º | 0.9% | 0.66% | - |
| XYZ | 19.11 | 14.1 | 2.2 | - |
| YUV | 99.02 | 81.15 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 16 | 0 | 0.52 | 0.90 | 0.34 | 25.26 | 0.83 | 0.36 |
| Hex | A8 | 50 | 10 | 0 | 34 | 5A | 22 | 19 | 53 | 24 |
| Octal | 250 | 120 | 20 | 0 | 64 | 132 | 42 | 31 | 123 | 44 |
| Binary | 10101000 | 1010000 | 10000 | 0 | 110100 | 1011010 | 100010 | 11001 | 1010011 | 100100 |
Color Harmonies of #A85010
Complementary color
Monochromatic Colors of #A85010
Black with #A85010
Text Example
Text Example
White with #A85010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85010; }
p { color: rgb(168,80,16); }
H1.HeaderClassName
{
color: #A85010;
}
.AnyTagClassName
{
color: #A85010;
}
</style>
background-color css
<style>
a { background-color: #A85010; }
a { background-color: rgb(168,80,16); }
div.DivClassName
{
background-color: #A85010;
}
.BgClassName
{
background-color: #A85010;
}
</style>
border-color css
<style>
span { border-color: #A85010; }
span { border-color: rgb(168,80,16); }
td.TdClassName
{
border-color: #A85010;
}
.TagClassName
{
border-color: #A85010;
}
</style>