Html Css Color HEX #AE7D6A Medium Wood

📋 copy color: '#AE7D6A'

red 174 ◦ green 125 ◦ blue 106

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

Shades of Medium Wood #AE7D6A

Tints of Medium Wood #AE7D6A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.86%

 BLUE value IS 106 (41.8% from 255) = 26.17%

R = 42.96%
G = 30.86%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE7D6A (or 0xAE7D6A) is known color: Medium Wood. HEX triplet: AE, 7D and 6A. RGB value is (174,125,106). Sum of RGB (Red+Green+Blue) = 174+125+106=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7D6A is #518295. Grayscale: #898989. Windows color (decimal): -5341846 or 6978990. OLE color: 6978990.

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

Color convert

RGB 174 125 106 -
CMYK 0 0.28 0.39 0.32
HSL 16.76º 0.3% 0.55% -
HSV(B) 16.76º 0.39% 0.68% -
XYZ 27.39 24.71 16.96 -
YUV 137.49 110.23 154.04 -
System Red Green Blue C M Y K H S L
Decimal 174 125 106 0 0.28 0.39 0.32 16.76 0.3 0.55
Hex AE 7D 6A 0 1C 27 20 11 1E 37
Octal 256 175 152 0 34 47 40 21 36 67
Binary 10101110 1111101 1101010 0 11100 100111 100000 10001 11110 110111

Color Harmonies of #AE7D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7D6A

Black with #AE7D6A

Text Example


Text Example

White with #AE7D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7D6A; }

 p { color: rgb(174,125,106); }

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

background-color css

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

 a { background-color: rgb(174,125,106); }

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

border-color css

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

 span { border-color: rgb(174,125,106); }

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