Shades of Rust #A84710
Tints of Rust #A84710
RGB
CMYK
RGB Variations
Color information
#A84710 (or 0xA84710) is known color: Rust. HEX triplet: A8, 47 and 10. RGB value is (168,71,16). Sum of RGB (Red+Green+Blue) = 168+71+16=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A84710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84710 is #57B8EF. Grayscale: #5E5E5E. Windows color (decimal): -5748976 or 1066920. OLE color: 1066920.
HSL color Cylindrical-coordinate representation of color #A84710: hue angle of 21.71º 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 #A84710 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 71 | 16 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.34 |
| HSL | 21.71º | 0.83% | 0.36% | - |
| HSV(B) | 21.71º | 0.9% | 0.66% | - |
| XYZ | 18.5 | 12.87 | 2 | - |
| YUV | 93.73 | 84.14 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 71 | 16 | 0 | 0.58 | 0.90 | 0.34 | 21.71 | 0.83 | 0.36 |
| Hex | A8 | 47 | 10 | 0 | 3A | 5A | 22 | 16 | 53 | 24 |
| Octal | 250 | 107 | 20 | 0 | 72 | 132 | 42 | 26 | 123 | 44 |
| Binary | 10101000 | 1000111 | 10000 | 0 | 111010 | 1011010 | 100010 | 10110 | 1010011 | 100100 |
Color Harmonies of #A84710
Complementary color
Monochromatic Colors of #A84710
Black with #A84710
Text Example
Text Example
White with #A84710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84710; }
p { color: rgb(168,71,16); }
H1.HeaderClassName
{
color: #A84710;
}
.AnyTagClassName
{
color: #A84710;
}
</style>
background-color css
<style>
a { background-color: #A84710; }
a { background-color: rgb(168,71,16); }
div.DivClassName
{
background-color: #A84710;
}
.BgClassName
{
background-color: #A84710;
}
</style>
border-color css
<style>
span { border-color: #A84710; }
span { border-color: rgb(168,71,16); }
td.TdClassName
{
border-color: #A84710;
}
.TagClassName
{
border-color: #A84710;
}
</style>