Shades of Alpine #AE883B
Tints of Alpine #AE883B
RGB
CMYK
RGB Variations
Color information
#AE883B (or 0xAE883B) is known color: Alpine. HEX triplet: AE, 88 and 3B. RGB value is (174,136,59). Sum of RGB (Red+Green+Blue) = 174+136+59=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 59 (23.44% from 255 or 15.99% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE883B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE883B is #5177C4. Grayscale: #8A8A8A. Windows color (decimal): -5339077 or 3901614. OLE color: 3901614.
HSL color Cylindrical-coordinate representation of color #AE883B: hue angle of 40.17º 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 #AE883B is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 136 | 59 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.32 |
| HSL | 40.17º | 0.49% | 0.46% | - |
| HSV(B) | 40.17º | 0.66% | 0.68% | - |
| XYZ | 27.05 | 26.92 | 7.91 | - |
| YUV | 138.58 | 83.09 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 136 | 59 | 0 | 0.22 | 0.66 | 0.32 | 40.17 | 0.49 | 0.46 |
| Hex | AE | 88 | 3B | 0 | 16 | 42 | 20 | 28 | 31 | 2E |
| Octal | 256 | 210 | 73 | 0 | 26 | 102 | 40 | 50 | 61 | 56 |
| Binary | 10101110 | 10001000 | 111011 | 0 | 10110 | 1000010 | 100000 | 101000 | 110001 | 101110 |
Color Harmonies of #AE883B
Complementary color
Monochromatic Colors of #AE883B
Black with #AE883B
Text Example
Text Example
White with #AE883B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE883B; }
p { color: rgb(174,136,59); }
H1.HeaderClassName
{
color: #AE883B;
}
.AnyTagClassName
{
color: #AE883B;
}
</style>
background-color css
<style>
a { background-color: #AE883B; }
a { background-color: rgb(174,136,59); }
div.DivClassName
{
background-color: #AE883B;
}
.BgClassName
{
background-color: #AE883B;
}
</style>
border-color css
<style>
span { border-color: #AE883B; }
span { border-color: rgb(174,136,59); }
td.TdClassName
{
border-color: #AE883B;
}
.TagClassName
{
border-color: #AE883B;
}
</style>