Shades of Rust #A64517
Tints of Rust #A64517
RGB
CMYK
RGB Variations
Color information
#A64517 (or 0xA64517) is known color: Rust. HEX triplet: A6, 45 and 17. RGB value is (166,69,23). Sum of RGB (Red+Green+Blue) = 166+69+23=258 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.34% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 166 - color contains mainly: red. Hex color #A64517 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64517 is #59BAE8. Grayscale: #5D5D5D. Windows color (decimal): -5880553 or 1525158. OLE color: 1525158.
HSL color Cylindrical-coordinate representation of color #A64517: hue angle of 19.3º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A64517 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 69 | 23 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.35 |
| HSL | 19.3º | 0.76% | 0.37% | - |
| HSV(B) | 19.3º | 0.86% | 0.65% | - |
| XYZ | 18.01 | 12.43 | 2.26 | - |
| YUV | 92.76 | 88.64 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 69 | 23 | 0 | 0.58 | 0.86 | 0.35 | 19.3 | 0.76 | 0.37 |
| Hex | A6 | 45 | 17 | 0 | 3A | 56 | 23 | 13 | 4C | 25 |
| Octal | 246 | 105 | 27 | 0 | 72 | 126 | 43 | 23 | 114 | 45 |
| Binary | 10100110 | 1000101 | 10111 | 0 | 111010 | 1010110 | 100011 | 10011 | 1001100 | 100101 |
Color Harmonies of #A64517
Complementary color
Monochromatic Colors of #A64517
Black with #A64517
Text Example
Text Example
White with #A64517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64517; }
p { color: rgb(166,69,23); }
H1.HeaderClassName
{
color: #A64517;
}
.AnyTagClassName
{
color: #A64517;
}
</style>
background-color css
<style>
a { background-color: #A64517; }
a { background-color: rgb(166,69,23); }
div.DivClassName
{
background-color: #A64517;
}
.BgClassName
{
background-color: #A64517;
}
</style>
border-color css
<style>
span { border-color: #A64517; }
span { border-color: rgb(166,69,23); }
td.TdClassName
{
border-color: #A64517;
}
.TagClassName
{
border-color: #A64517;
}
</style>