Shades of Rust #A74609
Tints of Rust #A74609
RGB
CMYK
RGB Variations
Color information
#A74609 (or 0xA74609) is known color: Rust. HEX triplet: A7, 46 and 09. RGB value is (167,70,9). Sum of RGB (Red+Green+Blue) = 167+70+9=246 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.89% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 167 - color contains mainly: red. Hex color #A74609 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74609 is #58B9F6. Grayscale: #5C5C5C. Windows color (decimal): -5814775 or 607911. OLE color: 607911.
HSL color Cylindrical-coordinate representation of color #A74609: hue angle of 23.16º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A74609 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 70 | 9 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.35 |
| HSL | 23.16º | 0.9% | 0.35% | - |
| HSV(B) | 23.16º | 0.95% | 0.65% | - |
| XYZ | 18.18 | 12.62 | 1.74 | - |
| YUV | 92.05 | 81.14 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 70 | 9 | 0 | 0.58 | 0.95 | 0.35 | 23.16 | 0.9 | 0.35 |
| Hex | A7 | 46 | 9 | 0 | 3A | 5F | 23 | 17 | 5A | 23 |
| Octal | 247 | 106 | 11 | 0 | 72 | 137 | 43 | 27 | 132 | 43 |
| Binary | 10100111 | 1000110 | 1001 | 0 | 111010 | 1011111 | 100011 | 10111 | 1011010 | 100011 |
Color Harmonies of #A74609
Complementary color
Monochromatic Colors of #A74609
Black with #A74609
Text Example
Text Example
White with #A74609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74609; }
p { color: rgb(167,70,9); }
H1.HeaderClassName
{
color: #A74609;
}
.AnyTagClassName
{
color: #A74609;
}
</style>
background-color css
<style>
a { background-color: #A74609; }
a { background-color: rgb(167,70,9); }
div.DivClassName
{
background-color: #A74609;
}
.BgClassName
{
background-color: #A74609;
}
</style>
border-color css
<style>
span { border-color: #A74609; }
span { border-color: rgb(167,70,9); }
td.TdClassName
{
border-color: #A74609;
}
.TagClassName
{
border-color: #A74609;
}
</style>