Shades of Rust #AE4D17
Tints of Rust #AE4D17
RGB
CMYK
RGB Variations
Color information
#AE4D17 (or 0xAE4D17) is known color: Rust. HEX triplet: AE, 4D and 17. RGB value is (174,77,23). Sum of RGB (Red+Green+Blue) = 174+77+23=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 23 (9.38% from 255 or 8.39% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE4D17 is #51B2E8. Grayscale: #646464. Windows color (decimal): -5354217 or 1527214. OLE color: 1527214.
HSL color Cylindrical-coordinate representation of color #AE4D17: hue angle of 21.46º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE4D17 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 77 | 23 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.32 |
| HSL | 21.46º | 0.77% | 0.39% | - |
| HSV(B) | 21.46º | 0.87% | 0.68% | - |
| XYZ | 20.26 | 14.37 | 2.52 | - |
| YUV | 99.85 | 84.64 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 77 | 23 | 0 | 0.56 | 0.87 | 0.32 | 21.46 | 0.77 | 0.39 |
| Hex | AE | 4D | 17 | 0 | 38 | 57 | 20 | 15 | 4D | 27 |
| Octal | 256 | 115 | 27 | 0 | 70 | 127 | 40 | 25 | 115 | 47 |
| Binary | 10101110 | 1001101 | 10111 | 0 | 111000 | 1010111 | 100000 | 10101 | 1001101 | 100111 |
Color Harmonies of #AE4D17
Complementary color
Monochromatic Colors of #AE4D17
Black with #AE4D17
Text Example
Text Example
White with #AE4D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4D17; }
p { color: rgb(174,77,23); }
H1.HeaderClassName
{
color: #AE4D17;
}
.AnyTagClassName
{
color: #AE4D17;
}
</style>
background-color css
<style>
a { background-color: #AE4D17; }
a { background-color: rgb(174,77,23); }
div.DivClassName
{
background-color: #AE4D17;
}
.BgClassName
{
background-color: #AE4D17;
}
</style>
border-color css
<style>
span { border-color: #AE4D17; }
span { border-color: rgb(174,77,23); }
td.TdClassName
{
border-color: #AE4D17;
}
.TagClassName
{
border-color: #AE4D17;
}
</style>