#AE813A

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

Shades of Alpine #AE813A

Tints of Alpine #AE813A

Color information

#AE813A (or 0xAE813A) is unknown color: approx Alpine. HEX triplet: AE, 81 and 3A. RGB value is (174,129,58). Sum of RGB (Red+Green+Blue) = 174+129+58=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE813A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE813A is #517EC5. Grayscale: #868686. Windows color (decimal): -5340870 or 3834286. OLE color: 3834286.

HSL color Cylindrical-coordinate representation of color #AE813A: hue angle of 36.72º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE813A is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB17412958-
CMYK00.260.670.32
HSL36.72º50%45.49%-
HSV(B)36.72º66.67%68.24%-
XYZ26.07257.46-
YUV134.3684.91156.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.20%
GREEN value IS 129 (50.78% from 255) = 35.73%
BLUE value IS 58 (23.05% from 255) = 16.07%
R=48.20%
G=35.73%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741295800.260.670.3236.725045.49
HexAE813A01A432025322d
Octal2562017203210340456255
Binary10101110100000011110100110101000011100000100101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE813A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE813A; }

 p { color: rgb(174,129,58); }

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

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

 a { background-color: rgb(174,129,58); }

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

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

 span { border-color: rgb(174,129,58); }

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