#AE876D

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

Shades of Medium Wood #AE876D

Tints of Medium Wood #AE876D

Color information

#AE876D (or 0xAE876D) is unknown color: approx Medium Wood. HEX triplet: AE, 87 and 6D. RGB value is (174,135,109). Sum of RGB (Red+Green+Blue) = 174+135+109=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 174 - color contains mainly: red. Hex color #AE876D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE876D is #517892. Grayscale: #8F8F8F. Windows color (decimal): -5339283 or 7178158. OLE color: 7178158.

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

Color convert

RGB174135109-
CMYK00.220.370.32
HSL24º28.63%55.49%-
HSV(B)24º37.36%68.24%-
XYZ28.8827.4318.24-
YUV143.7108.42149.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.63%
GREEN value IS 135 (53.12% from 255) = 32.30%
BLUE value IS 109 (42.97% from 255) = 26.08%
R=41.63%
G=32.30%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413510900.220.370.322428.6355.49
HexAE876D0162520181d37
Octal2562071550264540303567
Binary101011101000011111011010101101001011000001100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE876D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE876D; }

 p { color: rgb(174,135,109); }

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

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

 a { background-color: rgb(174,135,109); }

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

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

 span { border-color: rgb(174,135,109); }

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