Shades of Rust #AF570E
Tints of Rust #AF570E
RGB
CMYK
RGB Variations
Color information
#AF570E (or 0xAF570E) is known color: Rust. HEX triplet: AF, 57 and 0E. RGB value is (175,87,14). Sum of RGB (Red+Green+Blue) = 175+87+14=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF570E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF570E is #50A8F1. Grayscale: #696969. Windows color (decimal): -5286130 or 939951. OLE color: 939951.
HSL color Cylindrical-coordinate representation of color #AF570E: hue angle of 27.2º 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 #AF570E is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 87 | 14 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.31 |
| HSL | 27.2º | 0.85% | 0.37% | - |
| HSV(B) | 27.2º | 0.92% | 0.69% | - |
| XYZ | 21.17 | 15.96 | 2.38 | - |
| YUV | 104.99 | 76.65 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 14 | 0 | 0.50 | 0.92 | 0.31 | 27.2 | 0.85 | 0.37 |
| Hex | AF | 57 | E | 0 | 32 | 5C | 1F | 1B | 55 | 25 |
| Octal | 257 | 127 | 16 | 0 | 62 | 134 | 37 | 33 | 125 | 45 |
| Binary | 10101111 | 1010111 | 1110 | 0 | 110010 | 1011100 | 11111 | 11011 | 1010101 | 100101 |
Color Harmonies of #AF570E
Complementary color
Monochromatic Colors of #AF570E
Black with #AF570E
Text Example
Text Example
White with #AF570E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF570E; }
p { color: rgb(175,87,14); }
H1.HeaderClassName
{
color: #AF570E;
}
.AnyTagClassName
{
color: #AF570E;
}
</style>
background-color css
<style>
a { background-color: #AF570E; }
a { background-color: rgb(175,87,14); }
div.DivClassName
{
background-color: #AF570E;
}
.BgClassName
{
background-color: #AF570E;
}
</style>
border-color css
<style>
span { border-color: #AF570E; }
span { border-color: rgb(175,87,14); }
td.TdClassName
{
border-color: #AF570E;
}
.TagClassName
{
border-color: #AF570E;
}
</style>