#AE8241

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

Shades of Alpine #AE8241

Tints of Alpine #AE8241

Color information

#AE8241 (or 0xAE8241) is unknown color: approx Alpine. HEX triplet: AE, 82 and 41. RGB value is (174,130,65). Sum of RGB (Red+Green+Blue) = 174+130+65=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8241 is #517DBE. Grayscale: #888888. Windows color (decimal): -5340607 or 4293294. OLE color: 4293294.

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

Color convert

RGB17413065-
CMYK00.250.630.32
HSL35.78º45.61%46.86%-
HSV(B)35.78º62.64%68.24%-
XYZ26.3925.358.5-
YUV135.7588.08155.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.15%
GREEN value IS 130 (51.17% from 255) = 35.23%
BLUE value IS 65 (25.78% from 255) = 17.62%
R=47.15%
G=35.23%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741306500.250.630.3235.7845.6146.86
HexAE82410193F20242e2f
Octal2562021010317740445657
Binary10101110100000101000001011001111111100000100100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8241; }

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

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

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

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

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

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

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

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