Shades of Rust #AF5706
Tints of Rust #AF5706
RGB
CMYK
RGB Variations
Color information
#AF5706 (or 0xAF5706) is known color: Rust. HEX triplet: AF, 57 and 06. RGB value is (175,87,6). Sum of RGB (Red+Green+Blue) = 175+87+6=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5706 is #50A8F9. Grayscale: #686868. Windows color (decimal): -5286138 or 415663. OLE color: 415663.
HSL color Cylindrical-coordinate representation of color #AF5706: hue angle of 28.76º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF5706 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 87 | 6 | - |
| CMYK | 0 | 0.50 | 0.97 | 0.31 |
| HSL | 28.76º | 0.93% | 0.35% | - |
| HSV(B) | 28.76º | 0.97% | 0.69% | - |
| XYZ | 21.12 | 15.94 | 2.14 | - |
| YUV | 104.08 | 72.65 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 6 | 0 | 0.50 | 0.97 | 0.31 | 28.76 | 0.93 | 0.35 |
| Hex | AF | 57 | 6 | 0 | 32 | 61 | 1F | 1D | 5D | 23 |
| Octal | 257 | 127 | 6 | 0 | 62 | 141 | 37 | 35 | 135 | 43 |
| Binary | 10101111 | 1010111 | 110 | 0 | 110010 | 1100001 | 11111 | 11101 | 1011101 | 100011 |
Color Harmonies of #AF5706
Complementary color
Monochromatic Colors of #AF5706
Black with #AF5706
Text Example
Text Example
White with #AF5706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5706; }
p { color: rgb(175,87,6); }
H1.HeaderClassName
{
color: #AF5706;
}
.AnyTagClassName
{
color: #AF5706;
}
</style>
background-color css
<style>
a { background-color: #AF5706; }
a { background-color: rgb(175,87,6); }
div.DivClassName
{
background-color: #AF5706;
}
.BgClassName
{
background-color: #AF5706;
}
</style>
border-color css
<style>
span { border-color: #AF5706; }
span { border-color: rgb(175,87,6); }
td.TdClassName
{
border-color: #AF5706;
}
.TagClassName
{
border-color: #AF5706;
}
</style>