Shades of Alpine #AE883F
Tints of Alpine #AE883F
RGB
CMYK
RGB Variations
Color information
#AE883F (or 0xAE883F) is known color: Alpine. HEX triplet: AE, 88 and 3F. RGB value is (174,136,63). Sum of RGB (Red+Green+Blue) = 174+136+63=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE883F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE883F is #5177C0. Grayscale: #8B8B8B. Windows color (decimal): -5339073 or 4163758. OLE color: 4163758.
HSL color Cylindrical-coordinate representation of color #AE883F: hue angle of 39.46º 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 #AE883F is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 136 | 63 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.32 |
| HSL | 39.46º | 0.47% | 0.46% | - |
| HSV(B) | 39.46º | 0.64% | 0.68% | - |
| XYZ | 27.16 | 26.97 | 8.48 | - |
| YUV | 139.04 | 85.09 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 136 | 63 | 0 | 0.22 | 0.64 | 0.32 | 39.46 | 0.47 | 0.46 |
| Hex | AE | 88 | 3F | 0 | 16 | 40 | 20 | 27 | 2F | 2E |
| Octal | 256 | 210 | 77 | 0 | 26 | 100 | 40 | 47 | 57 | 56 |
| Binary | 10101110 | 10001000 | 111111 | 0 | 10110 | 1000000 | 100000 | 100111 | 101111 | 101110 |
Color Harmonies of #AE883F
Complementary color
Monochromatic Colors of #AE883F
Black with #AE883F
Text Example
Text Example
White with #AE883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE883F; }
p { color: rgb(174,136,63); }
H1.HeaderClassName
{
color: #AE883F;
}
.AnyTagClassName
{
color: #AE883F;
}
</style>
background-color css
<style>
a { background-color: #AE883F; }
a { background-color: rgb(174,136,63); }
div.DivClassName
{
background-color: #AE883F;
}
.BgClassName
{
background-color: #AE883F;
}
</style>
border-color css
<style>
span { border-color: #AE883F; }
span { border-color: rgb(174,136,63); }
td.TdClassName
{
border-color: #AE883F;
}
.TagClassName
{
border-color: #AE883F;
}
</style>