Shades of Alpine #AE863A
Tints of Alpine #AE863A
RGB
CMYK
RGB Variations
Color information
#AE863A (or 0xAE863A) is known color: Alpine. HEX triplet: AE, 86 and 3A. RGB value is (174,134,58). Sum of RGB (Red+Green+Blue) = 174+134+58=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 58 (23.05% from 255 or 15.85% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE863A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE863A is #5179C5. Grayscale: #898989. Windows color (decimal): -5339590 or 3835566. OLE color: 3835566.
HSL color Cylindrical-coordinate representation of color #AE863A: hue angle of 39.31º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE863A is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 134 | 58 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.32 |
| HSL | 39.31º | 0.5% | 0.45% | - |
| HSV(B) | 39.31º | 0.67% | 0.68% | - |
| XYZ | 26.74 | 26.35 | 7.68 | - |
| YUV | 137.3 | 83.25 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 134 | 58 | 0 | 0.23 | 0.67 | 0.32 | 39.31 | 0.5 | 0.45 |
| Hex | AE | 86 | 3A | 0 | 17 | 43 | 20 | 27 | 32 | 2D |
| Octal | 256 | 206 | 72 | 0 | 27 | 103 | 40 | 47 | 62 | 55 |
| Binary | 10101110 | 10000110 | 111010 | 0 | 10111 | 1000011 | 100000 | 100111 | 110010 | 101101 |
Color Harmonies of #AE863A
Complementary color
Monochromatic Colors of #AE863A
Black with #AE863A
Text Example
Text Example
White with #AE863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE863A; }
p { color: rgb(174,134,58); }
H1.HeaderClassName
{
color: #AE863A;
}
.AnyTagClassName
{
color: #AE863A;
}
</style>
background-color css
<style>
a { background-color: #AE863A; }
a { background-color: rgb(174,134,58); }
div.DivClassName
{
background-color: #AE863A;
}
.BgClassName
{
background-color: #AE863A;
}
</style>
border-color css
<style>
span { border-color: #AE863A; }
span { border-color: rgb(174,134,58); }
td.TdClassName
{
border-color: #AE863A;
}
.TagClassName
{
border-color: #AE863A;
}
</style>