Shades of Rust #A84317
Tints of Rust #A84317
RGB
CMYK
RGB Variations
Color information
#A84317 (or 0xA84317) is known color: Rust. HEX triplet: A8, 43 and 17. RGB value is (168,67,23). Sum of RGB (Red+Green+Blue) = 168+67+23=258 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.12% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 168 - color contains mainly: red. Hex color #A84317 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84317 is #57BCE8. Grayscale: #5C5C5C. Windows color (decimal): -5749993 or 1524648. OLE color: 1524648.
HSL color Cylindrical-coordinate representation of color #A84317: hue angle of 18.21º 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 #A84317 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 67 | 23 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.34 |
| HSL | 18.21º | 0.76% | 0.37% | - |
| HSV(B) | 18.21º | 0.86% | 0.66% | - |
| XYZ | 18.31 | 12.4 | 2.24 | - |
| YUV | 92.18 | 88.96 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 23 | 0 | 0.60 | 0.86 | 0.34 | 18.21 | 0.76 | 0.37 |
| Hex | A8 | 43 | 17 | 0 | 3C | 56 | 22 | 12 | 4C | 25 |
| Octal | 250 | 103 | 27 | 0 | 74 | 126 | 42 | 22 | 114 | 45 |
| Binary | 10101000 | 1000011 | 10111 | 0 | 111100 | 1010110 | 100010 | 10010 | 1001100 | 100101 |
Color Harmonies of #A84317
Complementary color
Monochromatic Colors of #A84317
Black with #A84317
Text Example
Text Example
White with #A84317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84317; }
p { color: rgb(168,67,23); }
H1.HeaderClassName
{
color: #A84317;
}
.AnyTagClassName
{
color: #A84317;
}
</style>
background-color css
<style>
a { background-color: #A84317; }
a { background-color: rgb(168,67,23); }
div.DivClassName
{
background-color: #A84317;
}
.BgClassName
{
background-color: #A84317;
}
</style>
border-color css
<style>
span { border-color: #A84317; }
span { border-color: rgb(168,67,23); }
td.TdClassName
{
border-color: #A84317;
}
.TagClassName
{
border-color: #A84317;
}
</style>