#AE815C

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

Shades of Medium Wood #AE815C

Tints of Medium Wood #AE815C

Color information

#AE815C (or 0xAE815C) is unknown color: approx Medium Wood. HEX triplet: AE, 81 and 5C. RGB value is (174,129,92). Sum of RGB (Red+Green+Blue) = 174+129+92=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE815C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE815C is #517EA3. Grayscale: #8A8A8A. Windows color (decimal): -5340836 or 6062510. OLE color: 6062510.

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

Color convert

RGB17412992-
CMYK00.260.470.32
HSL27.07º33.61%52.16%-
HSV(B)27.07º47.13%68.24%-
XYZ27.2425.4713.61-
YUV138.24101.91153.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.05%
GREEN value IS 129 (50.78% from 255) = 32.66%
BLUE value IS 92 (36.33% from 255) = 23.29%
R=44.05%
G=32.66%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741299200.260.470.3227.0733.6152.16
HexAE815C01A2F201b2234
Octal2562011340325740334264
Binary1010111010000001101110001101010111110000011011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE815C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE815C; }

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

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

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

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

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

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

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

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