Shades of Rust #A65109
Tints of Rust #A65109
RGB
CMYK
RGB Variations
Color information
#A65109 (or 0xA65109) is known color: Rust. HEX triplet: A6, 51 and 09. RGB value is (166,81,9). Sum of RGB (Red+Green+Blue) = 166+81+9=256 (33% of max value = 765). Red value is 166 (65.23% from 255 or 64.84% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 9 (3.91% from 255 or 3.52% from 256); Max value from RGB is 166 - color contains mainly: red. Hex color #A65109 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65109 is #59AEF6. Grayscale: #626262. Windows color (decimal): -5877495 or 610726. OLE color: 610726.
HSL color Cylindrical-coordinate representation of color #A65109: hue angle of 27.52º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A65109 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 81 | 9 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.35 |
| HSL | 27.52º | 0.9% | 0.34% | - |
| HSV(B) | 27.52º | 0.95% | 0.65% | - |
| XYZ | 18.72 | 14.01 | 1.98 | - |
| YUV | 98.21 | 77.66 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 81 | 9 | 0 | 0.51 | 0.95 | 0.35 | 27.52 | 0.9 | 0.34 |
| Hex | A6 | 51 | 9 | 0 | 33 | 5F | 23 | 1C | 5A | 22 |
| Octal | 246 | 121 | 11 | 0 | 63 | 137 | 43 | 34 | 132 | 42 |
| Binary | 10100110 | 1010001 | 1001 | 0 | 110011 | 1011111 | 100011 | 11100 | 1011010 | 100010 |
Color Harmonies of #A65109
Complementary color
Monochromatic Colors of #A65109
Black with #A65109
Text Example
Text Example
White with #A65109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65109; }
p { color: rgb(166,81,9); }
H1.HeaderClassName
{
color: #A65109;
}
.AnyTagClassName
{
color: #A65109;
}
</style>
background-color css
<style>
a { background-color: #A65109; }
a { background-color: rgb(166,81,9); }
div.DivClassName
{
background-color: #A65109;
}
.BgClassName
{
background-color: #A65109;
}
</style>
border-color css
<style>
span { border-color: #A65109; }
span { border-color: rgb(166,81,9); }
td.TdClassName
{
border-color: #A65109;
}
.TagClassName
{
border-color: #A65109;
}
</style>