Shades of Rust #AF5005
Tints of Rust #AF5005
RGB
CMYK
RGB Variations
Color information
#AF5005 (or 0xAF5005) is known color: Rust. HEX triplet: AF, 50 and 05. RGB value is (175,80,5). Sum of RGB (Red+Green+Blue) = 175+80+5=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5005 is #50AFFA. Grayscale: #646464. Windows color (decimal): -5287931 or 348335. OLE color: 348335.
HSL color Cylindrical-coordinate representation of color #AF5005: hue angle of 26.47º degrees, saturation: 0.94, 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 #AF5005 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 80 | 5 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.31 |
| HSL | 26.47º | 0.94% | 0.35% | - |
| HSV(B) | 26.47º | 0.97% | 0.69% | - |
| XYZ | 20.58 | 14.86 | 1.93 | - |
| YUV | 99.86 | 74.47 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 5 | 0 | 0.54 | 0.97 | 0.31 | 26.47 | 0.94 | 0.35 |
| Hex | AF | 50 | 5 | 0 | 36 | 61 | 1F | 1A | 5E | 23 |
| Octal | 257 | 120 | 5 | 0 | 66 | 141 | 37 | 32 | 136 | 43 |
| Binary | 10101111 | 1010000 | 101 | 0 | 110110 | 1100001 | 11111 | 11010 | 1011110 | 100011 |
Color Harmonies of #AF5005
Complementary color
Monochromatic Colors of #AF5005
Black with #AF5005
Text Example
Text Example
White with #AF5005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5005; }
p { color: rgb(175,80,5); }
H1.HeaderClassName
{
color: #AF5005;
}
.AnyTagClassName
{
color: #AF5005;
}
</style>
background-color css
<style>
a { background-color: #AF5005; }
a { background-color: rgb(175,80,5); }
div.DivClassName
{
background-color: #AF5005;
}
.BgClassName
{
background-color: #AF5005;
}
</style>
border-color css
<style>
span { border-color: #AF5005; }
span { border-color: rgb(175,80,5); }
td.TdClassName
{
border-color: #AF5005;
}
.TagClassName
{
border-color: #AF5005;
}
</style>