#AE853E

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

Shades of Alpine #AE853E

Tints of Alpine #AE853E

Color information

#AE853E (or 0xAE853E) is unknown color: approx Alpine. HEX triplet: AE, 85 and 3E. RGB value is (174,133,62). Sum of RGB (Red+Green+Blue) = 174+133+62=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 62 (24.61% from 255 or 16.80% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE853E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE853E is #517AC1. Grayscale: #898989. Windows color (decimal): -5339842 or 4097454. OLE color: 4097454.

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

Color convert

RGB17413362-
CMYK00.240.640.32
HSL38.04º47.46%46.27%-
HSV(B)38.04º64.37%68.24%-
XYZ26.7126.128.19-
YUV137.1685.58154.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.15%
GREEN value IS 133 (52.34% from 255) = 36.04%
BLUE value IS 62 (24.61% from 255) = 16.80%
R=47.15%
G=36.04%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741336200.240.640.3238.0447.4646.27
HexAE853E0184020262f2e
Octal2562057603010040465756
Binary10101110100001011111100110001000000100000100110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE853E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE853E; }

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

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

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

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

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

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

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

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