Shades of Rust #AF4A16
Tints of Rust #AF4A16
RGB
CMYK
RGB Variations
Color information
#AF4A16 (or 0xAF4A16) is known color: Rust. HEX triplet: AF, 4A and 16. RGB value is (175,74,22). Sum of RGB (Red+Green+Blue) = 175+74+22=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4A16 is #50B5E9. Grayscale: #626262. Windows color (decimal): -5289450 or 1460911. OLE color: 1460911.
HSL color Cylindrical-coordinate representation of color #AF4A16: hue angle of 20.39º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF4A16 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 74 | 22 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.31 |
| HSL | 20.39º | 0.78% | 0.39% | - |
| HSV(B) | 20.39º | 0.87% | 0.69% | - |
| XYZ | 20.27 | 14.07 | 2.41 | - |
| YUV | 98.27 | 84.96 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 22 | 0 | 0.58 | 0.87 | 0.31 | 20.39 | 0.78 | 0.39 |
| Hex | AF | 4A | 16 | 0 | 3A | 57 | 1F | 14 | 4E | 27 |
| Octal | 257 | 112 | 26 | 0 | 72 | 127 | 37 | 24 | 116 | 47 |
| Binary | 10101111 | 1001010 | 10110 | 0 | 111010 | 1010111 | 11111 | 10100 | 1001110 | 100111 |
Color Harmonies of #AF4A16
Complementary color
Monochromatic Colors of #AF4A16
Black with #AF4A16
Text Example
Text Example
White with #AF4A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4A16; }
p { color: rgb(175,74,22); }
H1.HeaderClassName
{
color: #AF4A16;
}
.AnyTagClassName
{
color: #AF4A16;
}
</style>
background-color css
<style>
a { background-color: #AF4A16; }
a { background-color: rgb(175,74,22); }
div.DivClassName
{
background-color: #AF4A16;
}
.BgClassName
{
background-color: #AF4A16;
}
</style>
border-color css
<style>
span { border-color: #AF4A16; }
span { border-color: rgb(175,74,22); }
td.TdClassName
{
border-color: #AF4A16;
}
.TagClassName
{
border-color: #AF4A16;
}
</style>