Html Css Color HEX #AE8240 Alpine

📋 copy color: '#AE8240'

red 174 ◦ green 130 ◦ blue 64

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

Shades of Alpine #AE8240

Tints of Alpine #AE8240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.33%

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

R = 47.28%
G = 35.33%
B = 17.39%

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

#AE8240 (or 0xAE8240) is known color: Alpine. HEX triplet: AE, 82 and 40. RGB value is (174,130,64). Sum of RGB (Red+Green+Blue) = 174+130+64=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8240 is #517DBF. Grayscale: #878787. Windows color (decimal): -5340608 or 4227758. OLE color: 4227758.

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

Color convert

RGB 174 130 64 -
CMYK 0 0.25 0.63 0.32
HSL 36º 0.46% 0.47% -
HSV(B) 36º 0.63% 0.68% -
XYZ 26.36 25.33 8.35 -
YUV 135.63 87.58 155.37 -
System Red Green Blue C M Y K H S L
Decimal 174 130 64 0 0.25 0.63 0.32 36 0.46 0.47
Hex AE 82 40 0 19 3F 20 24 2E 2F
Octal 256 202 100 0 31 77 40 44 56 57
Binary 10101110 10000010 1000000 0 11001 111111 100000 100100 101110 101111

Color Harmonies of #AE8240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8240

Black with #AE8240

Text Example


Text Example

White with #AE8240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8240; }

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

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

background-color css

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

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

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

border-color css

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

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

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