Shades of Rust #AE4E08
Tints of Rust #AE4E08
RGB
CMYK
RGB Variations
Color information
#AE4E08 (or 0xAE4E08) is known color: Rust. HEX triplet: AE, 4E and 08. RGB value is (174,78,8). Sum of RGB (Red+Green+Blue) = 174+78+8=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE4E08 is #51B1F7. Grayscale: #636363. Windows color (decimal): -5353976 or 544430. OLE color: 544430.
HSL color Cylindrical-coordinate representation of color #AE4E08: hue angle of 25.3º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE4E08 is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 78 | 8 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.32 |
| HSL | 25.3º | 0.91% | 0.36% | - |
| HSV(B) | 25.3º | 0.95% | 0.68% | - |
| XYZ | 20.22 | 14.46 | 1.96 | - |
| YUV | 98.72 | 76.8 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 78 | 8 | 0 | 0.55 | 0.95 | 0.32 | 25.3 | 0.91 | 0.36 |
| Hex | AE | 4E | 8 | 0 | 37 | 5F | 20 | 19 | 5B | 24 |
| Octal | 256 | 116 | 10 | 0 | 67 | 137 | 40 | 31 | 133 | 44 |
| Binary | 10101110 | 1001110 | 1000 | 0 | 110111 | 1011111 | 100000 | 11001 | 1011011 | 100100 |
Color Harmonies of #AE4E08
Complementary color
Monochromatic Colors of #AE4E08
Black with #AE4E08
Text Example
Text Example
White with #AE4E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4E08; }
p { color: rgb(174,78,8); }
H1.HeaderClassName
{
color: #AE4E08;
}
.AnyTagClassName
{
color: #AE4E08;
}
</style>
background-color css
<style>
a { background-color: #AE4E08; }
a { background-color: rgb(174,78,8); }
div.DivClassName
{
background-color: #AE4E08;
}
.BgClassName
{
background-color: #AE4E08;
}
</style>
border-color css
<style>
span { border-color: #AE4E08; }
span { border-color: rgb(174,78,8); }
td.TdClassName
{
border-color: #AE4E08;
}
.TagClassName
{
border-color: #AE4E08;
}
</style>