Shades of Rust #AF5017
Tints of Rust #AF5017
RGB
CMYK
RGB Variations
Color information
#AF5017 (or 0xAF5017) is known color: Rust. HEX triplet: AF, 50 and 17. RGB value is (175,80,23). Sum of RGB (Red+Green+Blue) = 175+80+23=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5017 is #50AFE8. Grayscale: #666666. Windows color (decimal): -5287913 or 1527983. OLE color: 1527983.
HSL color Cylindrical-coordinate representation of color #AF5017: hue angle of 22.5º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF5017 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 80 | 23 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.31 |
| HSL | 22.5º | 0.77% | 0.39% | - |
| HSV(B) | 22.5º | 0.87% | 0.69% | - |
| XYZ | 20.7 | 14.91 | 2.6 | - |
| YUV | 101.91 | 83.47 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 23 | 0 | 0.54 | 0.87 | 0.31 | 22.5 | 0.77 | 0.39 |
| Hex | AF | 50 | 17 | 0 | 36 | 57 | 1F | 16 | 4D | 27 |
| Octal | 257 | 120 | 27 | 0 | 66 | 127 | 37 | 26 | 115 | 47 |
| Binary | 10101111 | 1010000 | 10111 | 0 | 110110 | 1010111 | 11111 | 10110 | 1001101 | 100111 |
Color Harmonies of #AF5017
Complementary color
Monochromatic Colors of #AF5017
Black with #AF5017
Text Example
Text Example
White with #AF5017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5017; }
p { color: rgb(175,80,23); }
H1.HeaderClassName
{
color: #AF5017;
}
.AnyTagClassName
{
color: #AF5017;
}
</style>
background-color css
<style>
a { background-color: #AF5017; }
a { background-color: rgb(175,80,23); }
div.DivClassName
{
background-color: #AF5017;
}
.BgClassName
{
background-color: #AF5017;
}
</style>
border-color css
<style>
span { border-color: #AF5017; }
span { border-color: rgb(175,80,23); }
td.TdClassName
{
border-color: #AF5017;
}
.TagClassName
{
border-color: #AF5017;
}
</style>