Shades of Rust #A84117
Tints of Rust #A84117
RGB
CMYK
RGB Variations
Color information
#A84117 (or 0xA84117) is known color: Rust. HEX triplet: A8, 41 and 17. RGB value is (168,65,23). Sum of RGB (Red+Green+Blue) = 168+65+23=256 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.62% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 168 - color contains mainly: red. Hex color #A84117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84117 is #57BEE8. Grayscale: #5B5B5B. Windows color (decimal): -5750505 or 1524136. OLE color: 1524136.
HSL color Cylindrical-coordinate representation of color #A84117: hue angle of 17.38º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A84117 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 65 | 23 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.34 |
| HSL | 17.38º | 0.76% | 0.37% | - |
| HSV(B) | 17.38º | 0.86% | 0.66% | - |
| XYZ | 18.19 | 12.17 | 2.2 | - |
| YUV | 91.01 | 89.62 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 23 | 0 | 0.61 | 0.86 | 0.34 | 17.38 | 0.76 | 0.37 |
| Hex | A8 | 41 | 17 | 0 | 3D | 56 | 22 | 11 | 4C | 25 |
| Octal | 250 | 101 | 27 | 0 | 75 | 126 | 42 | 21 | 114 | 45 |
| Binary | 10101000 | 1000001 | 10111 | 0 | 111101 | 1010110 | 100010 | 10001 | 1001100 | 100101 |
Color Harmonies of #A84117
Complementary color
Monochromatic Colors of #A84117
Black with #A84117
Text Example
Text Example
White with #A84117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84117; }
p { color: rgb(168,65,23); }
H1.HeaderClassName
{
color: #A84117;
}
.AnyTagClassName
{
color: #A84117;
}
</style>
background-color css
<style>
a { background-color: #A84117; }
a { background-color: rgb(168,65,23); }
div.DivClassName
{
background-color: #A84117;
}
.BgClassName
{
background-color: #A84117;
}
</style>
border-color css
<style>
span { border-color: #A84117; }
span { border-color: rgb(168,65,23); }
td.TdClassName
{
border-color: #A84117;
}
.TagClassName
{
border-color: #A84117;
}
</style>