#AE7A5B

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

Shades of Medium Wood #AE7A5B

Tints of Medium Wood #AE7A5B

Color information

#AE7A5B (or 0xAE7A5B) is unknown color: approx Medium Wood. HEX triplet: AE, 7A and 5B. RGB value is (174,122,91). Sum of RGB (Red+Green+Blue) = 174+122+91=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7A5B is #5185A4. Grayscale: #868686. Windows color (decimal): -5342629 or 5995182. OLE color: 5995182.

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

Color convert

RGB17412291-
CMYK00.300.480.32
HSL22.41º33.88%51.96%-
HSV(B)22.41º47.7%68.24%-
XYZ26.323.6713.08-
YUV134.01103.73156.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.96%
GREEN value IS 122 (48.05% from 255) = 31.52%
BLUE value IS 91 (35.94% from 255) = 23.51%
R=44.96%
G=31.52%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741229100.300.480.3222.4133.8851.96
HexAE7A5B01E3020162234
Octal2561721330366040264264
Binary101011101111010101101101111011000010000010110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7A5B; }

 p { color: rgb(174,122,91); }

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

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

 a { background-color: rgb(174,122,91); }

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

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

 span { border-color: rgb(174,122,91); }

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