#AE863C

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

Shades of Alpine #AE863C

Tints of Alpine #AE863C

Color information

#AE863C (or 0xAE863C) is unknown color: approx Alpine. HEX triplet: AE, 86 and 3C. RGB value is (174,134,60). Sum of RGB (Red+Green+Blue) = 174+134+60=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE863C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE863C is #5179C3. Grayscale: #898989. Windows color (decimal): -5339588 or 3966638. OLE color: 3966638.

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

Color convert

RGB17413460-
CMYK00.230.660.32
HSL38.95º48.72%45.88%-
HSV(B)38.95º65.52%68.24%-
XYZ26.826.387.95-
YUV137.5284.25154.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.28%
GREEN value IS 134 (52.73% from 255) = 36.41%
BLUE value IS 60 (23.83% from 255) = 16.30%
R=47.28%
G=36.41%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741346000.230.660.3238.9548.7245.88
HexAE863C017422027312e
Octal2562067402710240476156
Binary10101110100001101111000101111000010100000100111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE863C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE863C; }

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

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

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

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

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

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

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

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