#AE7F5A

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

Shades of Medium Wood #AE7F5A

Tints of Medium Wood #AE7F5A

Color information

#AE7F5A (or 0xAE7F5A) is unknown color: approx Medium Wood. HEX triplet: AE, 7F and 5A. RGB value is (174,127,90). Sum of RGB (Red+Green+Blue) = 174+127+90=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7F5A is #5180A5. Grayscale: #898989. Windows color (decimal): -5341350 or 5930926. OLE color: 5930926.

HSL color Cylindrical-coordinate representation of color #AE7F5A: hue angle of 26.43º 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 #AE7F5A is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB17412790-
CMYK00.270.480.32
HSL26.43º34.15%51.76%-
HSV(B)26.43º48.28%68.24%-
XYZ26.8924.9213.06-
YUV136.83101.57154.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.50%
GREEN value IS 127 (50% from 255) = 32.48%
BLUE value IS 90 (35.55% from 255) = 23.02%
R=44.50%
G=32.48%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741279000.270.480.3226.4334.1551.76
HexAE7F5A01B30201a2234
Octal2561771320336040324264
Binary101011101111111101101001101111000010000011010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7F5A; }

 p { color: rgb(174,127,90); }

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

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

 a { background-color: rgb(174,127,90); }

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

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

 span { border-color: rgb(174,127,90); }

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