#AE7F3C

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

Shades of Alpine #AE7F3C

Tints of Alpine #AE7F3C

Color information

#AE7F3C (or 0xAE7F3C) is unknown color: approx Alpine. HEX triplet: AE, 7F and 3C. RGB value is (174,127,60). Sum of RGB (Red+Green+Blue) = 174+127+60=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7F3C is #5180C3. Grayscale: #858585. Windows color (decimal): -5341380 or 3964846. OLE color: 3964846.

HSL color Cylindrical-coordinate representation of color #AE7F3C: hue angle of 35.26º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE7F3C is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB17412760-
CMYK00.270.660.32
HSL35.26º48.72%45.88%-
HSV(B)35.26º65.52%68.24%-
XYZ25.8624.57.64-
YUV133.4286.57156.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.20%
GREEN value IS 127 (50% from 255) = 35.18%
BLUE value IS 60 (23.83% from 255) = 16.62%
R=48.20%
G=35.18%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741276000.270.660.3235.2648.7245.88
HexAE7F3C01B422023312e
Octal2561777403310240436156
Binary1010111011111111111000110111000010100000100011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7F3C; }

 p { color: rgb(174,127,60); }

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

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

 a { background-color: rgb(174,127,60); }

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

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

 span { border-color: rgb(174,127,60); }

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