Shades of Rust #A65204
Tints of Rust #A65204
RGB
CMYK
RGB Variations
Color information
#A65204 (or 0xA65204) is known color: Rust. HEX triplet: A6, 52 and 04. RGB value is (166,82,4). Sum of RGB (Red+Green+Blue) = 166+82+4=252 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.87% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 166 - color contains mainly: red. Hex color #A65204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65204 is #59ADFB. Grayscale: #626262. Windows color (decimal): -5877244 or 283302. OLE color: 283302.
HSL color Cylindrical-coordinate representation of color #A65204: hue angle of 28.89º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A65204 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 82 | 4 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.35 |
| HSL | 28.89º | 0.95% | 0.33% | - |
| HSV(B) | 28.89º | 0.98% | 0.65% | - |
| XYZ | 18.77 | 14.15 | 1.86 | - |
| YUV | 98.22 | 74.83 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 4 | 0 | 0.51 | 0.98 | 0.35 | 28.89 | 0.95 | 0.33 |
| Hex | A6 | 52 | 4 | 0 | 33 | 62 | 23 | 1D | 5F | 21 |
| Octal | 246 | 122 | 4 | 0 | 63 | 142 | 43 | 35 | 137 | 41 |
| Binary | 10100110 | 1010010 | 100 | 0 | 110011 | 1100010 | 100011 | 11101 | 1011111 | 100001 |
Color Harmonies of #A65204
Complementary color
Monochromatic Colors of #A65204
Black with #A65204
Text Example
Text Example
White with #A65204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65204; }
p { color: rgb(166,82,4); }
H1.HeaderClassName
{
color: #A65204;
}
.AnyTagClassName
{
color: #A65204;
}
</style>
background-color css
<style>
a { background-color: #A65204; }
a { background-color: rgb(166,82,4); }
div.DivClassName
{
background-color: #A65204;
}
.BgClassName
{
background-color: #A65204;
}
</style>
border-color css
<style>
span { border-color: #A65204; }
span { border-color: rgb(166,82,4); }
td.TdClassName
{
border-color: #A65204;
}
.TagClassName
{
border-color: #A65204;
}
</style>