#AE7E58

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

Shades of Medium Wood #AE7E58

Tints of Medium Wood #AE7E58

Color information

#AE7E58 (or 0xAE7E58) is unknown color: approx Medium Wood. HEX triplet: AE, 7E and 58. RGB value is (174,126,88). Sum of RGB (Red+Green+Blue) = 174+126+88=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7E58 is #5181A7. Grayscale: #888888. Windows color (decimal): -5341608 or 5799598. OLE color: 5799598.

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

Color convert

RGB17412688-
CMYK00.280.490.32
HSL26.51º34.68%51.37%-
HSV(B)26.51º49.43%68.24%-
XYZ26.6824.6212.58-
YUV136.02100.9155.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.85%
GREEN value IS 126 (49.61% from 255) = 32.47%
BLUE value IS 88 (34.77% from 255) = 22.68%
R=44.85%
G=32.47%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741268800.280.490.3226.5134.6851.37
HexAE7E5801C31201b2333
Octal2561761300346140334363
Binary101011101111110101100001110011000110000011011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7E58; }

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

 H1.HeaderClassName
 {
   color: #AE7E58;
 }
 .AnyTagClassName
 {
   color: #AE7E58;
 }
</style>
background-color css

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

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

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

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

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

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