#AE8A41

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

Shades of Alpine #AE8A41

Tints of Alpine #AE8A41

Color information

#AE8A41 (or 0xAE8A41) is unknown color: approx Alpine. HEX triplet: AE, 8A and 41. RGB value is (174,138,65). Sum of RGB (Red+Green+Blue) = 174+138+65=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8A41 is #5175BE. Grayscale: #8C8C8C. Windows color (decimal): -5338559 or 4295342. OLE color: 4295342.

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

Color convert

RGB17413865-
CMYK00.210.630.32
HSL40.18º45.61%46.86%-
HSV(B)40.18º62.64%68.24%-
XYZ27.527.568.87-
YUV140.4485.43151.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.15%
GREEN value IS 138 (54.30% from 255) = 36.60%
BLUE value IS 65 (25.78% from 255) = 17.24%
R=46.15%
G=36.60%
B=17.24%

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
Decimal1741386500.210.630.3240.1845.6146.86
HexAE8A410153F20282e2f
Octal2562121010257740505657
Binary10101110100010101000001010101111111100000101000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8A41; }

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

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

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

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

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

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

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

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