Shades of Rust #A84810
Tints of Rust #A84810
RGB
CMYK
RGB Variations
Color information
#A84810 (or 0xA84810) is known color: Rust. HEX triplet: A8, 48 and 10. RGB value is (168,72,16). Sum of RGB (Red+Green+Blue) = 168+72+16=256 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.62% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 168 - color contains mainly: red. Hex color #A84810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84810 is #57B7EF. Grayscale: #5E5E5E. Windows color (decimal): -5748720 or 1067176. OLE color: 1067176.
HSL color Cylindrical-coordinate representation of color #A84810: hue angle of 22.11º 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 #A84810 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 72 | 16 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.34 |
| HSL | 22.11º | 0.83% | 0.36% | - |
| HSV(B) | 22.11º | 0.9% | 0.66% | - |
| XYZ | 18.56 | 13 | 2.02 | - |
| YUV | 94.32 | 83.8 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 16 | 0 | 0.57 | 0.90 | 0.34 | 22.11 | 0.83 | 0.36 |
| Hex | A8 | 48 | 10 | 0 | 39 | 5A | 22 | 16 | 53 | 24 |
| Octal | 250 | 110 | 20 | 0 | 71 | 132 | 42 | 26 | 123 | 44 |
| Binary | 10101000 | 1001000 | 10000 | 0 | 111001 | 1011010 | 100010 | 10110 | 1010011 | 100100 |
Color Harmonies of #A84810
Complementary color
Monochromatic Colors of #A84810
Black with #A84810
Text Example
Text Example
White with #A84810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84810; }
p { color: rgb(168,72,16); }
H1.HeaderClassName
{
color: #A84810;
}
.AnyTagClassName
{
color: #A84810;
}
</style>
background-color css
<style>
a { background-color: #A84810; }
a { background-color: rgb(168,72,16); }
div.DivClassName
{
background-color: #A84810;
}
.BgClassName
{
background-color: #A84810;
}
</style>
border-color css
<style>
span { border-color: #A84810; }
span { border-color: rgb(168,72,16); }
td.TdClassName
{
border-color: #A84810;
}
.TagClassName
{
border-color: #A84810;
}
</style>