Html Css Color HEX #AE8540 Alpine

📋 copy color: '#AE8540'

red 174 ◦ green 133 ◦ blue 64

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

Shades of Alpine #AE8540

Tints of Alpine #AE8540

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.85%

 BLUE value IS 64 (25.39% from 255) = 17.25%

R = 46.9%
G = 35.85%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE8540 (or 0xAE8540) is known color: Alpine. HEX triplet: AE, 85 and 40. RGB value is (174,133,64). Sum of RGB (Red+Green+Blue) = 174+133+64=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8540 is #517ABF. Grayscale: #898989. Windows color (decimal): -5339840 or 4228526. OLE color: 4228526.

HSL color Cylindrical-coordinate representation of color #AE8540: hue angle of 37.64º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE8540 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 133 64 -
CMYK 0 0.24 0.63 0.32
HSL 37.64º 0.46% 0.47% -
HSV(B) 37.64º 0.63% 0.68% -
XYZ 26.77 26.14 8.49 -
YUV 137.39 86.58 154.11 -
System Red Green Blue C M Y K H S L
Decimal 174 133 64 0 0.24 0.63 0.32 37.64 0.46 0.47
Hex AE 85 40 0 18 3F 20 26 2E 2F
Octal 256 205 100 0 30 77 40 46 56 57
Binary 10101110 10000101 1000000 0 11000 111111 100000 100110 101110 101111

Color Harmonies of #AE8540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8540

Black with #AE8540

Text Example


Text Example

White with #AE8540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8540; }

 p { color: rgb(174,133,64); }

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

background-color css

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

 a { background-color: rgb(174,133,64); }

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

border-color css

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

 span { border-color: rgb(174,133,64); }

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