Shades of Rust #AE4700
Tints of Rust #AE4700
RGB
CMYK
RGB Variations
Color information
#AE4700 (or 0xAE4700) is known color: Rust. HEX triplet: AE, 47 and 00. RGB value is (174,71,0). Sum of RGB (Red+Green+Blue) = 174+71+0=245 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.02% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4700 is #51B8FF. Grayscale: #5E5E5E. Windows color (decimal): -5355776 or 18350. OLE color: 18350.
HSL color Cylindrical-coordinate representation of color #AE4700: hue angle of 24.48º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE4700 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 71 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.32 |
| HSL | 24.48º | 1% | 0.34% | - |
| HSV(B) | 24.48º | 1% | 0.68% | - |
| XYZ | 19.71 | 13.51 | 1.57 | - |
| YUV | 93.7 | 75.12 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 71 | 0 | 0 | 0.59 | 1 | 0.32 | 24.48 | 1 | 0.34 |
| Hex | AE | 47 | 0 | 0 | 3B | 64 | 20 | 18 | 64 | 22 |
| Octal | 256 | 107 | 0 | 0 | 73 | 144 | 40 | 30 | 144 | 42 |
| Binary | 10101110 | 1000111 | 0 | 0 | 111011 | 1100100 | 100000 | 11000 | 1100100 | 100010 |
Color Harmonies of #AE4700
Complementary color
Monochromatic Colors of #AE4700
Black with #AE4700
Text Example
Text Example
White with #AE4700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4700; }
p { color: rgb(174,71,0); }
H1.HeaderClassName
{
color: #AE4700;
}
.AnyTagClassName
{
color: #AE4700;
}
</style>
background-color css
<style>
a { background-color: #AE4700; }
a { background-color: rgb(174,71,0); }
div.DivClassName
{
background-color: #AE4700;
}
.BgClassName
{
background-color: #AE4700;
}
</style>
border-color css
<style>
span { border-color: #AE4700; }
span { border-color: rgb(174,71,0); }
td.TdClassName
{
border-color: #AE4700;
}
.TagClassName
{
border-color: #AE4700;
}
</style>