#AE7A5F

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

Shades of Medium Wood #AE7A5F

Tints of Medium Wood #AE7A5F

Color information

#AE7A5F (or 0xAE7A5F) is unknown color: approx Medium Wood. HEX triplet: AE, 7A and 5F. RGB value is (174,122,95). Sum of RGB (Red+Green+Blue) = 174+122+95=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7A5F is #5185A0. Grayscale: #868686. Windows color (decimal): -5342625 or 6257326. OLE color: 6257326.

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

Color convert

RGB17412295-
CMYK00.300.450.32
HSL20.51º32.78%52.75%-
HSV(B)20.51º45.4%68.24%-
XYZ26.4823.7414.01-
YUV134.47105.73156.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.50%
GREEN value IS 122 (48.05% from 255) = 31.20%
BLUE value IS 95 (37.5% from 255) = 24.30%
R=44.50%
G=31.20%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741229500.300.450.3220.5132.7852.75
HexAE7A5F01E2D20152135
Octal2561721370365540254165
Binary101011101111010101111101111010110110000010101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7A5F; }

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

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

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

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

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

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

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

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