Shades of Rust #A84817
Tints of Rust #A84817
RGB
CMYK
RGB Variations
Color information
#A84817 (or 0xA84817) is known color: Rust. HEX triplet: A8, 48 and 17. RGB value is (168,72,23). Sum of RGB (Red+Green+Blue) = 168+72+23=263 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.88% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 23 (9.38% from 255 or 8.75% from 263); Max value from RGB is 168 - color contains mainly: red. Hex color #A84817 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84817 is #57B7E8. Grayscale: #5F5F5F. Windows color (decimal): -5748713 or 1525928. OLE color: 1525928.
HSL color Cylindrical-coordinate representation of color #A84817: hue angle of 20.28º 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 #A84817 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 72 | 23 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.34 |
| HSL | 20.28º | 0.76% | 0.37% | - |
| HSV(B) | 20.28º | 0.86% | 0.66% | - |
| XYZ | 18.62 | 13.02 | 2.34 | - |
| YUV | 95.12 | 87.3 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 23 | 0 | 0.57 | 0.86 | 0.34 | 20.28 | 0.76 | 0.37 |
| Hex | A8 | 48 | 17 | 0 | 39 | 56 | 22 | 14 | 4C | 25 |
| Octal | 250 | 110 | 27 | 0 | 71 | 126 | 42 | 24 | 114 | 45 |
| Binary | 10101000 | 1001000 | 10111 | 0 | 111001 | 1010110 | 100010 | 10100 | 1001100 | 100101 |
Color Harmonies of #A84817
Complementary color
Monochromatic Colors of #A84817
Black with #A84817
Text Example
Text Example
White with #A84817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84817; }
p { color: rgb(168,72,23); }
H1.HeaderClassName
{
color: #A84817;
}
.AnyTagClassName
{
color: #A84817;
}
</style>
background-color css
<style>
a { background-color: #A84817; }
a { background-color: rgb(168,72,23); }
div.DivClassName
{
background-color: #A84817;
}
.BgClassName
{
background-color: #A84817;
}
</style>
border-color css
<style>
span { border-color: #A84817; }
span { border-color: rgb(168,72,23); }
td.TdClassName
{
border-color: #A84817;
}
.TagClassName
{
border-color: #A84817;
}
</style>