Shades of Rust #A65202
Tints of Rust #A65202
RGB
CMYK
RGB Variations
Color information
#A65202 (or 0xA65202) is known color: Rust. HEX triplet: A6, 52 and 02. RGB value is (166,82,2). Sum of RGB (Red+Green+Blue) = 166+82+2=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A65202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65202 is #59ADFD. Grayscale: #626262. Windows color (decimal): -5877246 or 152230. OLE color: 152230.
HSL color Cylindrical-coordinate representation of color #A65202: hue angle of 29.27º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A65202 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 82 | 2 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.35 |
| HSL | 29.27º | 0.98% | 0.33% | - |
| HSV(B) | 29.27º | 0.99% | 0.65% | - |
| XYZ | 18.75 | 14.15 | 1.8 | - |
| YUV | 98 | 73.83 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 2 | 0 | 0.51 | 0.99 | 0.35 | 29.27 | 0.98 | 0.33 |
| Hex | A6 | 52 | 2 | 0 | 33 | 63 | 23 | 1D | 62 | 21 |
| Octal | 246 | 122 | 2 | 0 | 63 | 143 | 43 | 35 | 142 | 41 |
| Binary | 10100110 | 1010010 | 10 | 0 | 110011 | 1100011 | 100011 | 11101 | 1100010 | 100001 |
Color Harmonies of #A65202
Complementary color
Monochromatic Colors of #A65202
Black with #A65202
Text Example
Text Example
White with #A65202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65202; }
p { color: rgb(166,82,2); }
H1.HeaderClassName
{
color: #A65202;
}
.AnyTagClassName
{
color: #A65202;
}
</style>
background-color css
<style>
a { background-color: #A65202; }
a { background-color: rgb(166,82,2); }
div.DivClassName
{
background-color: #A65202;
}
.BgClassName
{
background-color: #A65202;
}
</style>
border-color css
<style>
span { border-color: #A65202; }
span { border-color: rgb(166,82,2); }
td.TdClassName
{
border-color: #A65202;
}
.TagClassName
{
border-color: #A65202;
}
</style>