Html Css Color HEX #AE8431 Alpine

📋 copy color: '#AE8431'

red 174 ◦ green 132 ◦ blue 49

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

Shades of Alpine #AE8431

Tints of Alpine #AE8431

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.18%

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

R = 49.01%
G = 37.18%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE8431 (or 0xAE8431) is known color: Alpine. HEX triplet: AE, 84 and 31. RGB value is (174,132,49). Sum of RGB (Red+Green+Blue) = 174+132+49=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8431 is #517BCE. Grayscale: #878787. Windows color (decimal): -5340111 or 3245230. OLE color: 3245230.

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

Color convert

RGB 174 132 49 -
CMYK 0 0.24 0.72 0.32
HSL 39.84º 0.56% 0.44% -
HSV(B) 39.84º 0.72% 0.68% -
XYZ 26.26 25.72 6.49 -
YUV 135.1 79.41 155.75 -
System Red Green Blue C M Y K H S L
Decimal 174 132 49 0 0.24 0.72 0.32 39.84 0.56 0.44
Hex AE 84 31 0 18 48 20 28 38 2C
Octal 256 204 61 0 30 110 40 50 70 54
Binary 10101110 10000100 110001 0 11000 1001000 100000 101000 111000 101100

Color Harmonies of #AE8431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8431

Black with #AE8431

Text Example


Text Example

White with #AE8431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8431; }

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

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

background-color css

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

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

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

border-color css

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

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

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