Shades of Alpine #AE823B
Tints of Alpine #AE823B
RGB
CMYK
RGB Variations
Color information
#AE823B (or 0xAE823B) is known color: Alpine. HEX triplet: AE, 82 and 3B. RGB value is (174,130,59). Sum of RGB (Red+Green+Blue) = 174+130+59=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 59 (23.44% from 255 or 16.25% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE823B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE823B is #517DC4. Grayscale: #878787. Windows color (decimal): -5340613 or 3900078. OLE color: 3900078.
HSL color Cylindrical-coordinate representation of color #AE823B: hue angle of 37.04º 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 #AE823B is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 130 | 59 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.32 |
| HSL | 37.04º | 0.49% | 0.46% | - |
| HSV(B) | 37.04º | 0.66% | 0.68% | - |
| XYZ | 26.23 | 25.28 | 7.63 | - |
| YUV | 135.06 | 85.08 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 130 | 59 | 0 | 0.25 | 0.66 | 0.32 | 37.04 | 0.49 | 0.46 |
| Hex | AE | 82 | 3B | 0 | 19 | 42 | 20 | 25 | 31 | 2E |
| Octal | 256 | 202 | 73 | 0 | 31 | 102 | 40 | 45 | 61 | 56 |
| Binary | 10101110 | 10000010 | 111011 | 0 | 11001 | 1000010 | 100000 | 100101 | 110001 | 101110 |
Color Harmonies of #AE823B
Complementary color
Monochromatic Colors of #AE823B
Black with #AE823B
Text Example
Text Example
White with #AE823B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE823B; }
p { color: rgb(174,130,59); }
H1.HeaderClassName
{
color: #AE823B;
}
.AnyTagClassName
{
color: #AE823B;
}
</style>
background-color css
<style>
a { background-color: #AE823B; }
a { background-color: rgb(174,130,59); }
div.DivClassName
{
background-color: #AE823B;
}
.BgClassName
{
background-color: #AE823B;
}
</style>
border-color css
<style>
span { border-color: #AE823B; }
span { border-color: rgb(174,130,59); }
td.TdClassName
{
border-color: #AE823B;
}
.TagClassName
{
border-color: #AE823B;
}
</style>