Html Css Color HEX #AE8440 Alpine

📋 copy color: '#AE8440'

red 174 ◦ green 132 ◦ blue 64

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

Shades of Alpine #AE8440

Tints of Alpine #AE8440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.68%

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

R = 47.03%
G = 35.68%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE8440 (or 0xAE8440) is known color: Alpine. HEX triplet: AE, 84 and 40. RGB value is (174,132,64). Sum of RGB (Red+Green+Blue) = 174+132+64=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8440 is #517BBF. Grayscale: #898989. Windows color (decimal): -5340096 or 4228270. OLE color: 4228270.

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

Color convert

RGB 174 132 64 -
CMYK 0 0.24 0.63 0.32
HSL 37.09º 0.46% 0.47% -
HSV(B) 37.09º 0.63% 0.68% -
XYZ 26.63 25.87 8.44 -
YUV 136.81 86.91 154.53 -
System Red Green Blue C M Y K H S L
Decimal 174 132 64 0 0.24 0.63 0.32 37.09 0.46 0.47
Hex AE 84 40 0 18 3F 20 25 2E 2F
Octal 256 204 100 0 30 77 40 45 56 57
Binary 10101110 10000100 1000000 0 11000 111111 100000 100101 101110 101111

Color Harmonies of #AE8440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8440

Black with #AE8440

Text Example


Text Example

White with #AE8440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8440; }

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

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

background-color css

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

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

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

border-color css

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

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

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