#AE8D3C

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

Shades of Alpine #AE8D3C

Tints of Alpine #AE8D3C

Color information

#AE8D3C (or 0xAE8D3C) is unknown color: approx Alpine. HEX triplet: AE, 8D and 3C. RGB value is (174,141,60). Sum of RGB (Red+Green+Blue) = 174+141+60=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8D3C is #5172C3. Grayscale: #8D8D8D. Windows color (decimal): -5337796 or 3968430. OLE color: 3968430.

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

Color convert

RGB17414160-
CMYK00.190.660.32
HSL42.63º48.72%45.88%-
HSV(B)42.63º65.52%68.24%-
XYZ27.828.378.29-
YUV141.6381.93151.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.4%
GREEN value IS 141 (55.47% from 255) = 37.6%
BLUE value IS 60 (23.83% from 255) = 16%
R=46.4%
G=37.6%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741416000.190.660.3242.6348.7245.88
HexAE8D3C01342202b312e
Octal2562157402310240536156
Binary10101110100011011111000100111000010100000101011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8D3C; }

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

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

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

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

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

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

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

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