Shades of Rust #A65101
Tints of Rust #A65101
RGB
CMYK
RGB Variations
Color information
#A65101 (or 0xA65101) is known color: Rust. HEX triplet: A6, 51 and 01. RGB value is (166,81,1). Sum of RGB (Red+Green+Blue) = 166+81+1=248 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.94% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 166 - color contains mainly: red. Hex color #A65101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65101 is #59AEFE. Grayscale: #616161. Windows color (decimal): -5877503 or 86438. OLE color: 86438.
HSL color Cylindrical-coordinate representation of color #A65101: hue angle of 29.09º degrees, saturation: 0.99, 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 #A65101 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 81 | 1 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.35 |
| HSL | 29.09º | 0.99% | 0.33% | - |
| HSV(B) | 29.09º | 0.99% | 0.65% | - |
| XYZ | 18.67 | 13.99 | 1.75 | - |
| YUV | 97.3 | 73.66 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 81 | 1 | 0 | 0.51 | 0.99 | 0.35 | 29.09 | 0.99 | 0.33 |
| Hex | A6 | 51 | 1 | 0 | 33 | 63 | 23 | 1D | 63 | 21 |
| Octal | 246 | 121 | 1 | 0 | 63 | 143 | 43 | 35 | 143 | 41 |
| Binary | 10100110 | 1010001 | 1 | 0 | 110011 | 1100011 | 100011 | 11101 | 1100011 | 100001 |
Color Harmonies of #A65101
Complementary color
Monochromatic Colors of #A65101
Black with #A65101
Text Example
Text Example
White with #A65101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65101; }
p { color: rgb(166,81,1); }
H1.HeaderClassName
{
color: #A65101;
}
.AnyTagClassName
{
color: #A65101;
}
</style>
background-color css
<style>
a { background-color: #A65101; }
a { background-color: rgb(166,81,1); }
div.DivClassName
{
background-color: #A65101;
}
.BgClassName
{
background-color: #A65101;
}
</style>
border-color css
<style>
span { border-color: #A65101; }
span { border-color: rgb(166,81,1); }
td.TdClassName
{
border-color: #A65101;
}
.TagClassName
{
border-color: #A65101;
}
</style>