Shades of Rust #AF5603
Tints of Rust #AF5603
RGB
CMYK
RGB Variations
Color information
#AF5603 (or 0xAF5603) is known color: Rust. HEX triplet: AF, 56 and 03. RGB value is (175,86,3). Sum of RGB (Red+Green+Blue) = 175+86+3=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5603 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5603 is #50A9FC. Grayscale: #676767. Windows color (decimal): -5286397 or 218799. OLE color: 218799.
HSL color Cylindrical-coordinate representation of color #AF5603: hue angle of 28.95º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF5603 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 86 | 3 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.31 |
| HSL | 28.95º | 0.97% | 0.35% | - |
| HSV(B) | 28.95º | 0.98% | 0.69% | - |
| XYZ | 21.02 | 15.78 | 2.02 | - |
| YUV | 103.15 | 71.49 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 86 | 3 | 0 | 0.51 | 0.98 | 0.31 | 28.95 | 0.97 | 0.35 |
| Hex | AF | 56 | 3 | 0 | 33 | 62 | 1F | 1D | 61 | 23 |
| Octal | 257 | 126 | 3 | 0 | 63 | 142 | 37 | 35 | 141 | 43 |
| Binary | 10101111 | 1010110 | 11 | 0 | 110011 | 1100010 | 11111 | 11101 | 1100001 | 100011 |
Color Harmonies of #AF5603
Complementary color
Monochromatic Colors of #AF5603
Black with #AF5603
Text Example
Text Example
White with #AF5603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5603; }
p { color: rgb(175,86,3); }
H1.HeaderClassName
{
color: #AF5603;
}
.AnyTagClassName
{
color: #AF5603;
}
</style>
background-color css
<style>
a { background-color: #AF5603; }
a { background-color: rgb(175,86,3); }
div.DivClassName
{
background-color: #AF5603;
}
.BgClassName
{
background-color: #AF5603;
}
</style>
border-color css
<style>
span { border-color: #AF5603; }
span { border-color: rgb(175,86,3); }
td.TdClassName
{
border-color: #AF5603;
}
.TagClassName
{
border-color: #AF5603;
}
</style>