Html Css Color HEX #AE8934 Alpine

📋 copy color: '#AE8934'

red 174 ◦ green 137 ◦ blue 52

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

Shades of Alpine #AE8934

Tints of Alpine #AE8934

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.74%

 BLUE value IS 52 (20.7% from 255) = 14.33%

R = 47.93%
G = 37.74%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AE8934 (or 0xAE8934) is known color: Alpine. HEX triplet: AE, 89 and 34. RGB value is (174,137,52). Sum of RGB (Red+Green+Blue) = 174+137+52=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8934 is #5176CB. Grayscale: #8A8A8A. Windows color (decimal): -5338828 or 3443118. OLE color: 3443118.

HSL color Cylindrical-coordinate representation of color #AE8934: hue angle of 41.8º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE8934 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 137 52 -
CMYK 0 0.21 0.70 0.32
HSL 41.8º 0.54% 0.44% -
HSV(B) 41.8º 0.7% 0.68% -
XYZ 27.02 27.14 7.06 -
YUV 138.37 79.26 153.41 -
System Red Green Blue C M Y K H S L
Decimal 174 137 52 0 0.21 0.70 0.32 41.8 0.54 0.44
Hex AE 89 34 0 15 46 20 2A 36 2C
Octal 256 211 64 0 25 106 40 52 66 54
Binary 10101110 10001001 110100 0 10101 1000110 100000 101010 110110 101100

Color Harmonies of #AE8934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8934

Black with #AE8934

Text Example


Text Example

White with #AE8934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8934; }

 p { color: rgb(174,137,52); }

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

background-color css

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

 a { background-color: rgb(174,137,52); }

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

border-color css

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

 span { border-color: rgb(174,137,52); }

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