Shades of Rust #A94718
Tints of Rust #A94718
RGB
CMYK
RGB Variations
Color information
#A94718 (or 0xA94718) is known color: Rust. HEX triplet: A9, 47 and 18. RGB value is (169,71,24). Sum of RGB (Red+Green+Blue) = 169+71+24=264 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.02% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 24 (9.77% from 255 or 9.09% from 264); Max value from RGB is 169 - color contains mainly: red. Hex color #A94718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94718 is #56B8E7. Grayscale: #5F5F5F. Windows color (decimal): -5683432 or 1591209. OLE color: 1591209.
HSL color Cylindrical-coordinate representation of color #A94718: hue angle of 19.45º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A94718 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 71 | 24 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.34 |
| HSL | 19.45º | 0.75% | 0.38% | - |
| HSV(B) | 19.45º | 0.86% | 0.66% | - |
| XYZ | 18.78 | 13.01 | 2.39 | - |
| YUV | 94.94 | 87.97 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 71 | 24 | 0 | 0.58 | 0.86 | 0.34 | 19.45 | 0.75 | 0.38 |
| Hex | A9 | 47 | 18 | 0 | 3A | 56 | 22 | 13 | 4B | 26 |
| Octal | 251 | 107 | 30 | 0 | 72 | 126 | 42 | 23 | 113 | 46 |
| Binary | 10101001 | 1000111 | 11000 | 0 | 111010 | 1010110 | 100010 | 10011 | 1001011 | 100110 |
Color Harmonies of #A94718
Complementary color
Monochromatic Colors of #A94718
Black with #A94718
Text Example
Text Example
White with #A94718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94718; }
p { color: rgb(169,71,24); }
H1.HeaderClassName
{
color: #A94718;
}
.AnyTagClassName
{
color: #A94718;
}
</style>
background-color css
<style>
a { background-color: #A94718; }
a { background-color: rgb(169,71,24); }
div.DivClassName
{
background-color: #A94718;
}
.BgClassName
{
background-color: #A94718;
}
</style>
border-color css
<style>
span { border-color: #A94718; }
span { border-color: rgb(169,71,24); }
td.TdClassName
{
border-color: #A94718;
}
.TagClassName
{
border-color: #A94718;
}
</style>