Shades of Alpine #AE803D
Tints of Alpine #AE803D
RGB
CMYK
RGB Variations
Color information
#AE803D (or 0xAE803D) is known color: Alpine. HEX triplet: AE, 80 and 3D. RGB value is (174,128,61). Sum of RGB (Red+Green+Blue) = 174+128+61=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE803D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE803D is #517FC2. Grayscale: #868686. Windows color (decimal): -5341123 or 4030638. OLE color: 4030638.
HSL color Cylindrical-coordinate representation of color #AE803D: hue angle of 35.58º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AE803D is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 128 | 61 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.32 |
| HSL | 35.58º | 0.48% | 0.46% | - |
| HSV(B) | 35.58º | 0.65% | 0.68% | - |
| XYZ | 26.02 | 24.77 | 7.83 | - |
| YUV | 134.12 | 86.74 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 128 | 61 | 0 | 0.26 | 0.65 | 0.32 | 35.58 | 0.48 | 0.46 |
| Hex | AE | 80 | 3D | 0 | 1A | 41 | 20 | 24 | 30 | 2E |
| Octal | 256 | 200 | 75 | 0 | 32 | 101 | 40 | 44 | 60 | 56 |
| Binary | 10101110 | 10000000 | 111101 | 0 | 11010 | 1000001 | 100000 | 100100 | 110000 | 101110 |
Color Harmonies of #AE803D
Complementary color
Monochromatic Colors of #AE803D
Black with #AE803D
Text Example
Text Example
White with #AE803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE803D; }
p { color: rgb(174,128,61); }
H1.HeaderClassName
{
color: #AE803D;
}
.AnyTagClassName
{
color: #AE803D;
}
</style>
background-color css
<style>
a { background-color: #AE803D; }
a { background-color: rgb(174,128,61); }
div.DivClassName
{
background-color: #AE803D;
}
.BgClassName
{
background-color: #AE803D;
}
</style>
border-color css
<style>
span { border-color: #AE803D; }
span { border-color: rgb(174,128,61); }
td.TdClassName
{
border-color: #AE803D;
}
.TagClassName
{
border-color: #AE803D;
}
</style>