Html Css Color HEX #AE8236 Alpine

📋 copy color: '#AE8236'

red 174 ◦ green 130 ◦ blue 54

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

Shades of Alpine #AE8236

Tints of Alpine #AE8236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.08%

R = 48.6%
G = 36.31%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AE8236 (or 0xAE8236) is known color: Alpine. HEX triplet: AE, 82 and 36. RGB value is (174,130,54). Sum of RGB (Red+Green+Blue) = 174+130+54=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 54 (21.48% from 255 or 15.08% from 358); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8236 is #517DC9. Grayscale: #868686. Windows color (decimal): -5340618 or 3572398. OLE color: 3572398.

HSL color Cylindrical-coordinate representation of color #AE8236: hue angle of 38º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE8236 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 130 54 -
CMYK 0 0.25 0.69 0.32
HSL 38º 0.53% 0.45% -
HSV(B) 38º 0.69% 0.68% -
XYZ 26.1 25.23 6.98 -
YUV 134.49 82.58 156.18 -
System Red Green Blue C M Y K H S L
Decimal 174 130 54 0 0.25 0.69 0.32 38 0.53 0.45
Hex AE 82 36 0 19 45 20 26 35 2D
Octal 256 202 66 0 31 105 40 46 65 55
Binary 10101110 10000010 110110 0 11001 1000101 100000 100110 110101 101101

Color Harmonies of #AE8236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8236

Black with #AE8236

Text Example


Text Example

White with #AE8236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8236; }

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

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

background-color css

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

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

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

border-color css

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

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

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