Shades of Rust #AF4D17
Tints of Rust #AF4D17
RGB
CMYK
RGB Variations
Color information
#AF4D17 (or 0xAF4D17) is known color: Rust. HEX triplet: AF, 4D and 17. RGB value is (175,77,23). Sum of RGB (Red+Green+Blue) = 175+77+23=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 23 (9.38% from 255 or 8.36% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4D17 is #50B2E8. Grayscale: #646464. Windows color (decimal): -5288681 or 1527215. OLE color: 1527215.
HSL color Cylindrical-coordinate representation of color #AF4D17: hue angle of 21.32º 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 #AF4D17 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 77 | 23 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.31 |
| HSL | 21.32º | 0.77% | 0.39% | - |
| HSV(B) | 21.32º | 0.87% | 0.69% | - |
| XYZ | 20.49 | 14.48 | 2.53 | - |
| YUV | 100.15 | 84.47 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 23 | 0 | 0.56 | 0.87 | 0.31 | 21.32 | 0.77 | 0.39 |
| Hex | AF | 4D | 17 | 0 | 38 | 57 | 1F | 15 | 4D | 27 |
| Octal | 257 | 115 | 27 | 0 | 70 | 127 | 37 | 25 | 115 | 47 |
| Binary | 10101111 | 1001101 | 10111 | 0 | 111000 | 1010111 | 11111 | 10101 | 1001101 | 100111 |
Color Harmonies of #AF4D17
Complementary color
Monochromatic Colors of #AF4D17
Black with #AF4D17
Text Example
Text Example
White with #AF4D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4D17; }
p { color: rgb(175,77,23); }
H1.HeaderClassName
{
color: #AF4D17;
}
.AnyTagClassName
{
color: #AF4D17;
}
</style>
background-color css
<style>
a { background-color: #AF4D17; }
a { background-color: rgb(175,77,23); }
div.DivClassName
{
background-color: #AF4D17;
}
.BgClassName
{
background-color: #AF4D17;
}
</style>
border-color css
<style>
span { border-color: #AF4D17; }
span { border-color: rgb(175,77,23); }
td.TdClassName
{
border-color: #AF4D17;
}
.TagClassName
{
border-color: #AF4D17;
}
</style>