#AE863E

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

Shades of Alpine #AE863E

Tints of Alpine #AE863E

Color information

#AE863E (or 0xAE863E) is unknown color: approx Alpine. HEX triplet: AE, 86 and 3E. RGB value is (174,134,62). Sum of RGB (Red+Green+Blue) = 174+134+62=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 174 - color contains mainly: red. Hex color #AE863E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE863E is #5179C1. Grayscale: #8A8A8A. Windows color (decimal): -5339586 or 4097710. OLE color: 4097710.

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

Color convert

RGB17413462-
CMYK00.230.640.32
HSL38.57º47.46%46.27%-
HSV(B)38.57º64.37%68.24%-
XYZ26.8526.48.24-
YUV137.7585.25153.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.03%
GREEN value IS 134 (52.73% from 255) = 36.22%
BLUE value IS 62 (24.61% from 255) = 16.76%
R=47.03%
G=36.22%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741346200.230.640.3238.5747.4646.27
HexAE863E0174020272f2e
Octal2562067602710040475756
Binary10101110100001101111100101111000000100000100111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE863E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE863E; }

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

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

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

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

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

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

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

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