#AE8641

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

Shades of Alpine #AE8641

Tints of Alpine #AE8641

Color information

#AE8641 (or 0xAE8641) is unknown color: approx Alpine. HEX triplet: AE, 86 and 41. RGB value is (174,134,65). Sum of RGB (Red+Green+Blue) = 174+134+65=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8641 is #5179BE. Grayscale: #8A8A8A. Windows color (decimal): -5339583 or 4294318. OLE color: 4294318.

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

Color convert

RGB17413465-
CMYK00.230.630.32
HSL37.98º45.61%46.86%-
HSV(B)37.98º62.64%68.24%-
XYZ26.9326.438.68-
YUV138.0986.75153.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.65%
GREEN value IS 134 (52.73% from 255) = 35.92%
BLUE value IS 65 (25.78% from 255) = 17.43%
R=46.65%
G=35.92%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741346500.230.630.3237.9845.6146.86
HexAE86410173F20262e2f
Octal2562061010277740465657
Binary10101110100001101000001010111111111100000100110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8641; }

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

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

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

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

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

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

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

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