Shades of Rust #AE5306
Tints of Rust #AE5306
RGB
CMYK
RGB Variations
Color information
#AE5306 (or 0xAE5306) is known color: Rust. HEX triplet: AE, 53 and 06. RGB value is (174,83,6). Sum of RGB (Red+Green+Blue) = 174+83+6=263 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.16% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5306 is #51ACF9. Grayscale: #656565. Windows color (decimal): -5352698 or 414638. OLE color: 414638.
HSL color Cylindrical-coordinate representation of color #AE5306: hue angle of 27.5º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE5306 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 83 | 6 | - |
| CMYK | 0 | 0.52 | 0.97 | 0.32 |
| HSL | 27.5º | 0.93% | 0.35% | - |
| HSV(B) | 27.5º | 0.97% | 0.68% | - |
| XYZ | 20.58 | 15.2 | 2.02 | - |
| YUV | 101.43 | 74.15 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 83 | 6 | 0 | 0.52 | 0.97 | 0.32 | 27.5 | 0.93 | 0.35 |
| Hex | AE | 53 | 6 | 0 | 34 | 61 | 20 | 1C | 5D | 23 |
| Octal | 256 | 123 | 6 | 0 | 64 | 141 | 40 | 34 | 135 | 43 |
| Binary | 10101110 | 1010011 | 110 | 0 | 110100 | 1100001 | 100000 | 11100 | 1011101 | 100011 |
Color Harmonies of #AE5306
Complementary color
Monochromatic Colors of #AE5306
Black with #AE5306
Text Example
Text Example
White with #AE5306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5306; }
p { color: rgb(174,83,6); }
H1.HeaderClassName
{
color: #AE5306;
}
.AnyTagClassName
{
color: #AE5306;
}
</style>
background-color css
<style>
a { background-color: #AE5306; }
a { background-color: rgb(174,83,6); }
div.DivClassName
{
background-color: #AE5306;
}
.BgClassName
{
background-color: #AE5306;
}
</style>
border-color css
<style>
span { border-color: #AE5306; }
span { border-color: rgb(174,83,6); }
td.TdClassName
{
border-color: #AE5306;
}
.TagClassName
{
border-color: #AE5306;
}
</style>