#AE835C

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

Shades of Medium Wood #AE835C

Tints of Medium Wood #AE835C

Color information

#AE835C (or 0xAE835C) is unknown color: approx Medium Wood. HEX triplet: AE, 83 and 5C. RGB value is (174,131,92). Sum of RGB (Red+Green+Blue) = 174+131+92=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE835C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE835C is #517CA3. Grayscale: #8B8B8B. Windows color (decimal): -5340324 or 6063022. OLE color: 6063022.

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

Color convert

RGB17413192-
CMYK00.250.470.32
HSL28.54º33.61%52.16%-
HSV(B)28.54º47.13%68.24%-
XYZ27.52613.69-
YUV139.41101.25152.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.83%
GREEN value IS 131 (51.56% from 255) = 33.00%
BLUE value IS 92 (36.33% from 255) = 23.17%
R=43.83%
G=33.00%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741319200.250.470.3228.5433.6152.16
HexAE835C0192F201d2234
Octal2562031340315740354264
Binary1010111010000011101110001100110111110000011101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE835C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE835C; }

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

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

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

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

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

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

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

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