#AE8058

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

Shades of Medium Wood #AE8058

Tints of Medium Wood #AE8058

Color information

#AE8058 (or 0xAE8058) is unknown color: approx Medium Wood. HEX triplet: AE, 80 and 58. RGB value is (174,128,88). Sum of RGB (Red+Green+Blue) = 174+128+88=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 88 (34.77% from 255 or 22.56% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8058 is #517FA7. Grayscale: #898989. Windows color (decimal): -5341096 or 5800110. OLE color: 5800110.

HSL color Cylindrical-coordinate representation of color #AE8058: hue angle of 27.91º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE8058 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB17412888-
CMYK00.260.490.32
HSL27.91º34.68%51.37%-
HSV(B)27.91º49.43%68.24%-
XYZ26.9425.1412.67-
YUV137.19100.24154.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.62%
GREEN value IS 128 (50.39% from 255) = 32.82%
BLUE value IS 88 (34.77% from 255) = 22.56%
R=44.62%
G=32.82%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741288800.260.490.3227.9134.6851.37
HexAE805801A31201c2333
Octal2562001300326140344363
Binary1010111010000000101100001101011000110000011100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8058; }

 p { color: rgb(174,128,88); }

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

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

 a { background-color: rgb(174,128,88); }

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

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

 span { border-color: rgb(174,128,88); }

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