#AE835E

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

Shades of Medium Wood #AE835E

Tints of Medium Wood #AE835E

Color information

#AE835E (or 0xAE835E) is unknown color: approx Medium Wood. HEX triplet: AE, 83 and 5E. RGB value is (174,131,94). Sum of RGB (Red+Green+Blue) = 174+131+94=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AE835E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE835E is #517CA1. Grayscale: #8B8B8B. Windows color (decimal): -5340322 or 6194094. OLE color: 6194094.

HSL color Cylindrical-coordinate representation of color #AE835E: hue angle of 27.75º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE835E is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB17413194-
CMYK00.250.460.32
HSL27.75º33.06%52.55%-
HSV(B)27.75º45.98%68.24%-
XYZ27.5926.0414.16-
YUV139.64102.25152.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.61%
GREEN value IS 131 (51.56% from 255) = 32.83%
BLUE value IS 94 (37.11% from 255) = 23.56%
R=43.61%
G=32.83%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741319400.250.460.3227.7533.0652.55
HexAE835E0192E201c2135
Octal2562031360315640344165
Binary1010111010000011101111001100110111010000011100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE835E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE835E; }

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

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

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

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

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

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

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

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