Shades of Alpine #AE8636
Tints of Alpine #AE8636
RGB
CMYK
RGB Variations
Color information
#AE8636 (or 0xAE8636) is known color: Alpine. HEX triplet: AE, 86 and 36. RGB value is (174,134,54). Sum of RGB (Red+Green+Blue) = 174+134+54=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 54 (21.48% from 255 or 14.92% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8636 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8636 is #5179C9. Grayscale: #898989. Windows color (decimal): -5339594 or 3573422. OLE color: 3573422.
HSL color Cylindrical-coordinate representation of color #AE8636: hue angle of 40º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE8636 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 134 | 54 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.32 |
| HSL | 40º | 0.53% | 0.45% | - |
| HSV(B) | 40º | 0.69% | 0.68% | - |
| XYZ | 26.65 | 26.32 | 7.16 | - |
| YUV | 136.84 | 81.25 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 134 | 54 | 0 | 0.23 | 0.69 | 0.32 | 40 | 0.53 | 0.45 |
| Hex | AE | 86 | 36 | 0 | 17 | 45 | 20 | 28 | 35 | 2D |
| Octal | 256 | 206 | 66 | 0 | 27 | 105 | 40 | 50 | 65 | 55 |
| Binary | 10101110 | 10000110 | 110110 | 0 | 10111 | 1000101 | 100000 | 101000 | 110101 | 101101 |
Color Harmonies of #AE8636
Complementary color
Monochromatic Colors of #AE8636
Black with #AE8636
Text Example
Text Example
White with #AE8636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8636; }
p { color: rgb(174,134,54); }
H1.HeaderClassName
{
color: #AE8636;
}
.AnyTagClassName
{
color: #AE8636;
}
</style>
background-color css
<style>
a { background-color: #AE8636; }
a { background-color: rgb(174,134,54); }
div.DivClassName
{
background-color: #AE8636;
}
.BgClassName
{
background-color: #AE8636;
}
</style>
border-color css
<style>
span { border-color: #AE8636; }
span { border-color: rgb(174,134,54); }
td.TdClassName
{
border-color: #AE8636;
}
.TagClassName
{
border-color: #AE8636;
}
</style>