Html Css Color HEX #AE8A41 Alpine

📋 copy color: '#AE8A41'

red 174 ◦ green 138 ◦ blue 65

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

Shades of Alpine #AE8A41

Tints of Alpine #AE8A41

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.6%

 BLUE value IS 65 (25.78% from 255) = 17.24%

R = 46.15%
G = 36.6%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE8A41 (or 0xAE8A41) is known color: Alpine. HEX triplet: AE, 8A and 41. RGB value is (174,138,65). Sum of RGB (Red+Green+Blue) = 174+138+65=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8A41 is #5175BE. Grayscale: #8C8C8C. Windows color (decimal): -5338559 or 4295342. OLE color: 4295342.

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

Color convert

RGB 174 138 65 -
CMYK 0 0.21 0.63 0.32
HSL 40.18º 0.46% 0.47% -
HSV(B) 40.18º 0.63% 0.68% -
XYZ 27.5 27.56 8.87 -
YUV 140.44 85.43 151.94 -
System Red Green Blue C M Y K H S L
Decimal 174 138 65 0 0.21 0.63 0.32 40.18 0.46 0.47
Hex AE 8A 41 0 15 3F 20 28 2E 2F
Octal 256 212 101 0 25 77 40 50 56 57
Binary 10101110 10001010 1000001 0 10101 111111 100000 101000 101110 101111

Color Harmonies of #AE8A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8A41

Black with #AE8A41

Text Example


Text Example

White with #AE8A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8A41; }

 p { color: rgb(174,138,65); }

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

background-color css

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

 a { background-color: rgb(174,138,65); }

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

border-color css

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

 span { border-color: rgb(174,138,65); }

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