Shades of Alpine #AE843F
Tints of Alpine #AE843F
RGB
CMYK
RGB Variations
Color information
#AE843F (or 0xAE843F) is known color: Alpine. HEX triplet: AE, 84 and 3F. RGB value is (174,132,63). Sum of RGB (Red+Green+Blue) = 174+132+63=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE843F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE843F is #517BC0. Grayscale: #898989. Windows color (decimal): -5340097 or 4162734. OLE color: 4162734.
HSL color Cylindrical-coordinate representation of color #AE843F: hue angle of 37.3º 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 #AE843F is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 132 | 63 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.32 |
| HSL | 37.3º | 0.47% | 0.46% | - |
| HSV(B) | 37.3º | 0.64% | 0.68% | - |
| XYZ | 26.6 | 25.86 | 8.29 | - |
| YUV | 136.69 | 86.41 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 132 | 63 | 0 | 0.24 | 0.64 | 0.32 | 37.3 | 0.47 | 0.46 |
| Hex | AE | 84 | 3F | 0 | 18 | 40 | 20 | 25 | 2F | 2E |
| Octal | 256 | 204 | 77 | 0 | 30 | 100 | 40 | 45 | 57 | 56 |
| Binary | 10101110 | 10000100 | 111111 | 0 | 11000 | 1000000 | 100000 | 100101 | 101111 | 101110 |
Color Harmonies of #AE843F
Complementary color
Monochromatic Colors of #AE843F
Black with #AE843F
Text Example
Text Example
White with #AE843F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE843F; }
p { color: rgb(174,132,63); }
H1.HeaderClassName
{
color: #AE843F;
}
.AnyTagClassName
{
color: #AE843F;
}
</style>
background-color css
<style>
a { background-color: #AE843F; }
a { background-color: rgb(174,132,63); }
div.DivClassName
{
background-color: #AE843F;
}
.BgClassName
{
background-color: #AE843F;
}
</style>
border-color css
<style>
span { border-color: #AE843F; }
span { border-color: rgb(174,132,63); }
td.TdClassName
{
border-color: #AE843F;
}
.TagClassName
{
border-color: #AE843F;
}
</style>