Shades of Alpine #AE8B3F
Tints of Alpine #AE8B3F
RGB
CMYK
RGB Variations
Color information
#AE8B3F (or 0xAE8B3F) is known color: Alpine. HEX triplet: AE, 8B and 3F. RGB value is (174,139,63). Sum of RGB (Red+Green+Blue) = 174+139+63=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8B3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8B3F is #5174C0. Grayscale: #8D8D8D. Windows color (decimal): -5338305 or 4164526. OLE color: 4164526.
HSL color Cylindrical-coordinate representation of color #AE8B3F: hue angle of 41.08º 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 #AE8B3F is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 139 | 63 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.32 |
| HSL | 41.08º | 0.47% | 0.46% | - |
| HSV(B) | 41.08º | 0.64% | 0.68% | - |
| XYZ | 27.59 | 27.82 | 8.62 | - |
| YUV | 140.8 | 84.1 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 139 | 63 | 0 | 0.20 | 0.64 | 0.32 | 41.08 | 0.47 | 0.46 |
| Hex | AE | 8B | 3F | 0 | 14 | 40 | 20 | 29 | 2F | 2E |
| Octal | 256 | 213 | 77 | 0 | 24 | 100 | 40 | 51 | 57 | 56 |
| Binary | 10101110 | 10001011 | 111111 | 0 | 10100 | 1000000 | 100000 | 101001 | 101111 | 101110 |
Color Harmonies of #AE8B3F
Complementary color
Monochromatic Colors of #AE8B3F
Black with #AE8B3F
Text Example
Text Example
White with #AE8B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8B3F; }
p { color: rgb(174,139,63); }
H1.HeaderClassName
{
color: #AE8B3F;
}
.AnyTagClassName
{
color: #AE8B3F;
}
</style>
background-color css
<style>
a { background-color: #AE8B3F; }
a { background-color: rgb(174,139,63); }
div.DivClassName
{
background-color: #AE8B3F;
}
.BgClassName
{
background-color: #AE8B3F;
}
</style>
border-color css
<style>
span { border-color: #AE8B3F; }
span { border-color: rgb(174,139,63); }
td.TdClassName
{
border-color: #AE8B3F;
}
.TagClassName
{
border-color: #AE8B3F;
}
</style>