Html Css Color HEX #AE7E5C Medium Wood

📋 copy color: '#AE7E5C'

red 174 ◦ green 126 ◦ blue 92

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

Shades of Medium Wood #AE7E5C

Tints of Medium Wood #AE7E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.47%

R = 44.39%
G = 32.14%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE7E5C (or 0xAE7E5C) is known color: Medium Wood. HEX triplet: AE, 7E and 5C. RGB value is (174,126,92). Sum of RGB (Red+Green+Blue) = 174+126+92=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7E5C is #5181A3. Grayscale: #888888. Windows color (decimal): -5341604 or 6061742. OLE color: 6061742.

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

Color convert

RGB 174 126 92 -
CMYK 0 0.28 0.47 0.32
HSL 24.88º 0.34% 0.52% -
HSV(B) 24.88º 0.47% 0.68% -
XYZ 26.85 24.69 13.48 -
YUV 136.48 102.9 154.76 -
System Red Green Blue C M Y K H S L
Decimal 174 126 92 0 0.28 0.47 0.32 24.88 0.34 0.52
Hex AE 7E 5C 0 1C 2F 20 19 22 34
Octal 256 176 134 0 34 57 40 31 42 64
Binary 10101110 1111110 1011100 0 11100 101111 100000 11001 100010 110100

Color Harmonies of #AE7E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7E5C

Black with #AE7E5C

Text Example


Text Example

White with #AE7E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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