#AE8941

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

Shades of Alpine #AE8941

Tints of Alpine #AE8941

Color information

#AE8941 (or 0xAE8941) is unknown color: approx Alpine. HEX triplet: AE, 89 and 41. RGB value is (174,137,65). Sum of RGB (Red+Green+Blue) = 174+137+65=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8941 is #5176BE. Grayscale: #8C8C8C. Windows color (decimal): -5338815 or 4295086. OLE color: 4295086.

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

Color convert

RGB17413765-
CMYK00.210.630.32
HSL39.63º45.61%46.86%-
HSV(B)39.63º62.64%68.24%-
XYZ27.3627.278.82-
YUV139.8585.76152.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.28%
GREEN value IS 137 (53.91% from 255) = 36.44%
BLUE value IS 65 (25.78% from 255) = 17.29%
R=46.28%
G=36.44%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741376500.210.630.3239.6345.6146.86
HexAE89410153F20282e2f
Octal2562111010257740505657
Binary10101110100010011000001010101111111100000101000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8941; }

 p { color: rgb(174,137,65); }

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

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

 a { background-color: rgb(174,137,65); }

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

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

 span { border-color: rgb(174,137,65); }

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