#AE8266

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

Shades of Medium Wood #AE8266

Tints of Medium Wood #AE8266

Color information

#AE8266 (or 0xAE8266) is unknown color: approx Medium Wood. HEX triplet: AE, 82 and 66. RGB value is (174,130,102). Sum of RGB (Red+Green+Blue) = 174+130+102=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8266 is #517D99. Grayscale: #8C8C8C. Windows color (decimal): -5340570 or 6718126. OLE color: 6718126.

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

Color convert

RGB174130102-
CMYK00.250.410.32
HSL23.33º30.77%54.12%-
HSV(B)23.33º41.38%68.24%-
XYZ27.8425.9216.11-
YUV139.96106.58152.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.86%
GREEN value IS 130 (51.17% from 255) = 32.02%
BLUE value IS 102 (40.23% from 255) = 25.12%
R=42.86%
G=32.02%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413010200.250.410.3223.3330.7754.12
HexAE82660192920171f36
Octal2562021460315140273766
Binary101011101000001011001100110011010011000001011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8266; }

 p { color: rgb(174,130,102); }

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

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

 a { background-color: rgb(174,130,102); }

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

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

 span { border-color: rgb(174,130,102); }

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