Html Css Color HEX #AE8341 Alpine

📋 copy color: '#AE8341'

red 174 ◦ green 131 ◦ blue 65

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

Shades of Alpine #AE8341

Tints of Alpine #AE8341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.57%

R = 47.03%
G = 35.41%
B = 17.57%

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

#AE8341 (or 0xAE8341) is known color: Alpine. HEX triplet: AE, 83 and 41. RGB value is (174,131,65). Sum of RGB (Red+Green+Blue) = 174+131+65=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8341 is #517CBE. Grayscale: #888888. Windows color (decimal): -5340351 or 4293550. OLE color: 4293550.

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

Color convert

RGB 174 131 65 -
CMYK 0 0.25 0.63 0.32
HSL 36.33º 0.46% 0.47% -
HSV(B) 36.33º 0.63% 0.68% -
XYZ 26.53 25.61 8.55 -
YUV 136.33 87.75 154.87 -
System Red Green Blue C M Y K H S L
Decimal 174 131 65 0 0.25 0.63 0.32 36.33 0.46 0.47
Hex AE 83 41 0 19 3F 20 24 2E 2F
Octal 256 203 101 0 31 77 40 44 56 57
Binary 10101110 10000011 1000001 0 11001 111111 100000 100100 101110 101111

Color Harmonies of #AE8341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8341

Black with #AE8341

Text Example


Text Example

White with #AE8341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8341; }

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

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

background-color css

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

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

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

border-color css

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

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

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