Shades of Rust #AF4F17
Tints of Rust #AF4F17
RGB
CMYK
RGB Variations
Color information
#AF4F17 (or 0xAF4F17) is known color: Rust. HEX triplet: AF, 4F and 17. RGB value is (175,79,23). Sum of RGB (Red+Green+Blue) = 175+79+23=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 23 (9.38% from 255 or 8.30% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4F17 is #50B0E8. Grayscale: #656565. Windows color (decimal): -5288169 or 1527727. OLE color: 1527727.
HSL color Cylindrical-coordinate representation of color #AF4F17: hue angle of 22.11º 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 #AF4F17 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 79 | 23 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.31 |
| HSL | 22.11º | 0.77% | 0.39% | - |
| HSV(B) | 22.11º | 0.87% | 0.69% | - |
| XYZ | 20.63 | 14.77 | 2.57 | - |
| YUV | 101.32 | 83.8 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 23 | 0 | 0.55 | 0.87 | 0.31 | 22.11 | 0.77 | 0.39 |
| Hex | AF | 4F | 17 | 0 | 37 | 57 | 1F | 16 | 4D | 27 |
| Octal | 257 | 117 | 27 | 0 | 67 | 127 | 37 | 26 | 115 | 47 |
| Binary | 10101111 | 1001111 | 10111 | 0 | 110111 | 1010111 | 11111 | 10110 | 1001101 | 100111 |
Color Harmonies of #AF4F17
Complementary color
Monochromatic Colors of #AF4F17
Black with #AF4F17
Text Example
Text Example
White with #AF4F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4F17; }
p { color: rgb(175,79,23); }
H1.HeaderClassName
{
color: #AF4F17;
}
.AnyTagClassName
{
color: #AF4F17;
}
</style>
background-color css
<style>
a { background-color: #AF4F17; }
a { background-color: rgb(175,79,23); }
div.DivClassName
{
background-color: #AF4F17;
}
.BgClassName
{
background-color: #AF4F17;
}
</style>
border-color css
<style>
span { border-color: #AF4F17; }
span { border-color: rgb(175,79,23); }
td.TdClassName
{
border-color: #AF4F17;
}
.TagClassName
{
border-color: #AF4F17;
}
</style>