#AE8569

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

Shades of Medium Wood #AE8569

Tints of Medium Wood #AE8569

Color information

#AE8569 (or 0xAE8569) is unknown color: approx Medium Wood. HEX triplet: AE, 85 and 69. RGB value is (174,133,105). Sum of RGB (Red+Green+Blue) = 174+133+105=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8569 is #517A96. Grayscale: #8E8E8E. Windows color (decimal): -5339799 or 6915502. OLE color: 6915502.

HSL color Cylindrical-coordinate representation of color #AE8569: hue angle of 24.35º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE8569 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB174133105-
CMYK00.240.400.32
HSL24.35º29.87%54.71%-
HSV(B)24.35º39.66%68.24%-
XYZ28.3926.7917.04-
YUV142.07107.08150.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.23%
GREEN value IS 133 (52.34% from 255) = 32.28%
BLUE value IS 105 (41.41% from 255) = 25.49%
R=42.23%
G=32.28%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413310500.240.400.3224.3529.8754.71
HexAE85690182820181e37
Octal2562051510305040303667
Binary101011101000010111010010110001010001000001100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8569; }

 p { color: rgb(174,133,105); }

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

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

 a { background-color: rgb(174,133,105); }

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

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

 span { border-color: rgb(174,133,105); }

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