#AE895E

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

Shades of Teak #AE895E

Tints of Teak #AE895E

Color information

#AE895E (or 0xAE895E) is unknown color: approx Teak. HEX triplet: AE, 89 and 5E. RGB value is (174,137,94). Sum of RGB (Red+Green+Blue) = 174+137+94=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE895E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE895E is #5176A1. Grayscale: #8F8F8F. Windows color (decimal): -5338786 or 6195630. OLE color: 6195630.

HSL color Cylindrical-coordinate representation of color #AE895E: hue angle of 32.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE895E is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB17413794-
CMYK00.210.460.32
HSL32.25º33.06%52.55%-
HSV(B)32.25º45.98%68.24%-
XYZ28.4227.714.44-
YUV143.16100.26150-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.96%
GREEN value IS 137 (53.91% from 255) = 33.83%
BLUE value IS 94 (37.11% from 255) = 23.21%
R=42.96%
G=33.83%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741379400.210.460.3232.2533.0652.55
HexAE895E0152E20202135
Octal2562111360255640404165
Binary10101110100010011011110010101101110100000100000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE895E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE895E; }

 p { color: rgb(174,137,94); }

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

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

 a { background-color: rgb(174,137,94); }

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

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

 span { border-color: rgb(174,137,94); }

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