Shades of Alpine #AE8838
Tints of Alpine #AE8838
RGB
CMYK
RGB Variations
Color information
#AE8838 (or 0xAE8838) is known color: Alpine. HEX triplet: AE, 88 and 38. RGB value is (174,136,56). Sum of RGB (Red+Green+Blue) = 174+136+56=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 56 (22.27% from 255 or 15.30% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8838 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8838 is #5177C7. Grayscale: #8A8A8A. Windows color (decimal): -5339080 or 3705006. OLE color: 3705006.
HSL color Cylindrical-coordinate representation of color #AE8838: hue angle of 40.68º 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 #AE8838 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 136 | 56 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.32 |
| HSL | 40.68º | 0.51% | 0.45% | - |
| HSV(B) | 40.68º | 0.68% | 0.68% | - |
| XYZ | 26.97 | 26.89 | 7.51 | - |
| YUV | 138.24 | 81.59 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 136 | 56 | 0 | 0.22 | 0.68 | 0.32 | 40.68 | 0.51 | 0.45 |
| Hex | AE | 88 | 38 | 0 | 16 | 44 | 20 | 29 | 33 | 2D |
| Octal | 256 | 210 | 70 | 0 | 26 | 104 | 40 | 51 | 63 | 55 |
| Binary | 10101110 | 10001000 | 111000 | 0 | 10110 | 1000100 | 100000 | 101001 | 110011 | 101101 |
Color Harmonies of #AE8838
Complementary color
Monochromatic Colors of #AE8838
Black with #AE8838
Text Example
Text Example
White with #AE8838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8838; }
p { color: rgb(174,136,56); }
H1.HeaderClassName
{
color: #AE8838;
}
.AnyTagClassName
{
color: #AE8838;
}
</style>
background-color css
<style>
a { background-color: #AE8838; }
a { background-color: rgb(174,136,56); }
div.DivClassName
{
background-color: #AE8838;
}
.BgClassName
{
background-color: #AE8838;
}
</style>
border-color css
<style>
span { border-color: #AE8838; }
span { border-color: rgb(174,136,56); }
td.TdClassName
{
border-color: #AE8838;
}
.TagClassName
{
border-color: #AE8838;
}
</style>