Shades of Rust #A64805
Tints of Rust #A64805
RGB
CMYK
RGB Variations
Color information
#A64805 (or 0xA64805) is known color: Rust. HEX triplet: A6, 48 and 05. RGB value is (166,72,5). Sum of RGB (Red+Green+Blue) = 166+72+5=243 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.31% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 166 - color contains mainly: red. Hex color #A64805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64805 is #59B7FA. Grayscale: #5C5C5C. Windows color (decimal): -5879803 or 346278. OLE color: 346278.
HSL color Cylindrical-coordinate representation of color #A64805: hue angle of 24.97º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A64805 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 72 | 5 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.35 |
| HSL | 24.97º | 0.94% | 0.34% | - |
| HSV(B) | 24.97º | 0.97% | 0.65% | - |
| XYZ | 18.07 | 12.75 | 1.65 | - |
| YUV | 92.47 | 78.64 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 72 | 5 | 0 | 0.57 | 0.97 | 0.35 | 24.97 | 0.94 | 0.34 |
| Hex | A6 | 48 | 5 | 0 | 39 | 61 | 23 | 19 | 5E | 22 |
| Octal | 246 | 110 | 5 | 0 | 71 | 141 | 43 | 31 | 136 | 42 |
| Binary | 10100110 | 1001000 | 101 | 0 | 111001 | 1100001 | 100011 | 11001 | 1011110 | 100010 |
Color Harmonies of #A64805
Complementary color
Monochromatic Colors of #A64805
Black with #A64805
Text Example
Text Example
White with #A64805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64805; }
p { color: rgb(166,72,5); }
H1.HeaderClassName
{
color: #A64805;
}
.AnyTagClassName
{
color: #A64805;
}
</style>
background-color css
<style>
a { background-color: #A64805; }
a { background-color: rgb(166,72,5); }
div.DivClassName
{
background-color: #A64805;
}
.BgClassName
{
background-color: #A64805;
}
</style>
border-color css
<style>
span { border-color: #A64805; }
span { border-color: rgb(166,72,5); }
td.TdClassName
{
border-color: #A64805;
}
.TagClassName
{
border-color: #A64805;
}
</style>