Shades of Rust #AF5107
Tints of Rust #AF5107
RGB
CMYK
RGB Variations
Color information
#AF5107 (or 0xAF5107) is known color: Rust. HEX triplet: AF, 51 and 07. RGB value is (175,81,7). Sum of RGB (Red+Green+Blue) = 175+81+7=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 7 (3.12% from 255 or 2.66% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5107 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5107 is #50AEF8. Grayscale: #656565. Windows color (decimal): -5287673 or 479663. OLE color: 479663.
HSL color Cylindrical-coordinate representation of color #AF5107: hue angle of 26.43º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF5107 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 7 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.31 |
| HSL | 26.43º | 0.92% | 0.36% | - |
| HSV(B) | 26.43º | 0.96% | 0.69% | - |
| XYZ | 20.66 | 15.01 | 2.01 | - |
| YUV | 100.67 | 75.14 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 7 | 0 | 0.54 | 0.96 | 0.31 | 26.43 | 0.92 | 0.36 |
| Hex | AF | 51 | 7 | 0 | 36 | 60 | 1F | 1A | 5C | 24 |
| Octal | 257 | 121 | 7 | 0 | 66 | 140 | 37 | 32 | 134 | 44 |
| Binary | 10101111 | 1010001 | 111 | 0 | 110110 | 1100000 | 11111 | 11010 | 1011100 | 100100 |
Color Harmonies of #AF5107
Complementary color
Monochromatic Colors of #AF5107
Black with #AF5107
Text Example
Text Example
White with #AF5107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5107; }
p { color: rgb(175,81,7); }
H1.HeaderClassName
{
color: #AF5107;
}
.AnyTagClassName
{
color: #AF5107;
}
</style>
background-color css
<style>
a { background-color: #AF5107; }
a { background-color: rgb(175,81,7); }
div.DivClassName
{
background-color: #AF5107;
}
.BgClassName
{
background-color: #AF5107;
}
</style>
border-color css
<style>
span { border-color: #AF5107; }
span { border-color: rgb(175,81,7); }
td.TdClassName
{
border-color: #AF5107;
}
.TagClassName
{
border-color: #AF5107;
}
</style>