Shades of Rust #A54714
Tints of Rust #A54714
RGB
CMYK
RGB Variations
Color information
#A54714 (or 0xA54714) is known color: Rust. HEX triplet: A5, 47 and 14. RGB value is (165,71,20). Sum of RGB (Red+Green+Blue) = 165+71+20=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A54714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54714 is #5AB8EB. Grayscale: #5D5D5D. Windows color (decimal): -5945580 or 1329061. OLE color: 1329061.
HSL color Cylindrical-coordinate representation of color #A54714: hue angle of 21.1º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A54714 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 71 | 20 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.35 |
| HSL | 21.1º | 0.78% | 0.36% | - |
| HSV(B) | 21.1º | 0.88% | 0.65% | - |
| XYZ | 17.9 | 12.56 | 2.14 | - |
| YUV | 93.29 | 86.64 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 71 | 20 | 0 | 0.57 | 0.88 | 0.35 | 21.1 | 0.78 | 0.36 |
| Hex | A5 | 47 | 14 | 0 | 39 | 58 | 23 | 15 | 4E | 24 |
| Octal | 245 | 107 | 24 | 0 | 71 | 130 | 43 | 25 | 116 | 44 |
| Binary | 10100101 | 1000111 | 10100 | 0 | 111001 | 1011000 | 100011 | 10101 | 1001110 | 100100 |
Color Harmonies of #A54714
Complementary color
Monochromatic Colors of #A54714
Black with #A54714
Text Example
Text Example
White with #A54714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54714; }
p { color: rgb(165,71,20); }
H1.HeaderClassName
{
color: #A54714;
}
.AnyTagClassName
{
color: #A54714;
}
</style>
background-color css
<style>
a { background-color: #A54714; }
a { background-color: rgb(165,71,20); }
div.DivClassName
{
background-color: #A54714;
}
.BgClassName
{
background-color: #A54714;
}
</style>
border-color css
<style>
span { border-color: #A54714; }
span { border-color: rgb(165,71,20); }
td.TdClassName
{
border-color: #A54714;
}
.TagClassName
{
border-color: #A54714;
}
</style>