Shades of Alpine #AE803E
Tints of Alpine #AE803E
RGB
CMYK
RGB Variations
Color information
#AE803E (or 0xAE803E) is known color: Alpine. HEX triplet: AE, 80 and 3E. RGB value is (174,128,62). Sum of RGB (Red+Green+Blue) = 174+128+62=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AE803E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE803E is #517FC1. Grayscale: #868686. Windows color (decimal): -5341122 or 4096174. OLE color: 4096174.
HSL color Cylindrical-coordinate representation of color #AE803E: hue angle of 35.36º 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 #AE803E is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 128 | 62 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.32 |
| HSL | 35.36º | 0.47% | 0.46% | - |
| HSV(B) | 35.36º | 0.64% | 0.68% | - |
| XYZ | 26.04 | 24.78 | 7.97 | - |
| YUV | 134.23 | 87.24 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 128 | 62 | 0 | 0.26 | 0.64 | 0.32 | 35.36 | 0.47 | 0.46 |
| Hex | AE | 80 | 3E | 0 | 1A | 40 | 20 | 23 | 2F | 2E |
| Octal | 256 | 200 | 76 | 0 | 32 | 100 | 40 | 43 | 57 | 56 |
| Binary | 10101110 | 10000000 | 111110 | 0 | 11010 | 1000000 | 100000 | 100011 | 101111 | 101110 |
Color Harmonies of #AE803E
Complementary color
Monochromatic Colors of #AE803E
Black with #AE803E
Text Example
Text Example
White with #AE803E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE803E; }
p { color: rgb(174,128,62); }
H1.HeaderClassName
{
color: #AE803E;
}
.AnyTagClassName
{
color: #AE803E;
}
</style>
background-color css
<style>
a { background-color: #AE803E; }
a { background-color: rgb(174,128,62); }
div.DivClassName
{
background-color: #AE803E;
}
.BgClassName
{
background-color: #AE803E;
}
</style>
border-color css
<style>
span { border-color: #AE803E; }
span { border-color: rgb(174,128,62); }
td.TdClassName
{
border-color: #AE803E;
}
.TagClassName
{
border-color: #AE803E;
}
</style>