#AE7E6B

Color #AE7E6B Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #AE7E6B

Tints of Medium Wood #AE7E6B

Color information

#AE7E6B (or 0xAE7E6B) is unknown color: approx 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

RGB174126107-
CMYK00.280.390.32
HSL17.01º29.26%55.1%-
HSV(B)17.01º38.51%68.24%-
XYZ27.5724.9817.28-
YUV138.19110.4153.54-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412610700.280.390.3217.0129.2655.1
HexAE7E6B01C2720111d37
Octal2561761530344740213567
Binary10101110111111011010110111001001111000001000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>