#AE9256

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

Shades of Teak #AE9256

Tints of Teak #AE9256

Color information

#AE9256 (or 0xAE9256) is unknown color: approx Teak. HEX triplet: AE, 92 and 56. RGB value is (174,146,86). Sum of RGB (Red+Green+Blue) = 174+146+86=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9256 is #516DA9. Grayscale: #939393. Windows color (decimal): -5336490 or 5673646. OLE color: 5673646.

HSL color Cylindrical-coordinate representation of color #AE9256: hue angle of 40.91º 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 #AE9256 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB17414686-
CMYK00.160.510.32
HSL40.91º35.2%50.98%-
HSV(B)40.91º50.57%68.24%-
XYZ29.4130.2313.09-
YUV147.5393.28146.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.86%
GREEN value IS 146 (57.42% from 255) = 35.96%
BLUE value IS 86 (33.98% from 255) = 21.18%
R=42.86%
G=35.96%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741468600.160.510.3240.9135.250.98
HexAE92560103320292333
Octal2562221260206340514363
Binary10101110100100101010110010000110011100000101001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9256; }

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

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

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

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

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

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

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

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