#AE775D

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

Shades of Medium Wood #AE775D

Tints of Medium Wood #AE775D

Color information

#AE775D (or 0xAE775D) is unknown color: approx Medium Wood. HEX triplet: AE, 77 and 5D. RGB value is (174,119,93). Sum of RGB (Red+Green+Blue) = 174+119+93=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE775D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE775D is #5188A2. Grayscale: #848484. Windows color (decimal): -5343395 or 6125486. OLE color: 6125486.

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

Color convert

RGB17411993-
CMYK00.320.470.32
HSL19.26º33.33%52.35%-
HSV(B)19.26º46.55%68.24%-
XYZ26.0322.9813.42-
YUV132.48105.72157.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.08%
GREEN value IS 119 (46.88% from 255) = 30.83%
BLUE value IS 93 (36.72% from 255) = 24.09%
R=45.08%
G=30.83%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741199300.320.470.3219.2633.3352.35
HexAE775D0202F20132134
Octal2561671350405740234164
Binary1010111011101111011101010000010111110000010011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE775D; }

 p { color: rgb(174,119,93); }

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

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

 a { background-color: rgb(174,119,93); }

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

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

 span { border-color: rgb(174,119,93); }

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