Shades of Rust #AF5306
Tints of Rust #AF5306
RGB
CMYK
RGB Variations
Color information
#AF5306 (or 0xAF5306) is known color: Rust. HEX triplet: AF, 53 and 06. RGB value is (175,83,6). Sum of RGB (Red+Green+Blue) = 175+83+6=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5306 is #50ACF9. Grayscale: #666666. Windows color (decimal): -5287162 or 414639. OLE color: 414639.
HSL color Cylindrical-coordinate representation of color #AF5306: hue angle of 27.34º 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 #AF5306 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 6 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.31 |
| HSL | 27.34º | 0.93% | 0.35% | - |
| HSV(B) | 27.34º | 0.97% | 0.69% | - |
| XYZ | 20.81 | 15.31 | 2.03 | - |
| YUV | 101.73 | 73.98 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 6 | 0 | 0.53 | 0.97 | 0.31 | 27.34 | 0.93 | 0.35 |
| Hex | AF | 53 | 6 | 0 | 35 | 61 | 1F | 1B | 5D | 23 |
| Octal | 257 | 123 | 6 | 0 | 65 | 141 | 37 | 33 | 135 | 43 |
| Binary | 10101111 | 1010011 | 110 | 0 | 110101 | 1100001 | 11111 | 11011 | 1011101 | 100011 |
Color Harmonies of #AF5306
Complementary color
Monochromatic Colors of #AF5306
Black with #AF5306
Text Example
Text Example
White with #AF5306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5306; }
p { color: rgb(175,83,6); }
H1.HeaderClassName
{
color: #AF5306;
}
.AnyTagClassName
{
color: #AF5306;
}
</style>
background-color css
<style>
a { background-color: #AF5306; }
a { background-color: rgb(175,83,6); }
div.DivClassName
{
background-color: #AF5306;
}
.BgClassName
{
background-color: #AF5306;
}
</style>
border-color css
<style>
span { border-color: #AF5306; }
span { border-color: rgb(175,83,6); }
td.TdClassName
{
border-color: #AF5306;
}
.TagClassName
{
border-color: #AF5306;
}
</style>