#AE8840

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

Shades of Alpine #AE8840

Tints of Alpine #AE8840

Color information

#AE8840 (or 0xAE8840) is unknown color: approx Alpine. HEX triplet: AE, 88 and 40. RGB value is (174,136,64). Sum of RGB (Red+Green+Blue) = 174+136+64=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8840 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8840 is #5177BF. Grayscale: #8B8B8B. Windows color (decimal): -5339072 or 4229294. OLE color: 4229294.

HSL color Cylindrical-coordinate representation of color #AE8840: hue angle of 39.27º 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 #AE8840 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB17413664-
CMYK00.220.630.32
HSL39.27º46.22%46.67%-
HSV(B)39.27º63.22%68.24%-
XYZ27.1926.988.62-
YUV139.1585.59152.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.52%
GREEN value IS 136 (53.52% from 255) = 36.36%
BLUE value IS 64 (25.39% from 255) = 17.11%
R=46.52%
G=36.36%
B=17.11%

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
Decimal1741366400.220.630.3239.2746.2246.67
HexAE88400163F20272e2f
Octal2562101000267740475657
Binary10101110100010001000000010110111111100000100111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8840; }

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

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

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

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

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

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

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

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