Html Css Color HEX #AE7E6B Medium Wood

📋 copy color: '#AE7E6B'

red 174 ◦ green 126 ◦ blue 107

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

Shades of Medium Wood #AE7E6B

Tints of Medium Wood #AE7E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.29%

R = 42.75%
G = 30.96%
B = 26.29%

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

#AE7E6B (or 0xAE7E6B) is known color: Medium Wood. HEX triplet: AE, 7E and 6B. RGB value is (174,126,107). Sum of RGB (Red+Green+Blue) = 174+126+107=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7E6B is #518194. Grayscale: #8A8A8A. Windows color (decimal): -5341589 or 7044782. OLE color: 7044782.

HSL color Cylindrical-coordinate representation of color #AE7E6B: hue angle of 17.01º degrees, saturation: 0.29, 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 #AE7E6B is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 126 107 -
CMYK 0 0.28 0.39 0.32
HSL 17.01º 0.29% 0.55% -
HSV(B) 17.01º 0.39% 0.68% -
XYZ 27.57 24.98 17.28 -
YUV 138.19 110.4 153.54 -
System Red Green Blue C M Y K H S L
Decimal 174 126 107 0 0.28 0.39 0.32 17.01 0.29 0.55
Hex AE 7E 6B 0 1C 27 20 11 1D 37
Octal 256 176 153 0 34 47 40 21 35 67
Binary 10101110 1111110 1101011 0 11100 100111 100000 10001 11101 110111

Color Harmonies of #AE7E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7E6B

Black with #AE7E6B

Text Example


Text Example

White with #AE7E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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