Shades of Alpine #AE8C38
Tints of Alpine #AE8C38
RGB
CMYK
RGB Variations
Color information
#AE8C38 (or 0xAE8C38) is known color: Alpine. HEX triplet: AE, 8C and 38. RGB value is (174,140,56). Sum of RGB (Red+Green+Blue) = 174+140+56=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 56 (22.27% from 255 or 15.14% from 370); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8C38 is #5173C7. Grayscale: #8C8C8C. Windows color (decimal): -5338056 or 3706030. OLE color: 3706030.
HSL color Cylindrical-coordinate representation of color #AE8C38: hue angle of 42.71º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE8C38 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 140 | 56 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.32 |
| HSL | 42.71º | 0.51% | 0.45% | - |
| HSV(B) | 42.71º | 0.68% | 0.68% | - |
| XYZ | 27.55 | 28.04 | 7.7 | - |
| YUV | 140.59 | 80.26 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 140 | 56 | 0 | 0.20 | 0.68 | 0.32 | 42.71 | 0.51 | 0.45 |
| Hex | AE | 8C | 38 | 0 | 14 | 44 | 20 | 2B | 33 | 2D |
| Octal | 256 | 214 | 70 | 0 | 24 | 104 | 40 | 53 | 63 | 55 |
| Binary | 10101110 | 10001100 | 111000 | 0 | 10100 | 1000100 | 100000 | 101011 | 110011 | 101101 |
Color Harmonies of #AE8C38
Complementary color
Monochromatic Colors of #AE8C38
Black with #AE8C38
Text Example
Text Example
White with #AE8C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8C38; }
p { color: rgb(174,140,56); }
H1.HeaderClassName
{
color: #AE8C38;
}
.AnyTagClassName
{
color: #AE8C38;
}
</style>
background-color css
<style>
a { background-color: #AE8C38; }
a { background-color: rgb(174,140,56); }
div.DivClassName
{
background-color: #AE8C38;
}
.BgClassName
{
background-color: #AE8C38;
}
</style>
border-color css
<style>
span { border-color: #AE8C38; }
span { border-color: rgb(174,140,56); }
td.TdClassName
{
border-color: #AE8C38;
}
.TagClassName
{
border-color: #AE8C38;
}
</style>