#AE815A

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

Shades of Medium Wood #AE815A

Tints of Medium Wood #AE815A

Color information

#AE815A (or 0xAE815A) is unknown color: approx Medium Wood. HEX triplet: AE, 81 and 5A. RGB value is (174,129,90). Sum of RGB (Red+Green+Blue) = 174+129+90=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE815A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE815A is #517EA5. Grayscale: #8A8A8A. Windows color (decimal): -5340838 or 5931438. OLE color: 5931438.

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

Color convert

RGB17412990-
CMYK00.260.480.32
HSL27.86º34.15%51.76%-
HSV(B)27.86º48.28%68.24%-
XYZ27.1525.4413.15-
YUV138.01100.91153.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.27%
GREEN value IS 129 (50.78% from 255) = 32.82%
BLUE value IS 90 (35.55% from 255) = 22.90%
R=44.27%
G=32.82%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741299000.260.480.3227.8634.1551.76
HexAE815A01A30201c2234
Octal2562011320326040344264
Binary1010111010000001101101001101011000010000011100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE815A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE815A; }

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

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

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

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

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

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

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

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