Shades of Alpine #AE8A36
Tints of Alpine #AE8A36
RGB
CMYK
RGB Variations
Color information
#AE8A36 (or 0xAE8A36) is known color: Alpine. HEX triplet: AE, 8A and 36. RGB value is (174,138,54). Sum of RGB (Red+Green+Blue) = 174+138+54=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 54 (21.48% from 255 or 14.75% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8A36 is #5175C9. Grayscale: #8B8B8B. Windows color (decimal): -5338570 or 3574446. OLE color: 3574446.
HSL color Cylindrical-coordinate representation of color #AE8A36: hue angle of 42º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE8A36 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 138 | 54 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.32 |
| HSL | 42º | 0.53% | 0.45% | - |
| HSV(B) | 42º | 0.69% | 0.68% | - |
| XYZ | 27.21 | 27.44 | 7.35 | - |
| YUV | 139.19 | 79.93 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 138 | 54 | 0 | 0.21 | 0.69 | 0.32 | 42 | 0.53 | 0.45 |
| Hex | AE | 8A | 36 | 0 | 15 | 45 | 20 | 2A | 35 | 2D |
| Octal | 256 | 212 | 66 | 0 | 25 | 105 | 40 | 52 | 65 | 55 |
| Binary | 10101110 | 10001010 | 110110 | 0 | 10101 | 1000101 | 100000 | 101010 | 110101 | 101101 |
Color Harmonies of #AE8A36
Complementary color
Monochromatic Colors of #AE8A36
Black with #AE8A36
Text Example
Text Example
White with #AE8A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8A36; }
p { color: rgb(174,138,54); }
H1.HeaderClassName
{
color: #AE8A36;
}
.AnyTagClassName
{
color: #AE8A36;
}
</style>
background-color css
<style>
a { background-color: #AE8A36; }
a { background-color: rgb(174,138,54); }
div.DivClassName
{
background-color: #AE8A36;
}
.BgClassName
{
background-color: #AE8A36;
}
</style>
border-color css
<style>
span { border-color: #AE8A36; }
span { border-color: rgb(174,138,54); }
td.TdClassName
{
border-color: #AE8A36;
}
.TagClassName
{
border-color: #AE8A36;
}
</style>