Shades of Vesuvius #AE5938
Tints of Vesuvius #AE5938
RGB
CMYK
RGB Variations
Color information
#AE5938 (or 0xAE5938) is known color: Vesuvius. HEX triplet: AE, 59 and 38. RGB value is (174,89,56). Sum of RGB (Red+Green+Blue) = 174+89+56=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5938 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5938 is #51A6C7. Grayscale: #6E6E6E. Windows color (decimal): -5351112 or 3692974. OLE color: 3692974.
HSL color Cylindrical-coordinate representation of color #AE5938: hue angle of 16.78º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE5938 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 89 | 56 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.32 |
| HSL | 16.78º | 0.51% | 0.45% | - |
| HSV(B) | 16.78º | 0.68% | 0.68% | - |
| XYZ | 21.74 | 16.43 | 5.77 | - |
| YUV | 110.65 | 97.16 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 89 | 56 | 0 | 0.49 | 0.68 | 0.32 | 16.78 | 0.51 | 0.45 |
| Hex | AE | 59 | 38 | 0 | 31 | 44 | 20 | 11 | 33 | 2D |
| Octal | 256 | 131 | 70 | 0 | 61 | 104 | 40 | 21 | 63 | 55 |
| Binary | 10101110 | 1011001 | 111000 | 0 | 110001 | 1000100 | 100000 | 10001 | 110011 | 101101 |
Color Harmonies of #AE5938
Complementary color
Monochromatic Colors of #AE5938
Black with #AE5938
Text Example
Text Example
White with #AE5938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5938; }
p { color: rgb(174,89,56); }
H1.HeaderClassName
{
color: #AE5938;
}
.AnyTagClassName
{
color: #AE5938;
}
</style>
background-color css
<style>
a { background-color: #AE5938; }
a { background-color: rgb(174,89,56); }
div.DivClassName
{
background-color: #AE5938;
}
.BgClassName
{
background-color: #AE5938;
}
</style>
border-color css
<style>
span { border-color: #AE5938; }
span { border-color: rgb(174,89,56); }
td.TdClassName
{
border-color: #AE5938;
}
.TagClassName
{
border-color: #AE5938;
}
</style>