Html Css Color HEX #AE8040 Alpine

📋 copy color: '#AE8040'

red 174 ◦ green 128 ◦ blue 64

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

Shades of Alpine #AE8040

Tints of Alpine #AE8040

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.97%

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

R = 47.54%
G = 34.97%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE8040 (or 0xAE8040) is known color: Alpine. HEX triplet: AE, 80 and 40. RGB value is (174,128,64). Sum of RGB (Red+Green+Blue) = 174+128+64=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8040 is #517FBF. Grayscale: #868686. Windows color (decimal): -5341120 or 4227246. OLE color: 4227246.

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

Color convert

RGB 174 128 64 -
CMYK 0 0.26 0.63 0.32
HSL 34.91º 0.46% 0.47% -
HSV(B) 34.91º 0.63% 0.68% -
XYZ 26.1 24.81 8.26 -
YUV 134.46 88.24 156.2 -
System Red Green Blue C M Y K H S L
Decimal 174 128 64 0 0.26 0.63 0.32 34.91 0.46 0.47
Hex AE 80 40 0 1A 3F 20 23 2E 2F
Octal 256 200 100 0 32 77 40 43 56 57
Binary 10101110 10000000 1000000 0 11010 111111 100000 100011 101110 101111

Color Harmonies of #AE8040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8040

Black with #AE8040

Text Example


Text Example

White with #AE8040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8040; }

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

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

background-color css

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

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

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

border-color css

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

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

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