Shades of Rust #A64704
Tints of Rust #A64704
RGB
CMYK
RGB Variations
Color information
#A64704 (or 0xA64704) is known color: Rust. HEX triplet: A6, 47 and 04. RGB value is (166,71,4). Sum of RGB (Red+Green+Blue) = 166+71+4=241 (31% of max value = 765). Red value is 166 (65.23% from 255 or 68.88% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 166 - color contains mainly: red. Hex color #A64704 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64704 is #59B8FB. Grayscale: #5C5C5C. Windows color (decimal): -5880060 or 280486. OLE color: 280486.
HSL color Cylindrical-coordinate representation of color #A64704: hue angle of 24.81º degrees, saturation: 0.95, 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 #A64704 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 4 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.35 |
| HSL | 24.81º | 0.95% | 0.33% | - |
| HSV(B) | 24.81º | 0.98% | 0.65% | - |
| XYZ | 18 | 12.62 | 1.6 | - |
| YUV | 91.77 | 78.47 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 4 | 0 | 0.57 | 0.98 | 0.35 | 24.81 | 0.95 | 0.33 |
| Hex | A6 | 47 | 4 | 0 | 39 | 62 | 23 | 19 | 5F | 21 |
| Octal | 246 | 107 | 4 | 0 | 71 | 142 | 43 | 31 | 137 | 41 |
| Binary | 10100110 | 1000111 | 100 | 0 | 111001 | 1100010 | 100011 | 11001 | 1011111 | 100001 |
Color Harmonies of #A64704
Complementary color
Monochromatic Colors of #A64704
Black with #A64704
Text Example
Text Example
White with #A64704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64704; }
p { color: rgb(166,71,4); }
H1.HeaderClassName
{
color: #A64704;
}
.AnyTagClassName
{
color: #A64704;
}
</style>
background-color css
<style>
a { background-color: #A64704; }
a { background-color: rgb(166,71,4); }
div.DivClassName
{
background-color: #A64704;
}
.BgClassName
{
background-color: #A64704;
}
</style>
border-color css
<style>
span { border-color: #A64704; }
span { border-color: rgb(166,71,4); }
td.TdClassName
{
border-color: #A64704;
}
.TagClassName
{
border-color: #A64704;
}
</style>