#ae863b

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

Shades of Alpine #AE863B

Tints of Alpine #AE863B

Color information

#AE863B (or 0xAE863B) is unknown color: approx Alpine. HEX triplet: AE, 86 and 3B. RGB value is (174,134,59). Sum of RGB (Red+Green+Blue) = 174+134+59=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 59 (23.44% from 255 or 16.08% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AE863B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE863B is #5179C4. Grayscale: #898989. Windows color (decimal): -5339589 or 3901102. OLE color: 3901102.

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

Color convert

RGB17413459-
CMYK00.230.660.32
HSL39.13º49.36%45.69%-
HSV(B)39.13º66.09%68.24%-
XYZ26.7726.367.82-
YUV137.4183.75154.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.41%
GREEN value IS 134 (52.73% from 255) = 36.51%
BLUE value IS 59 (23.44% from 255) = 16.08%
R=47.41%
G=36.51%
B=16.08%

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
Decimal1741345900.230.660.3239.1349.3645.69
HexAE863B017422027312e
Octal2562067302710240476156
Binary10101110100001101110110101111000010100000100111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae863b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae863b; }

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

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

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

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

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

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

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

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