Shades of Rust #A74A00
Tints of Rust #A74A00
RGB
CMYK
RGB Variations
Color information
#A74A00 (or 0xA74A00) is known color: Rust. HEX triplet: A7, 4A and 00. RGB value is (167,74,0). Sum of RGB (Red+Green+Blue) = 167+74+0=241 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.29% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 167 - color contains mainly: red. Hex color #A74A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74A00 is #58B5FF. Grayscale: #5D5D5D. Windows color (decimal): -5813760 or 19111. OLE color: 19111.
HSL color Cylindrical-coordinate representation of color #A74A00: hue angle of 26.59º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A74A00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 74 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.35 |
| HSL | 26.59º | 1% | 0.33% | - |
| HSV(B) | 26.59º | 1% | 0.65% | - |
| XYZ | 18.39 | 13.11 | 1.56 | - |
| YUV | 93.37 | 75.31 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 74 | 0 | 0 | 0.56 | 1 | 0.35 | 26.59 | 1 | 0.33 |
| Hex | A7 | 4A | 0 | 0 | 38 | 64 | 23 | 1B | 64 | 21 |
| Octal | 247 | 112 | 0 | 0 | 70 | 144 | 43 | 33 | 144 | 41 |
| Binary | 10100111 | 1001010 | 0 | 0 | 111000 | 1100100 | 100011 | 11011 | 1100100 | 100001 |
Color Harmonies of #A74A00
Complementary color
Monochromatic Colors of #A74A00
Black with #A74A00
Text Example
Text Example
White with #A74A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74A00; }
p { color: rgb(167,74,0); }
H1.HeaderClassName
{
color: #A74A00;
}
.AnyTagClassName
{
color: #A74A00;
}
</style>
background-color css
<style>
a { background-color: #A74A00; }
a { background-color: rgb(167,74,0); }
div.DivClassName
{
background-color: #A74A00;
}
.BgClassName
{
background-color: #A74A00;
}
</style>
border-color css
<style>
span { border-color: #A74A00; }
span { border-color: rgb(167,74,0); }
td.TdClassName
{
border-color: #A74A00;
}
.TagClassName
{
border-color: #A74A00;
}
</style>