Html Css Color HEX #AE8742 Alpine

📋 copy color: '#AE8742'

red 174 ◦ green 135 ◦ blue 66

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

Shades of Alpine #AE8742

Tints of Alpine #AE8742

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36%

 BLUE value IS 66 (26.17% from 255) = 17.6%

R = 46.4%
G = 36%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AE8742 (or 0xAE8742) is known color: Alpine. HEX triplet: AE, 87 and 42. RGB value is (174,135,66). Sum of RGB (Red+Green+Blue) = 174+135+66=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8742 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8742 is #5178BD. Grayscale: #8B8B8B. Windows color (decimal): -5339326 or 4360110. OLE color: 4360110.

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

Color convert

RGB 174 135 66 -
CMYK 0 0.22 0.62 0.32
HSL 38.33º 0.45% 0.47% -
HSV(B) 38.33º 0.62% 0.68% -
XYZ 27.1 26.72 8.88 -
YUV 138.8 86.92 153.11 -
System Red Green Blue C M Y K H S L
Decimal 174 135 66 0 0.22 0.62 0.32 38.33 0.45 0.47
Hex AE 87 42 0 16 3E 20 26 2D 2F
Octal 256 207 102 0 26 76 40 46 55 57
Binary 10101110 10000111 1000010 0 10110 111110 100000 100110 101101 101111

Color Harmonies of #AE8742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8742

Black with #AE8742

Text Example


Text Example

White with #AE8742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8742; }

 p { color: rgb(174,135,66); }

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

background-color css

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

 a { background-color: rgb(174,135,66); }

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

border-color css

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

 span { border-color: rgb(174,135,66); }

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