Shades of Rust #A65005
Tints of Rust #A65005
RGB
CMYK
RGB Variations
Color information
#A65005 (or 0xA65005) is known color: Rust. HEX triplet: A6, 50 and 05. RGB value is (166,80,5). Sum of RGB (Red+Green+Blue) = 166+80+5=251 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.14% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 166 - color contains mainly: red. Hex color #A65005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65005 is #59AFFA. Grayscale: #616161. Windows color (decimal): -5877755 or 348326. OLE color: 348326.
HSL color Cylindrical-coordinate representation of color #A65005: hue angle of 27.95º 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 #A65005 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 80 | 5 | - |
| CMYK | 0 | 0.52 | 0.97 | 0.35 |
| HSL | 27.95º | 0.94% | 0.34% | - |
| HSV(B) | 27.95º | 0.97% | 0.65% | - |
| XYZ | 18.62 | 13.86 | 1.84 | - |
| YUV | 97.16 | 75.99 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 5 | 0 | 0.52 | 0.97 | 0.35 | 27.95 | 0.94 | 0.34 |
| Hex | A6 | 50 | 5 | 0 | 34 | 61 | 23 | 1C | 5E | 22 |
| Octal | 246 | 120 | 5 | 0 | 64 | 141 | 43 | 34 | 136 | 42 |
| Binary | 10100110 | 1010000 | 101 | 0 | 110100 | 1100001 | 100011 | 11100 | 1011110 | 100010 |
Color Harmonies of #A65005
Complementary color
Monochromatic Colors of #A65005
Black with #A65005
Text Example
Text Example
White with #A65005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65005; }
p { color: rgb(166,80,5); }
H1.HeaderClassName
{
color: #A65005;
}
.AnyTagClassName
{
color: #A65005;
}
</style>
background-color css
<style>
a { background-color: #A65005; }
a { background-color: rgb(166,80,5); }
div.DivClassName
{
background-color: #A65005;
}
.BgClassName
{
background-color: #A65005;
}
</style>
border-color css
<style>
span { border-color: #A65005; }
span { border-color: rgb(166,80,5); }
td.TdClassName
{
border-color: #A65005;
}
.TagClassName
{
border-color: #A65005;
}
</style>