Html Css Color HEX #AE8631 Alpine

📋 copy color: '#AE8631'

red 174 ◦ green 134 ◦ blue 49

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

Shades of Alpine #AE8631

Tints of Alpine #AE8631

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.54%

 BLUE value IS 49 (19.53% from 255) = 13.73%

R = 48.74%
G = 37.54%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE8631 (or 0xAE8631) is known color: Alpine. HEX triplet: AE, 86 and 31. RGB value is (174,134,49). Sum of RGB (Red+Green+Blue) = 174+134+49=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8631 is #5179CE. Grayscale: #888888. Windows color (decimal): -5339599 or 3245742. OLE color: 3245742.

HSL color Cylindrical-coordinate representation of color #AE8631: hue angle of 40.8º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE8631 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 134 49 -
CMYK 0 0.23 0.72 0.32
HSL 40.8º 0.56% 0.44% -
HSV(B) 40.8º 0.72% 0.68% -
XYZ 26.54 26.27 6.58 -
YUV 136.27 78.75 154.91 -
System Red Green Blue C M Y K H S L
Decimal 174 134 49 0 0.23 0.72 0.32 40.8 0.56 0.44
Hex AE 86 31 0 17 48 20 29 38 2C
Octal 256 206 61 0 27 110 40 51 70 54
Binary 10101110 10000110 110001 0 10111 1001000 100000 101001 111000 101100

Color Harmonies of #AE8631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8631

Black with #AE8631

Text Example


Text Example

White with #AE8631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8631; }

 p { color: rgb(174,134,49); }

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

background-color css

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

 a { background-color: rgb(174,134,49); }

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

border-color css

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

 span { border-color: rgb(174,134,49); }

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