Shades of Rust #AE4916
Tints of Rust #AE4916
RGB
CMYK
RGB Variations
Color information
#AE4916 (or 0xAE4916) is known color: Rust. HEX triplet: AE, 49 and 16. RGB value is (174,73,22). Sum of RGB (Red+Green+Blue) = 174+73+22=269 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.68% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4916 is #51B6E9. Grayscale: #616161. Windows color (decimal): -5355242 or 1460654. OLE color: 1460654.
HSL color Cylindrical-coordinate representation of color #AE4916: hue angle of 20.13º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE4916 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 73 | 22 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.32 |
| HSL | 20.13º | 0.78% | 0.38% | - |
| HSV(B) | 20.13º | 0.87% | 0.68% | - |
| XYZ | 19.98 | 13.82 | 2.37 | - |
| YUV | 97.39 | 85.46 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 73 | 22 | 0 | 0.58 | 0.87 | 0.32 | 20.13 | 0.78 | 0.38 |
| Hex | AE | 49 | 16 | 0 | 3A | 57 | 20 | 14 | 4E | 26 |
| Octal | 256 | 111 | 26 | 0 | 72 | 127 | 40 | 24 | 116 | 46 |
| Binary | 10101110 | 1001001 | 10110 | 0 | 111010 | 1010111 | 100000 | 10100 | 1001110 | 100110 |
Color Harmonies of #AE4916
Complementary color
Monochromatic Colors of #AE4916
Black with #AE4916
Text Example
Text Example
White with #AE4916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4916; }
p { color: rgb(174,73,22); }
H1.HeaderClassName
{
color: #AE4916;
}
.AnyTagClassName
{
color: #AE4916;
}
</style>
background-color css
<style>
a { background-color: #AE4916; }
a { background-color: rgb(174,73,22); }
div.DivClassName
{
background-color: #AE4916;
}
.BgClassName
{
background-color: #AE4916;
}
</style>
border-color css
<style>
span { border-color: #AE4916; }
span { border-color: rgb(174,73,22); }
td.TdClassName
{
border-color: #AE4916;
}
.TagClassName
{
border-color: #AE4916;
}
</style>