Shades of Alpine #AE8A3B
Tints of Alpine #AE8A3B
RGB
CMYK
RGB Variations
Color information
#AE8A3B (or 0xAE8A3B) is known color: Alpine. HEX triplet: AE, 8A and 3B. RGB value is (174,138,59). Sum of RGB (Red+Green+Blue) = 174+138+59=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8A3B is #5175C4. Grayscale: #8C8C8C. Windows color (decimal): -5338565 or 3902126. OLE color: 3902126.
HSL color Cylindrical-coordinate representation of color #AE8A3B: hue angle of 41.22º 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 #AE8A3B is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 138 | 59 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.32 |
| HSL | 41.22º | 0.49% | 0.46% | - |
| HSV(B) | 41.22º | 0.66% | 0.68% | - |
| XYZ | 27.33 | 27.49 | 8 | - |
| YUV | 139.76 | 82.43 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 138 | 59 | 0 | 0.21 | 0.66 | 0.32 | 41.22 | 0.49 | 0.46 |
| Hex | AE | 8A | 3B | 0 | 15 | 42 | 20 | 29 | 31 | 2E |
| Octal | 256 | 212 | 73 | 0 | 25 | 102 | 40 | 51 | 61 | 56 |
| Binary | 10101110 | 10001010 | 111011 | 0 | 10101 | 1000010 | 100000 | 101001 | 110001 | 101110 |
Color Harmonies of #AE8A3B
Complementary color
Monochromatic Colors of #AE8A3B
Black with #AE8A3B
Text Example
Text Example
White with #AE8A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8A3B; }
p { color: rgb(174,138,59); }
H1.HeaderClassName
{
color: #AE8A3B;
}
.AnyTagClassName
{
color: #AE8A3B;
}
</style>
background-color css
<style>
a { background-color: #AE8A3B; }
a { background-color: rgb(174,138,59); }
div.DivClassName
{
background-color: #AE8A3B;
}
.BgClassName
{
background-color: #AE8A3B;
}
</style>
border-color css
<style>
span { border-color: #AE8A3B; }
span { border-color: rgb(174,138,59); }
td.TdClassName
{
border-color: #AE8A3B;
}
.TagClassName
{
border-color: #AE8A3B;
}
</style>