Html Css Color HEX #AE8234 Alpine

📋 copy color: '#AE8234'

red 174 ◦ green 130 ◦ blue 52

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

Shades of Alpine #AE8234

Tints of Alpine #AE8234

RGB

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

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

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

R = 48.88%
G = 36.52%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AE8234 (or 0xAE8234) is known color: Alpine. HEX triplet: AE, 82 and 34. RGB value is (174,130,52). Sum of RGB (Red+Green+Blue) = 174+130+52=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8234 is #517DCB. Grayscale: #868686. Windows color (decimal): -5340620 or 3441326. OLE color: 3441326.

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

Color convert

RGB 174 130 52 -
CMYK 0 0.25 0.70 0.32
HSL 38.36º 0.54% 0.44% -
HSV(B) 38.36º 0.7% 0.68% -
XYZ 26.06 25.21 6.74 -
YUV 134.26 81.58 156.34 -
System Red Green Blue C M Y K H S L
Decimal 174 130 52 0 0.25 0.70 0.32 38.36 0.54 0.44
Hex AE 82 34 0 19 46 20 26 36 2C
Octal 256 202 64 0 31 106 40 46 66 54
Binary 10101110 10000010 110100 0 11001 1000110 100000 100110 110110 101100

Color Harmonies of #AE8234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8234

Black with #AE8234

Text Example


Text Example

White with #AE8234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8234; }

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

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

background-color css

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

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

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

border-color css

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

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

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