Html Css Color HEX #AE8940 Alpine

📋 copy color: '#AE8940'

red 174 ◦ green 137 ◦ blue 64

#AE8940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alpine #AE8940

Tints of Alpine #AE8940

RGB

 RED value IS 174 (68.36% from 255) = 46.4%

 GREEN value IS 137 (53.91% from 255) = 36.53%

 BLUE value IS 64 (25.39% from 255) = 17.07%

R = 46.4%
G = 36.53%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE8940 (or 0xAE8940) is known color: Alpine. HEX triplet: AE, 89 and 40. RGB value is (174,137,64). Sum of RGB (Red+Green+Blue) = 174+137+64=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8940 is #5176BF. Grayscale: #8C8C8C. Windows color (decimal): -5338816 or 4229550. OLE color: 4229550.

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

Color convert

RGB 174 137 64 -
CMYK 0 0.21 0.63 0.32
HSL 39.82º 0.46% 0.47% -
HSV(B) 39.82º 0.63% 0.68% -
XYZ 27.33 27.26 8.67 -
YUV 139.74 85.26 152.44 -
System Red Green Blue C M Y K H S L
Decimal 174 137 64 0 0.21 0.63 0.32 39.82 0.46 0.47
Hex AE 89 40 0 15 3F 20 28 2E 2F
Octal 256 211 100 0 25 77 40 50 56 57
Binary 10101110 10001001 1000000 0 10101 111111 100000 101000 101110 101111

Color Harmonies of #AE8940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8940

Black with #AE8940

Text Example


Text Example

White with #AE8940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8940; }

 p { color: rgb(174,137,64); }

 H1.HeaderClassName
 {
   color: #AE8940;
 }
 .AnyTagClassName
 {
   color: #AE8940;
 }
</style>

background-color css

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

 a { background-color: rgb(174,137,64); }

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

border-color css

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

 span { border-color: rgb(174,137,64); }

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