Shades of Rust #A94707
Tints of Rust #A94707
RGB
CMYK
RGB Variations
Color information
#A94707 (or 0xA94707) is known color: Rust. HEX triplet: A9, 47 and 07. RGB value is (169,71,7). Sum of RGB (Red+Green+Blue) = 169+71+7=247 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.42% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 169 - color contains mainly: red. Hex color #A94707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94707 is #56B8F8. Grayscale: #5D5D5D. Windows color (decimal): -5683449 or 477097. OLE color: 477097.
HSL color Cylindrical-coordinate representation of color #A94707: hue angle of 23.7º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A94707 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 71 | 7 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.34 |
| HSL | 23.7º | 0.92% | 0.35% | - |
| HSV(B) | 23.7º | 0.96% | 0.66% | - |
| XYZ | 18.65 | 12.96 | 1.72 | - |
| YUV | 93.01 | 79.47 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 71 | 7 | 0 | 0.58 | 0.96 | 0.34 | 23.7 | 0.92 | 0.35 |
| Hex | A9 | 47 | 7 | 0 | 3A | 60 | 22 | 18 | 5C | 23 |
| Octal | 251 | 107 | 7 | 0 | 72 | 140 | 42 | 30 | 134 | 43 |
| Binary | 10101001 | 1000111 | 111 | 0 | 111010 | 1100000 | 100010 | 11000 | 1011100 | 100011 |
Color Harmonies of #A94707
Complementary color
Monochromatic Colors of #A94707
Black with #A94707
Text Example
Text Example
White with #A94707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94707; }
p { color: rgb(169,71,7); }
H1.HeaderClassName
{
color: #A94707;
}
.AnyTagClassName
{
color: #A94707;
}
</style>
background-color css
<style>
a { background-color: #A94707; }
a { background-color: rgb(169,71,7); }
div.DivClassName
{
background-color: #A94707;
}
.BgClassName
{
background-color: #A94707;
}
</style>
border-color css
<style>
span { border-color: #A94707; }
span { border-color: rgb(169,71,7); }
td.TdClassName
{
border-color: #A94707;
}
.TagClassName
{
border-color: #A94707;
}
</style>