Shades of Alpine #AE803F
Tints of Alpine #AE803F
RGB
CMYK
RGB Variations
Color information
#AE803F (or 0xAE803F) is known color: Alpine. HEX triplet: AE, 80 and 3F. RGB value is (174,128,63). Sum of RGB (Red+Green+Blue) = 174+128+63=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE803F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE803F is #517FC0. Grayscale: #868686. Windows color (decimal): -5341121 or 4161710. OLE color: 4161710.
HSL color Cylindrical-coordinate representation of color #AE803F: hue angle of 35.14º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE803F is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 128 | 63 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.32 |
| HSL | 35.14º | 0.47% | 0.46% | - |
| HSV(B) | 35.14º | 0.64% | 0.68% | - |
| XYZ | 26.07 | 24.8 | 8.11 | - |
| YUV | 134.34 | 87.74 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 128 | 63 | 0 | 0.26 | 0.64 | 0.32 | 35.14 | 0.47 | 0.46 |
| Hex | AE | 80 | 3F | 0 | 1A | 40 | 20 | 23 | 2F | 2E |
| Octal | 256 | 200 | 77 | 0 | 32 | 100 | 40 | 43 | 57 | 56 |
| Binary | 10101110 | 10000000 | 111111 | 0 | 11010 | 1000000 | 100000 | 100011 | 101111 | 101110 |
Color Harmonies of #AE803F
Complementary color
Monochromatic Colors of #AE803F
Black with #AE803F
Text Example
Text Example
White with #AE803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE803F; }
p { color: rgb(174,128,63); }
H1.HeaderClassName
{
color: #AE803F;
}
.AnyTagClassName
{
color: #AE803F;
}
</style>
background-color css
<style>
a { background-color: #AE803F; }
a { background-color: rgb(174,128,63); }
div.DivClassName
{
background-color: #AE803F;
}
.BgClassName
{
background-color: #AE803F;
}
</style>
border-color css
<style>
span { border-color: #AE803F; }
span { border-color: rgb(174,128,63); }
td.TdClassName
{
border-color: #AE803F;
}
.TagClassName
{
border-color: #AE803F;
}
</style>