Shades of Alpine #AE853C
Tints of Alpine #AE853C
RGB
CMYK
RGB Variations
Color information
#AE853C (or 0xAE853C) is known color: Alpine. HEX triplet: AE, 85 and 3C. RGB value is (174,133,60). Sum of RGB (Red+Green+Blue) = 174+133+60=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 60 (23.83% from 255 or 16.35% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AE853C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE853C is #517AC3. Grayscale: #898989. Windows color (decimal): -5339844 or 3966382. OLE color: 3966382.
HSL color Cylindrical-coordinate representation of color #AE853C: hue angle of 38.42º 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 #AE853C is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 133 | 60 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.32 |
| HSL | 38.42º | 0.49% | 0.46% | - |
| HSV(B) | 38.42º | 0.66% | 0.68% | - |
| XYZ | 26.66 | 26.1 | 7.91 | - |
| YUV | 136.94 | 84.58 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 133 | 60 | 0 | 0.24 | 0.66 | 0.32 | 38.42 | 0.49 | 0.46 |
| Hex | AE | 85 | 3C | 0 | 18 | 42 | 20 | 26 | 31 | 2E |
| Octal | 256 | 205 | 74 | 0 | 30 | 102 | 40 | 46 | 61 | 56 |
| Binary | 10101110 | 10000101 | 111100 | 0 | 11000 | 1000010 | 100000 | 100110 | 110001 | 101110 |
Color Harmonies of #AE853C
Complementary color
Monochromatic Colors of #AE853C
Black with #AE853C
Text Example
Text Example
White with #AE853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE853C; }
p { color: rgb(174,133,60); }
H1.HeaderClassName
{
color: #AE853C;
}
.AnyTagClassName
{
color: #AE853C;
}
</style>
background-color css
<style>
a { background-color: #AE853C; }
a { background-color: rgb(174,133,60); }
div.DivClassName
{
background-color: #AE853C;
}
.BgClassName
{
background-color: #AE853C;
}
</style>
border-color css
<style>
span { border-color: #AE853C; }
span { border-color: rgb(174,133,60); }
td.TdClassName
{
border-color: #AE853C;
}
.TagClassName
{
border-color: #AE853C;
}
</style>