Html Css Color HEX #AE8C36 Alpine

📋 copy color: '#AE8C36'

red 174 ◦ green 140 ◦ blue 54

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

Shades of Alpine #AE8C36

Tints of Alpine #AE8C36

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.04%

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

R = 47.28%
G = 38.04%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AE8C36 (or 0xAE8C36) is known color: Alpine. HEX triplet: AE, 8C and 36. RGB value is (174,140,54). Sum of RGB (Red+Green+Blue) = 174+140+54=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 54 (21.48% from 255 or 14.67% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8C36 is #5173C9. Grayscale: #8C8C8C. Windows color (decimal): -5338058 or 3574958. OLE color: 3574958.

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

Color convert

RGB 174 140 54 -
CMYK 0 0.20 0.69 0.32
HSL 43º 0.53% 0.45% -
HSV(B) 43º 0.69% 0.68% -
XYZ 27.5 28.02 7.45 -
YUV 140.36 79.26 151.99 -
System Red Green Blue C M Y K H S L
Decimal 174 140 54 0 0.20 0.69 0.32 43 0.53 0.45
Hex AE 8C 36 0 14 45 20 2B 35 2D
Octal 256 214 66 0 24 105 40 53 65 55
Binary 10101110 10001100 110110 0 10100 1000101 100000 101011 110101 101101

Color Harmonies of #AE8C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8C36

Black with #AE8C36

Text Example


Text Example

White with #AE8C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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