Shades of Rust #AE4A16
Tints of Rust #AE4A16
RGB
CMYK
RGB Variations
Color information
#AE4A16 (or 0xAE4A16) is known color: Rust. HEX triplet: AE, 4A and 16. RGB value is (174,74,22). Sum of RGB (Red+Green+Blue) = 174+74+22=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4A16 is #51B5E9. Grayscale: #626262. Windows color (decimal): -5354986 or 1460910. OLE color: 1460910.
HSL color Cylindrical-coordinate representation of color #AE4A16: hue angle of 20.53º 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 #AE4A16 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 74 | 22 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.32 |
| HSL | 20.53º | 0.78% | 0.38% | - |
| HSV(B) | 20.53º | 0.87% | 0.68% | - |
| XYZ | 20.05 | 13.95 | 2.4 | - |
| YUV | 97.97 | 85.13 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 74 | 22 | 0 | 0.57 | 0.87 | 0.32 | 20.53 | 0.78 | 0.38 |
| Hex | AE | 4A | 16 | 0 | 39 | 57 | 20 | 15 | 4E | 26 |
| Octal | 256 | 112 | 26 | 0 | 71 | 127 | 40 | 25 | 116 | 46 |
| Binary | 10101110 | 1001010 | 10110 | 0 | 111001 | 1010111 | 100000 | 10101 | 1001110 | 100110 |
Color Harmonies of #AE4A16
Complementary color
Monochromatic Colors of #AE4A16
Black with #AE4A16
Text Example
Text Example
White with #AE4A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4A16; }
p { color: rgb(174,74,22); }
H1.HeaderClassName
{
color: #AE4A16;
}
.AnyTagClassName
{
color: #AE4A16;
}
</style>
background-color css
<style>
a { background-color: #AE4A16; }
a { background-color: rgb(174,74,22); }
div.DivClassName
{
background-color: #AE4A16;
}
.BgClassName
{
background-color: #AE4A16;
}
</style>
border-color css
<style>
span { border-color: #AE4A16; }
span { border-color: rgb(174,74,22); }
td.TdClassName
{
border-color: #AE4A16;
}
.TagClassName
{
border-color: #AE4A16;
}
</style>