#AE8740

Color #AE8740 Alpine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alpine #AE8740

Tints of Alpine #AE8740

Color information

#AE8740 (or 0xAE8740) is unknown color: approx Alpine. HEX triplet: AE, 87 and 40. RGB value is (174,135,64). Sum of RGB (Red+Green+Blue) = 174+135+64=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8740 is #5178BF. Grayscale: #8A8A8A. Windows color (decimal): -5339328 or 4229038. OLE color: 4229038.

HSL color Cylindrical-coordinate representation of color #AE8740: hue angle of 38.73º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE8740 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB17413564-
CMYK00.220.630.32
HSL38.73º46.22%46.67%-
HSV(B)38.73º63.22%68.24%-
XYZ27.0426.78.58-
YUV138.5785.92153.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 46.65%
GREEN value IS 135 (53.12% from 255) = 36.19%
BLUE value IS 64 (25.39% from 255) = 17.16%
R=46.65%
G=36.19%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741356400.220.630.3238.7346.2246.67
HexAE87400163F20272e2f
Octal2562071000267740475657
Binary10101110100001111000000010110111111100000100111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8740; }

 p { color: rgb(174,135,64); }

 H1.HeaderClassName
 {
   color: #AE8740;
 }
 .AnyTagClassName
 {
   color: #AE8740;
 }
</style>
background-color css

<style>
 a { background-color: #AE8740; }

 a { background-color: rgb(174,135,64); }

 div.DivClassName
 {
   background-color: #AE8740;
 }
 .BgClassName
 {
   background-color: #AE8740;
 }
</style>
border-color css

<style>
 span { border-color: #AE8740; }

 span { border-color: rgb(174,135,64); }

 td.TdClassName
 {
   border-color: #AE8740;
 }
 .TagClassName
 {
   border-color: #AE8740;
 }
</style>