#AE7956

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

Shades of Medium Wood #AE7956

Tints of Medium Wood #AE7956

Color information

#AE7956 (or 0xAE7956) is unknown color: approx Medium Wood. HEX triplet: AE, 79 and 56. RGB value is (174,121,86). Sum of RGB (Red+Green+Blue) = 174+121+86=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7956 is #5186A9. Grayscale: #858585. Windows color (decimal): -5342890 or 5667246. OLE color: 5667246.

HSL color Cylindrical-coordinate representation of color #AE7956: hue angle of 23.86º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE7956 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB17412186-
CMYK00.300.510.32
HSL23.86º35.2%50.98%-
HSV(B)23.86º50.57%68.24%-
XYZ25.9723.3511.94-
YUV132.86101.56157.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.67%
GREEN value IS 121 (47.66% from 255) = 31.76%
BLUE value IS 86 (33.98% from 255) = 22.57%
R=45.67%
G=31.76%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741218600.300.510.3223.8635.250.98
HexAE795601E3320182333
Octal2561711260366340304363
Binary101011101111001101011001111011001110000011000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7956; }

 p { color: rgb(174,121,86); }

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

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

 a { background-color: rgb(174,121,86); }

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

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

 span { border-color: rgb(174,121,86); }

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