Shades of Alpine #AE852F
Tints of Alpine #AE852F
RGB
CMYK
RGB Variations
Color information
#AE852F (or 0xAE852F) is known color: Alpine. HEX triplet: AE, 85 and 2F. RGB value is (174,133,47). Sum of RGB (Red+Green+Blue) = 174+133+47=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE852F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE852F is #517AD0. Grayscale: #878787. Windows color (decimal): -5339857 or 3114414. OLE color: 3114414.
HSL color Cylindrical-coordinate representation of color #AE852F: hue angle of 40.63º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AE852F is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 133 | 47 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.32 |
| HSL | 40.63º | 0.57% | 0.43% | - |
| HSV(B) | 40.63º | 0.73% | 0.68% | - |
| XYZ | 26.36 | 25.98 | 6.31 | - |
| YUV | 135.46 | 78.08 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 133 | 47 | 0 | 0.24 | 0.73 | 0.32 | 40.63 | 0.57 | 0.43 |
| Hex | AE | 85 | 2F | 0 | 18 | 49 | 20 | 29 | 39 | 2B |
| Octal | 256 | 205 | 57 | 0 | 30 | 111 | 40 | 51 | 71 | 53 |
| Binary | 10101110 | 10000101 | 101111 | 0 | 11000 | 1001001 | 100000 | 101001 | 111001 | 101011 |
Color Harmonies of #AE852F
Complementary color
Monochromatic Colors of #AE852F
Black with #AE852F
Text Example
Text Example
White with #AE852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE852F; }
p { color: rgb(174,133,47); }
H1.HeaderClassName
{
color: #AE852F;
}
.AnyTagClassName
{
color: #AE852F;
}
</style>
background-color css
<style>
a { background-color: #AE852F; }
a { background-color: rgb(174,133,47); }
div.DivClassName
{
background-color: #AE852F;
}
.BgClassName
{
background-color: #AE852F;
}
</style>
border-color css
<style>
span { border-color: #AE852F; }
span { border-color: rgb(174,133,47); }
td.TdClassName
{
border-color: #AE852F;
}
.TagClassName
{
border-color: #AE852F;
}
</style>