Html Css Color HEX #AE8141 Alpine

📋 copy color: '#AE8141'

red 174 ◦ green 129 ◦ blue 65

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

Shades of Alpine #AE8141

Tints of Alpine #AE8141

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.05%

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

R = 47.28%
G = 35.05%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE8141 (or 0xAE8141) is known color: Alpine. HEX triplet: AE, 81 and 41. RGB value is (174,129,65). Sum of RGB (Red+Green+Blue) = 174+129+65=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8141 is #517EBE. Grayscale: #878787. Windows color (decimal): -5340863 or 4293038. OLE color: 4293038.

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

Color convert

RGB 174 129 65 -
CMYK 0 0.26 0.63 0.32
HSL 35.23º 0.46% 0.47% -
HSV(B) 35.23º 0.63% 0.68% -
XYZ 26.26 25.08 8.46 -
YUV 135.16 88.41 155.7 -
System Red Green Blue C M Y K H S L
Decimal 174 129 65 0 0.26 0.63 0.32 35.23 0.46 0.47
Hex AE 81 41 0 1A 3F 20 23 2E 2F
Octal 256 201 101 0 32 77 40 43 56 57
Binary 10101110 10000001 1000001 0 11010 111111 100000 100011 101110 101111

Color Harmonies of #AE8141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8141

Black with #AE8141

Text Example


Text Example

White with #AE8141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8141; }

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

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

background-color css

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

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

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

border-color css

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

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

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