Shades of Alpine #AE893B
Tints of Alpine #AE893B
RGB
CMYK
RGB Variations
Color information
#AE893B (or 0xAE893B) is known color: Alpine. HEX triplet: AE, 89 and 3B. RGB value is (174,137,59). Sum of RGB (Red+Green+Blue) = 174+137+59=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 59 (23.44% from 255 or 15.95% from 370); Max value from RGB is 174 - color contains mainly: red. Hex color #AE893B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE893B is #5176C4. Grayscale: #8B8B8B. Windows color (decimal): -5338821 or 3901870. OLE color: 3901870.
HSL color Cylindrical-coordinate representation of color #AE893B: hue angle of 40.7º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE893B is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 137 | 59 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.32 |
| HSL | 40.7º | 0.49% | 0.46% | - |
| HSV(B) | 40.7º | 0.66% | 0.68% | - |
| XYZ | 27.19 | 27.21 | 7.96 | - |
| YUV | 139.17 | 82.76 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 137 | 59 | 0 | 0.21 | 0.66 | 0.32 | 40.7 | 0.49 | 0.46 |
| Hex | AE | 89 | 3B | 0 | 15 | 42 | 20 | 29 | 31 | 2E |
| Octal | 256 | 211 | 73 | 0 | 25 | 102 | 40 | 51 | 61 | 56 |
| Binary | 10101110 | 10001001 | 111011 | 0 | 10101 | 1000010 | 100000 | 101001 | 110001 | 101110 |
Color Harmonies of #AE893B
Complementary color
Monochromatic Colors of #AE893B
Black with #AE893B
Text Example
Text Example
White with #AE893B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE893B; }
p { color: rgb(174,137,59); }
H1.HeaderClassName
{
color: #AE893B;
}
.AnyTagClassName
{
color: #AE893B;
}
</style>
background-color css
<style>
a { background-color: #AE893B; }
a { background-color: rgb(174,137,59); }
div.DivClassName
{
background-color: #AE893B;
}
.BgClassName
{
background-color: #AE893B;
}
</style>
border-color css
<style>
span { border-color: #AE893B; }
span { border-color: rgb(174,137,59); }
td.TdClassName
{
border-color: #AE893B;
}
.TagClassName
{
border-color: #AE893B;
}
</style>