Shades of Rust #A94A00
Tints of Rust #A94A00
RGB
CMYK
RGB Variations
Color information
#A94A00 (or 0xA94A00) is known color: Rust. HEX triplet: A9, 4A and 00. RGB value is (169,74,0). Sum of RGB (Red+Green+Blue) = 169+74+0=243 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.55% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94A00 is #56B5FF. Grayscale: #5E5E5E. Windows color (decimal): -5682688 or 19113. OLE color: 19113.
HSL color Cylindrical-coordinate representation of color #A94A00: hue angle of 26.27º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A94A00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 74 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.34 |
| HSL | 26.27º | 1% | 0.33% | - |
| HSV(B) | 26.27º | 1% | 0.66% | - |
| XYZ | 18.81 | 13.33 | 1.58 | - |
| YUV | 93.97 | 74.97 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 74 | 0 | 0 | 0.56 | 1 | 0.34 | 26.27 | 1 | 0.33 |
| Hex | A9 | 4A | 0 | 0 | 38 | 64 | 22 | 1A | 64 | 21 |
| Octal | 251 | 112 | 0 | 0 | 70 | 144 | 42 | 32 | 144 | 41 |
| Binary | 10101001 | 1001010 | 0 | 0 | 111000 | 1100100 | 100010 | 11010 | 1100100 | 100001 |
Color Harmonies of #A94A00
Complementary color
Monochromatic Colors of #A94A00
Black with #A94A00
Text Example
Text Example
White with #A94A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94A00; }
p { color: rgb(169,74,0); }
H1.HeaderClassName
{
color: #A94A00;
}
.AnyTagClassName
{
color: #A94A00;
}
</style>
background-color css
<style>
a { background-color: #A94A00; }
a { background-color: rgb(169,74,0); }
div.DivClassName
{
background-color: #A94A00;
}
.BgClassName
{
background-color: #A94A00;
}
</style>
border-color css
<style>
span { border-color: #A94A00; }
span { border-color: rgb(169,74,0); }
td.TdClassName
{
border-color: #A94A00;
}
.TagClassName
{
border-color: #A94A00;
}
</style>