Shades of Rust #A64702
Tints of Rust #A64702
RGB
CMYK
RGB Variations
Color information
#A64702 (or 0xA64702) is known color: Rust. HEX triplet: A6, 47 and 02. RGB value is (166,71,2). Sum of RGB (Red+Green+Blue) = 166+71+2=239 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.46% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 166 - color contains mainly: red. Hex color #A64702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64702 is #59B8FD. Grayscale: #5B5B5B. Windows color (decimal): -5880062 or 149414. OLE color: 149414.
HSL color Cylindrical-coordinate representation of color #A64702: hue angle of 25.24º degrees, saturation: 0.98, 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 #A64702 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 2 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.35 |
| HSL | 25.24º | 0.98% | 0.33% | - |
| HSV(B) | 25.24º | 0.99% | 0.65% | - |
| XYZ | 17.99 | 12.62 | 1.54 | - |
| YUV | 91.54 | 77.47 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 2 | 0 | 0.57 | 0.99 | 0.35 | 25.24 | 0.98 | 0.33 |
| Hex | A6 | 47 | 2 | 0 | 39 | 63 | 23 | 19 | 62 | 21 |
| Octal | 246 | 107 | 2 | 0 | 71 | 143 | 43 | 31 | 142 | 41 |
| Binary | 10100110 | 1000111 | 10 | 0 | 111001 | 1100011 | 100011 | 11001 | 1100010 | 100001 |
Color Harmonies of #A64702
Complementary color
Monochromatic Colors of #A64702
Black with #A64702
Text Example
Text Example
White with #A64702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64702; }
p { color: rgb(166,71,2); }
H1.HeaderClassName
{
color: #A64702;
}
.AnyTagClassName
{
color: #A64702;
}
</style>
background-color css
<style>
a { background-color: #A64702; }
a { background-color: rgb(166,71,2); }
div.DivClassName
{
background-color: #A64702;
}
.BgClassName
{
background-color: #A64702;
}
</style>
border-color css
<style>
span { border-color: #A64702; }
span { border-color: rgb(166,71,2); }
td.TdClassName
{
border-color: #A64702;
}
.TagClassName
{
border-color: #A64702;
}
</style>