Shades of Rust #A94805
Tints of Rust #A94805
RGB
CMYK
RGB Variations
Color information
#A94805 (or 0xA94805) is known color: Rust. HEX triplet: A9, 48 and 05. RGB value is (169,72,5). Sum of RGB (Red+Green+Blue) = 169+72+5=246 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.70% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 169 - color contains mainly: red. Hex color #A94805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94805 is #56B7FA. Grayscale: #5D5D5D. Windows color (decimal): -5683195 or 346281. OLE color: 346281.
HSL color Cylindrical-coordinate representation of color #A94805: hue angle of 24.51º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A94805 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 72 | 5 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.34 |
| HSL | 24.51º | 0.94% | 0.34% | - |
| HSV(B) | 24.51º | 0.97% | 0.66% | - |
| XYZ | 18.71 | 13.08 | 1.68 | - |
| YUV | 93.37 | 78.14 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 72 | 5 | 0 | 0.57 | 0.97 | 0.34 | 24.51 | 0.94 | 0.34 |
| Hex | A9 | 48 | 5 | 0 | 39 | 61 | 22 | 19 | 5E | 22 |
| Octal | 251 | 110 | 5 | 0 | 71 | 141 | 42 | 31 | 136 | 42 |
| Binary | 10101001 | 1001000 | 101 | 0 | 111001 | 1100001 | 100010 | 11001 | 1011110 | 100010 |
Color Harmonies of #A94805
Complementary color
Monochromatic Colors of #A94805
Black with #A94805
Text Example
Text Example
White with #A94805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94805; }
p { color: rgb(169,72,5); }
H1.HeaderClassName
{
color: #A94805;
}
.AnyTagClassName
{
color: #A94805;
}
</style>
background-color css
<style>
a { background-color: #A94805; }
a { background-color: rgb(169,72,5); }
div.DivClassName
{
background-color: #A94805;
}
.BgClassName
{
background-color: #A94805;
}
</style>
border-color css
<style>
span { border-color: #A94805; }
span { border-color: rgb(169,72,5); }
td.TdClassName
{
border-color: #A94805;
}
.TagClassName
{
border-color: #A94805;
}
</style>