Shades of Rust #A64703
Tints of Rust #A64703
RGB
CMYK
RGB Variations
Color information
#A64703 (or 0xA64703) is known color: Rust. HEX triplet: A6, 47 and 03. RGB value is (166,71,3). Sum of RGB (Red+Green+Blue) = 166+71+3=240 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.17% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 166 - color contains mainly: red. Hex color #A64703 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64703 is #59B8FC. Grayscale: #5C5C5C. Windows color (decimal): -5880061 or 214950. OLE color: 214950.
HSL color Cylindrical-coordinate representation of color #A64703: hue angle of 25.03º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A64703 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 3 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.35 |
| HSL | 25.03º | 0.96% | 0.33% | - |
| HSV(B) | 25.03º | 0.98% | 0.65% | - |
| XYZ | 18 | 12.62 | 1.57 | - |
| YUV | 91.65 | 77.97 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 3 | 0 | 0.57 | 0.98 | 0.35 | 25.03 | 0.96 | 0.33 |
| Hex | A6 | 47 | 3 | 0 | 39 | 62 | 23 | 19 | 60 | 21 |
| Octal | 246 | 107 | 3 | 0 | 71 | 142 | 43 | 31 | 140 | 41 |
| Binary | 10100110 | 1000111 | 11 | 0 | 111001 | 1100010 | 100011 | 11001 | 1100000 | 100001 |
Color Harmonies of #A64703
Complementary color
Monochromatic Colors of #A64703
Black with #A64703
Text Example
Text Example
White with #A64703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64703; }
p { color: rgb(166,71,3); }
H1.HeaderClassName
{
color: #A64703;
}
.AnyTagClassName
{
color: #A64703;
}
</style>
background-color css
<style>
a { background-color: #A64703; }
a { background-color: rgb(166,71,3); }
div.DivClassName
{
background-color: #A64703;
}
.BgClassName
{
background-color: #A64703;
}
</style>
border-color css
<style>
span { border-color: #A64703; }
span { border-color: rgb(166,71,3); }
td.TdClassName
{
border-color: #A64703;
}
.TagClassName
{
border-color: #A64703;
}
</style>