Shades of Rust #AF560F
Tints of Rust #AF560F
RGB
CMYK
RGB Variations
Color information
#AF560F (or 0xAF560F) is known color: Rust. HEX triplet: AF, 56 and 0F. RGB value is (175,86,15). Sum of RGB (Red+Green+Blue) = 175+86+15=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF560F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF560F is #50A9F0. Grayscale: #686868. Windows color (decimal): -5286385 or 1005231. OLE color: 1005231.
HSL color Cylindrical-coordinate representation of color #AF560F: hue angle of 26.62º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF560F is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 86 | 15 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.31 |
| HSL | 26.63º | 0.84% | 0.37% | - |
| HSV(B) | 26.63º | 0.91% | 0.69% | - |
| XYZ | 21.09 | 15.8 | 2.39 | - |
| YUV | 104.52 | 77.49 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 86 | 15 | 0 | 0.51 | 0.91 | 0.31 | 26.63 | 0.84 | 0.37 |
| Hex | AF | 56 | F | 0 | 33 | 5B | 1F | 1B | 54 | 25 |
| Octal | 257 | 126 | 17 | 0 | 63 | 133 | 37 | 33 | 124 | 45 |
| Binary | 10101111 | 1010110 | 1111 | 0 | 110011 | 1011011 | 11111 | 11011 | 1010100 | 100101 |
Color Harmonies of #AF560F
Complementary color
Monochromatic Colors of #AF560F
Black with #AF560F
Text Example
Text Example
White with #AF560F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF560F; }
p { color: rgb(175,86,15); }
H1.HeaderClassName
{
color: #AF560F;
}
.AnyTagClassName
{
color: #AF560F;
}
</style>
background-color css
<style>
a { background-color: #AF560F; }
a { background-color: rgb(175,86,15); }
div.DivClassName
{
background-color: #AF560F;
}
.BgClassName
{
background-color: #AF560F;
}
</style>
border-color css
<style>
span { border-color: #AF560F; }
span { border-color: rgb(175,86,15); }
td.TdClassName
{
border-color: #AF560F;
}
.TagClassName
{
border-color: #AF560F;
}
</style>