Shades of Rust #A65200
Tints of Rust #A65200
RGB
CMYK
RGB Variations
Color information
#A65200 (or 0xA65200) is known color: Rust. HEX triplet: A6, 52 and 00. RGB value is (166,82,0). Sum of RGB (Red+Green+Blue) = 166+82+0=248 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.94% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 166 - color contains mainly: red. Hex color #A65200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65200 is #59ADFF. Grayscale: #626262. Windows color (decimal): -5877248 or 21158. OLE color: 21158.
HSL color Cylindrical-coordinate representation of color #A65200: hue angle of 29.64º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A65200 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 82 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.35 |
| HSL | 29.64º | 1% | 0.33% | - |
| HSV(B) | 29.64º | 1% | 0.65% | - |
| XYZ | 18.74 | 14.14 | 1.74 | - |
| YUV | 97.77 | 72.83 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 0 | 0 | 0.51 | 1 | 0.35 | 29.64 | 1 | 0.33 |
| Hex | A6 | 52 | 0 | 0 | 33 | 64 | 23 | 1E | 64 | 21 |
| Octal | 246 | 122 | 0 | 0 | 63 | 144 | 43 | 36 | 144 | 41 |
| Binary | 10100110 | 1010010 | 0 | 0 | 110011 | 1100100 | 100011 | 11110 | 1100100 | 100001 |
Color Harmonies of #A65200
Complementary color
Monochromatic Colors of #A65200
Black with #A65200
Text Example
Text Example
White with #A65200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65200; }
p { color: rgb(166,82,0); }
H1.HeaderClassName
{
color: #A65200;
}
.AnyTagClassName
{
color: #A65200;
}
</style>
background-color css
<style>
a { background-color: #A65200; }
a { background-color: rgb(166,82,0); }
div.DivClassName
{
background-color: #A65200;
}
.BgClassName
{
background-color: #A65200;
}
</style>
border-color css
<style>
span { border-color: #A65200; }
span { border-color: rgb(166,82,0); }
td.TdClassName
{
border-color: #A65200;
}
.TagClassName
{
border-color: #A65200;
}
</style>