Html Css Color HEX #AE7E65 Medium Wood

📋 copy color: '#AE7E65'

red 174 ◦ green 126 ◦ blue 101

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

Shades of Medium Wood #AE7E65

Tints of Medium Wood #AE7E65

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.42%

 BLUE value IS 101 (39.84% from 255) = 25.19%

R = 43.39%
G = 31.42%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AE7E65 (or 0xAE7E65) is known color: Medium Wood. HEX triplet: AE, 7E and 65. RGB value is (174,126,101). Sum of RGB (Red+Green+Blue) = 174+126+101=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7E65 is #51819A. Grayscale: #898989. Windows color (decimal): -5341595 or 6651566. OLE color: 6651566.

HSL color Cylindrical-coordinate representation of color #AE7E65: hue angle of 20.55º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AE7E65 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 126 101 -
CMYK 0 0.28 0.42 0.32
HSL 20.55º 0.31% 0.54% -
HSV(B) 20.55º 0.42% 0.68% -
XYZ 27.27 24.86 15.67 -
YUV 137.5 107.4 154.03 -
System Red Green Blue C M Y K H S L
Decimal 174 126 101 0 0.28 0.42 0.32 20.55 0.31 0.54
Hex AE 7E 65 0 1C 2A 20 15 1F 36
Octal 256 176 145 0 34 52 40 25 37 66
Binary 10101110 1111110 1100101 0 11100 101010 100000 10101 11111 110110

Color Harmonies of #AE7E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7E65

Black with #AE7E65

Text Example


Text Example

White with #AE7E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7E65; }

 p { color: rgb(174,126,101); }

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

background-color css

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

 a { background-color: rgb(174,126,101); }

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

border-color css

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

 span { border-color: rgb(174,126,101); }

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