Shades of Rust #A65205
Tints of Rust #A65205
RGB
CMYK
RGB Variations
Color information
#A65205 (or 0xA65205) is known color: Rust. HEX triplet: A6, 52 and 05. RGB value is (166,82,5). Sum of RGB (Red+Green+Blue) = 166+82+5=253 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.61% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 166 - color contains mainly: red. Hex color #A65205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65205 is #59ADFA. Grayscale: #626262. Windows color (decimal): -5877243 or 348838. OLE color: 348838.
HSL color Cylindrical-coordinate representation of color #A65205: hue angle of 28.7º 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 #A65205 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 82 | 5 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.35 |
| HSL | 28.7º | 0.94% | 0.34% | - |
| HSV(B) | 28.7º | 0.97% | 0.65% | - |
| XYZ | 18.77 | 14.15 | 1.89 | - |
| YUV | 98.34 | 75.33 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 5 | 0 | 0.51 | 0.97 | 0.35 | 28.7 | 0.94 | 0.34 |
| Hex | A6 | 52 | 5 | 0 | 33 | 61 | 23 | 1D | 5E | 22 |
| Octal | 246 | 122 | 5 | 0 | 63 | 141 | 43 | 35 | 136 | 42 |
| Binary | 10100110 | 1010010 | 101 | 0 | 110011 | 1100001 | 100011 | 11101 | 1011110 | 100010 |
Color Harmonies of #A65205
Complementary color
Monochromatic Colors of #A65205
Black with #A65205
Text Example
Text Example
White with #A65205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65205; }
p { color: rgb(166,82,5); }
H1.HeaderClassName
{
color: #A65205;
}
.AnyTagClassName
{
color: #A65205;
}
</style>
background-color css
<style>
a { background-color: #A65205; }
a { background-color: rgb(166,82,5); }
div.DivClassName
{
background-color: #A65205;
}
.BgClassName
{
background-color: #A65205;
}
</style>
border-color css
<style>
span { border-color: #A65205; }
span { border-color: rgb(166,82,5); }
td.TdClassName
{
border-color: #A65205;
}
.TagClassName
{
border-color: #A65205;
}
</style>