Shades of Alpine #AE8334
Tints of Alpine #AE8334
RGB
CMYK
RGB Variations
Color information
#AE8334 (or 0xAE8334) is known color: Alpine. HEX triplet: AE, 83 and 34. RGB value is (174,131,52). Sum of RGB (Red+Green+Blue) = 174+131+52=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8334 is #517CCB. Grayscale: #878787. Windows color (decimal): -5340364 or 3441582. OLE color: 3441582.
HSL color Cylindrical-coordinate representation of color #AE8334: hue angle of 38.85º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE8334 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 131 | 52 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.32 |
| HSL | 38.85º | 0.54% | 0.44% | - |
| HSV(B) | 38.85º | 0.7% | 0.68% | - |
| XYZ | 26.19 | 25.48 | 6.79 | - |
| YUV | 134.85 | 81.25 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 131 | 52 | 0 | 0.25 | 0.70 | 0.32 | 38.85 | 0.54 | 0.44 |
| Hex | AE | 83 | 34 | 0 | 19 | 46 | 20 | 27 | 36 | 2C |
| Octal | 256 | 203 | 64 | 0 | 31 | 106 | 40 | 47 | 66 | 54 |
| Binary | 10101110 | 10000011 | 110100 | 0 | 11001 | 1000110 | 100000 | 100111 | 110110 | 101100 |
Color Harmonies of #AE8334
Complementary color
Monochromatic Colors of #AE8334
Black with #AE8334
Text Example
Text Example
White with #AE8334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8334; }
p { color: rgb(174,131,52); }
H1.HeaderClassName
{
color: #AE8334;
}
.AnyTagClassName
{
color: #AE8334;
}
</style>
background-color css
<style>
a { background-color: #AE8334; }
a { background-color: rgb(174,131,52); }
div.DivClassName
{
background-color: #AE8334;
}
.BgClassName
{
background-color: #AE8334;
}
</style>
border-color css
<style>
span { border-color: #AE8334; }
span { border-color: rgb(174,131,52); }
td.TdClassName
{
border-color: #AE8334;
}
.TagClassName
{
border-color: #AE8334;
}
</style>