Shades of Rust #AF580A
Tints of Rust #AF580A
RGB
CMYK
RGB Variations
Color information
#AF580A (or 0xAF580A) is known color: Rust. HEX triplet: AF, 58 and 0A. RGB value is (175,88,10). Sum of RGB (Red+Green+Blue) = 175+88+10=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF580A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF580A is #50A7F5. Grayscale: #696969. Windows color (decimal): -5285878 or 678063. OLE color: 678063.
HSL color Cylindrical-coordinate representation of color #AF580A: hue angle of 28.36º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF580A is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 88 | 10 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.31 |
| HSL | 28.36º | 0.89% | 0.36% | - |
| HSV(B) | 28.36º | 0.94% | 0.69% | - |
| XYZ | 21.22 | 16.12 | 2.28 | - |
| YUV | 105.12 | 74.32 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 10 | 0 | 0.50 | 0.94 | 0.31 | 28.36 | 0.89 | 0.36 |
| Hex | AF | 58 | A | 0 | 32 | 5E | 1F | 1C | 59 | 24 |
| Octal | 257 | 130 | 12 | 0 | 62 | 136 | 37 | 34 | 131 | 44 |
| Binary | 10101111 | 1011000 | 1010 | 0 | 110010 | 1011110 | 11111 | 11100 | 1011001 | 100100 |
Color Harmonies of #AF580A
Complementary color
Monochromatic Colors of #AF580A
Black with #AF580A
Text Example
Text Example
White with #AF580A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF580A; }
p { color: rgb(175,88,10); }
H1.HeaderClassName
{
color: #AF580A;
}
.AnyTagClassName
{
color: #AF580A;
}
</style>
background-color css
<style>
a { background-color: #AF580A; }
a { background-color: rgb(175,88,10); }
div.DivClassName
{
background-color: #AF580A;
}
.BgClassName
{
background-color: #AF580A;
}
</style>
border-color css
<style>
span { border-color: #AF580A; }
span { border-color: rgb(175,88,10); }
td.TdClassName
{
border-color: #AF580A;
}
.TagClassName
{
border-color: #AF580A;
}
</style>