#AE866B

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

Shades of Medium Wood #AE866B

Tints of Medium Wood #AE866B

Color information

#AE866B (or 0xAE866B) is unknown color: approx Medium Wood. HEX triplet: AE, 86 and 6B. RGB value is (174,134,107). Sum of RGB (Red+Green+Blue) = 174+134+107=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE866B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE866B is #517994. Grayscale: #8F8F8F. Windows color (decimal): -5339541 or 7046830. OLE color: 7046830.

HSL color Cylindrical-coordinate representation of color #AE866B: hue angle of 24.18º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE866B is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB174134107-
CMYK00.230.390.32
HSL24.18º29.26%55.1%-
HSV(B)24.18º38.51%68.24%-
XYZ28.6327.1117.63-
YUV142.88107.75150.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.93%
GREEN value IS 134 (52.73% from 255) = 32.29%
BLUE value IS 107 (42.19% from 255) = 25.78%
R=41.93%
G=32.29%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413410700.230.390.3224.1829.2655.1
HexAE866B0172720181d37
Octal2562061530274740303567
Binary101011101000011011010110101111001111000001100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE866B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE866B; }

 p { color: rgb(174,134,107); }

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

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

 a { background-color: rgb(174,134,107); }

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

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

 span { border-color: rgb(174,134,107); }

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