Shades of Alpine #AE863F
Tints of Alpine #AE863F
RGB
CMYK
RGB Variations
Color information
#AE863F (or 0xAE863F) is known color: Alpine. HEX triplet: AE, 86 and 3F. RGB value is (174,134,63). Sum of RGB (Red+Green+Blue) = 174+134+63=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE863F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE863F is #5179C0. Grayscale: #8A8A8A. Windows color (decimal): -5339585 or 4163246. OLE color: 4163246.
HSL color Cylindrical-coordinate representation of color #AE863F: hue angle of 38.38º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE863F is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 134 | 63 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.32 |
| HSL | 38.38º | 0.47% | 0.46% | - |
| HSV(B) | 38.38º | 0.64% | 0.68% | - |
| XYZ | 26.88 | 26.41 | 8.38 | - |
| YUV | 137.87 | 85.75 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 134 | 63 | 0 | 0.23 | 0.64 | 0.32 | 38.38 | 0.47 | 0.46 |
| Hex | AE | 86 | 3F | 0 | 17 | 40 | 20 | 26 | 2F | 2E |
| Octal | 256 | 206 | 77 | 0 | 27 | 100 | 40 | 46 | 57 | 56 |
| Binary | 10101110 | 10000110 | 111111 | 0 | 10111 | 1000000 | 100000 | 100110 | 101111 | 101110 |
Color Harmonies of #AE863F
Complementary color
Monochromatic Colors of #AE863F
Black with #AE863F
Text Example
Text Example
White with #AE863F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE863F; }
p { color: rgb(174,134,63); }
H1.HeaderClassName
{
color: #AE863F;
}
.AnyTagClassName
{
color: #AE863F;
}
</style>
background-color css
<style>
a { background-color: #AE863F; }
a { background-color: rgb(174,134,63); }
div.DivClassName
{
background-color: #AE863F;
}
.BgClassName
{
background-color: #AE863F;
}
</style>
border-color css
<style>
span { border-color: #AE863F; }
span { border-color: rgb(174,134,63); }
td.TdClassName
{
border-color: #AE863F;
}
.TagClassName
{
border-color: #AE863F;
}
</style>