Shades of Rust #AE4C08
Tints of Rust #AE4C08
RGB
CMYK
RGB Variations
Color information
#AE4C08 (or 0xAE4C08) is known color: Rust. HEX triplet: AE, 4C and 08. RGB value is (174,76,8). Sum of RGB (Red+Green+Blue) = 174+76+8=258 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.44% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4C08 is #51B3F7. Grayscale: #616161. Windows color (decimal): -5354488 or 543918. OLE color: 543918.
HSL color Cylindrical-coordinate representation of color #AE4C08: hue angle of 24.58º 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 #AE4C08 is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 76 | 8 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.32 |
| HSL | 24.58º | 0.91% | 0.36% | - |
| HSV(B) | 24.58º | 0.95% | 0.68% | - |
| XYZ | 20.08 | 14.19 | 1.91 | - |
| YUV | 97.55 | 77.47 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 76 | 8 | 0 | 0.56 | 0.95 | 0.32 | 24.58 | 0.91 | 0.36 |
| Hex | AE | 4C | 8 | 0 | 38 | 5F | 20 | 19 | 5B | 24 |
| Octal | 256 | 114 | 10 | 0 | 70 | 137 | 40 | 31 | 133 | 44 |
| Binary | 10101110 | 1001100 | 1000 | 0 | 111000 | 1011111 | 100000 | 11001 | 1011011 | 100100 |
Color Harmonies of #AE4C08
Complementary color
Monochromatic Colors of #AE4C08
Black with #AE4C08
Text Example
Text Example
White with #AE4C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4C08; }
p { color: rgb(174,76,8); }
H1.HeaderClassName
{
color: #AE4C08;
}
.AnyTagClassName
{
color: #AE4C08;
}
</style>
background-color css
<style>
a { background-color: #AE4C08; }
a { background-color: rgb(174,76,8); }
div.DivClassName
{
background-color: #AE4C08;
}
.BgClassName
{
background-color: #AE4C08;
}
</style>
border-color css
<style>
span { border-color: #AE4C08; }
span { border-color: rgb(174,76,8); }
td.TdClassName
{
border-color: #AE4C08;
}
.TagClassName
{
border-color: #AE4C08;
}
</style>