Html Css Color HEX #AE8340 Alpine

📋 copy color: '#AE8340'

red 174 ◦ green 131 ◦ blue 64

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

Shades of Alpine #AE8340

Tints of Alpine #AE8340

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.5%

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

R = 47.15%
G = 35.5%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE8340 (or 0xAE8340) is known color: Alpine. HEX triplet: AE, 83 and 40. RGB value is (174,131,64). Sum of RGB (Red+Green+Blue) = 174+131+64=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8340 is #517CBF. Grayscale: #888888. Windows color (decimal): -5340352 or 4228014. OLE color: 4228014.

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

Color convert

RGB 174 131 64 -
CMYK 0 0.25 0.63 0.32
HSL 36.55º 0.46% 0.47% -
HSV(B) 36.55º 0.63% 0.68% -
XYZ 26.5 25.6 8.4 -
YUV 136.22 87.25 154.95 -
System Red Green Blue C M Y K H S L
Decimal 174 131 64 0 0.25 0.63 0.32 36.55 0.46 0.47
Hex AE 83 40 0 19 3F 20 25 2E 2F
Octal 256 203 100 0 31 77 40 45 56 57
Binary 10101110 10000011 1000000 0 11001 111111 100000 100101 101110 101111

Color Harmonies of #AE8340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8340

Black with #AE8340

Text Example


Text Example

White with #AE8340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8340; }

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

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

background-color css

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

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

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

border-color css

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

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

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