Shades of Alpine #AE873C
Tints of Alpine #AE873C
RGB
CMYK
RGB Variations
Color information
#AE873C (or 0xAE873C) is known color: Alpine. HEX triplet: AE, 87 and 3C. RGB value is (174,135,60). Sum of RGB (Red+Green+Blue) = 174+135+60=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE873C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE873C is #5178C3. Grayscale: #8A8A8A. Windows color (decimal): -5339332 or 3966894. OLE color: 3966894.
HSL color Cylindrical-coordinate representation of color #AE873C: hue angle of 39.47º 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 #AE873C is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 135 | 60 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.32 |
| HSL | 39.47º | 0.49% | 0.46% | - |
| HSV(B) | 39.47º | 0.66% | 0.68% | - |
| XYZ | 26.94 | 26.65 | 8 | - |
| YUV | 138.11 | 83.92 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 135 | 60 | 0 | 0.22 | 0.66 | 0.32 | 39.47 | 0.49 | 0.46 |
| Hex | AE | 87 | 3C | 0 | 16 | 42 | 20 | 27 | 31 | 2E |
| Octal | 256 | 207 | 74 | 0 | 26 | 102 | 40 | 47 | 61 | 56 |
| Binary | 10101110 | 10000111 | 111100 | 0 | 10110 | 1000010 | 100000 | 100111 | 110001 | 101110 |
Color Harmonies of #AE873C
Complementary color
Monochromatic Colors of #AE873C
Black with #AE873C
Text Example
Text Example
White with #AE873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE873C; }
p { color: rgb(174,135,60); }
H1.HeaderClassName
{
color: #AE873C;
}
.AnyTagClassName
{
color: #AE873C;
}
</style>
background-color css
<style>
a { background-color: #AE873C; }
a { background-color: rgb(174,135,60); }
div.DivClassName
{
background-color: #AE873C;
}
.BgClassName
{
background-color: #AE873C;
}
</style>
border-color css
<style>
span { border-color: #AE873C; }
span { border-color: rgb(174,135,60); }
td.TdClassName
{
border-color: #AE873C;
}
.TagClassName
{
border-color: #AE873C;
}
</style>