Shades of Rust #A84F10
Tints of Rust #A84F10
RGB
CMYK
RGB Variations
Color information
#A84F10 (or 0xA84F10) is known color: Rust. HEX triplet: A8, 4F and 10. RGB value is (168,79,16). Sum of RGB (Red+Green+Blue) = 168+79+16=263 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.88% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 168 - color contains mainly: red. Hex color #A84F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A84F10 is #57B0EF. Grayscale: #626262. Windows color (decimal): -5746928 or 1068968. OLE color: 1068968.
HSL color Cylindrical-coordinate representation of color #A84F10: hue angle of 24.87º 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 #A84F10 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 79 | 16 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.34 |
| HSL | 24.87º | 0.83% | 0.36% | - |
| HSV(B) | 24.87º | 0.9% | 0.66% | - |
| XYZ | 19.04 | 13.95 | 2.18 | - |
| YUV | 98.43 | 81.49 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 79 | 16 | 0 | 0.53 | 0.90 | 0.34 | 24.87 | 0.83 | 0.36 |
| Hex | A8 | 4F | 10 | 0 | 35 | 5A | 22 | 19 | 53 | 24 |
| Octal | 250 | 117 | 20 | 0 | 65 | 132 | 42 | 31 | 123 | 44 |
| Binary | 10101000 | 1001111 | 10000 | 0 | 110101 | 1011010 | 100010 | 11001 | 1010011 | 100100 |
Color Harmonies of #A84F10
Complementary color
Monochromatic Colors of #A84F10
Black with #A84F10
Text Example
Text Example
White with #A84F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84F10; }
p { color: rgb(168,79,16); }
H1.HeaderClassName
{
color: #A84F10;
}
.AnyTagClassName
{
color: #A84F10;
}
</style>
background-color css
<style>
a { background-color: #A84F10; }
a { background-color: rgb(168,79,16); }
div.DivClassName
{
background-color: #A84F10;
}
.BgClassName
{
background-color: #A84F10;
}
</style>
border-color css
<style>
span { border-color: #A84F10; }
span { border-color: rgb(168,79,16); }
td.TdClassName
{
border-color: #A84F10;
}
.TagClassName
{
border-color: #A84F10;
}
</style>