Shades of Rust #AF540E
Tints of Rust #AF540E
RGB
CMYK
RGB Variations
Color information
#AF540E (or 0xAF540E) is known color: Rust. HEX triplet: AF, 54 and 0E. RGB value is (175,84,14). Sum of RGB (Red+Green+Blue) = 175+84+14=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF540E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF540E is #50ABF1. Grayscale: #676767. Windows color (decimal): -5286898 or 939183. OLE color: 939183.
HSL color Cylindrical-coordinate representation of color #AF540E: hue angle of 26.09º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF540E is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 84 | 14 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.31 |
| HSL | 26.09º | 0.85% | 0.37% | - |
| HSV(B) | 26.09º | 0.92% | 0.69% | - |
| XYZ | 20.93 | 15.49 | 2.3 | - |
| YUV | 103.23 | 77.65 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 14 | 0 | 0.52 | 0.92 | 0.31 | 26.09 | 0.85 | 0.37 |
| Hex | AF | 54 | E | 0 | 34 | 5C | 1F | 1A | 55 | 25 |
| Octal | 257 | 124 | 16 | 0 | 64 | 134 | 37 | 32 | 125 | 45 |
| Binary | 10101111 | 1010100 | 1110 | 0 | 110100 | 1011100 | 11111 | 11010 | 1010101 | 100101 |
Color Harmonies of #AF540E
Complementary color
Monochromatic Colors of #AF540E
Black with #AF540E
Text Example
Text Example
White with #AF540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF540E; }
p { color: rgb(175,84,14); }
H1.HeaderClassName
{
color: #AF540E;
}
.AnyTagClassName
{
color: #AF540E;
}
</style>
background-color css
<style>
a { background-color: #AF540E; }
a { background-color: rgb(175,84,14); }
div.DivClassName
{
background-color: #AF540E;
}
.BgClassName
{
background-color: #AF540E;
}
</style>
border-color css
<style>
span { border-color: #AF540E; }
span { border-color: rgb(175,84,14); }
td.TdClassName
{
border-color: #AF540E;
}
.TagClassName
{
border-color: #AF540E;
}
</style>