Shades of Rust #A8460F
Tints of Rust #A8460F
RGB
CMYK
RGB Variations
Color information
#A8460F (or 0xA8460F) is known color: Rust. HEX triplet: A8, 46 and 0F. RGB value is (168,70,15). Sum of RGB (Red+Green+Blue) = 168+70+15=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A8460F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8460F is #57B9F0. Grayscale: #5D5D5D. Windows color (decimal): -5749233 or 1001128. OLE color: 1001128.
HSL color Cylindrical-coordinate representation of color #A8460F: hue angle of 21.57º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8460F is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 70 | 15 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.34 |
| HSL | 21.57º | 0.84% | 0.36% | - |
| HSV(B) | 21.57º | 0.91% | 0.66% | - |
| XYZ | 18.42 | 12.74 | 1.94 | - |
| YUV | 93.03 | 83.97 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 70 | 15 | 0 | 0.58 | 0.91 | 0.34 | 21.57 | 0.84 | 0.36 |
| Hex | A8 | 46 | F | 0 | 3A | 5B | 22 | 16 | 54 | 24 |
| Octal | 250 | 106 | 17 | 0 | 72 | 133 | 42 | 26 | 124 | 44 |
| Binary | 10101000 | 1000110 | 1111 | 0 | 111010 | 1011011 | 100010 | 10110 | 1010100 | 100100 |
Color Harmonies of #A8460F
Complementary color
Monochromatic Colors of #A8460F
Black with #A8460F
Text Example
Text Example
White with #A8460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8460F; }
p { color: rgb(168,70,15); }
H1.HeaderClassName
{
color: #A8460F;
}
.AnyTagClassName
{
color: #A8460F;
}
</style>
background-color css
<style>
a { background-color: #A8460F; }
a { background-color: rgb(168,70,15); }
div.DivClassName
{
background-color: #A8460F;
}
.BgClassName
{
background-color: #A8460F;
}
</style>
border-color css
<style>
span { border-color: #A8460F; }
span { border-color: rgb(168,70,15); }
td.TdClassName
{
border-color: #A8460F;
}
.TagClassName
{
border-color: #A8460F;
}
</style>