Shades of Rust #AF5307
Tints of Rust #AF5307
RGB
CMYK
RGB Variations
Color information
#AF5307 (or 0xAF5307) is known color: Rust. HEX triplet: AF, 53 and 07. RGB value is (175,83,7). Sum of RGB (Red+Green+Blue) = 175+83+7=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5307 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5307 is #50ACF8. Grayscale: #666666. Windows color (decimal): -5287161 or 480175. OLE color: 480175.
HSL color Cylindrical-coordinate representation of color #AF5307: hue angle of 27.14º 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 #AF5307 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 7 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.31 |
| HSL | 27.14º | 0.92% | 0.36% | - |
| HSV(B) | 27.14º | 0.96% | 0.69% | - |
| XYZ | 20.81 | 15.32 | 2.06 | - |
| YUV | 101.84 | 74.48 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 7 | 0 | 0.53 | 0.96 | 0.31 | 27.14 | 0.92 | 0.36 |
| Hex | AF | 53 | 7 | 0 | 35 | 60 | 1F | 1B | 5C | 24 |
| Octal | 257 | 123 | 7 | 0 | 65 | 140 | 37 | 33 | 134 | 44 |
| Binary | 10101111 | 1010011 | 111 | 0 | 110101 | 1100000 | 11111 | 11011 | 1011100 | 100100 |
Color Harmonies of #AF5307
Complementary color
Monochromatic Colors of #AF5307
Black with #AF5307
Text Example
Text Example
White with #AF5307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5307; }
p { color: rgb(175,83,7); }
H1.HeaderClassName
{
color: #AF5307;
}
.AnyTagClassName
{
color: #AF5307;
}
</style>
background-color css
<style>
a { background-color: #AF5307; }
a { background-color: rgb(175,83,7); }
div.DivClassName
{
background-color: #AF5307;
}
.BgClassName
{
background-color: #AF5307;
}
</style>
border-color css
<style>
span { border-color: #AF5307; }
span { border-color: rgb(175,83,7); }
td.TdClassName
{
border-color: #AF5307;
}
.TagClassName
{
border-color: #AF5307;
}
</style>