#AE8E59

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

Shades of Teak #AE8E59

Tints of Teak #AE8E59

Color information

#AE8E59 (or 0xAE8E59) is unknown color: approx Teak. HEX triplet: AE, 8E and 59. RGB value is (174,142,89). Sum of RGB (Red+Green+Blue) = 174+142+89=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8E59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8E59 is #5171A6. Grayscale: #919191. Windows color (decimal): -5337511 or 5869230. OLE color: 5869230.

HSL color Cylindrical-coordinate representation of color #AE8E59: hue angle of 37.41º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE8E59 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB17414289-
CMYK00.180.490.32
HSL37.41º34.41%51.57%-
HSV(B)37.41º48.85%68.24%-
XYZ28.9329.0713.54-
YUV145.5396.1148.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.96%
GREEN value IS 142 (55.86% from 255) = 35.06%
BLUE value IS 89 (35.16% from 255) = 21.98%
R=42.96%
G=35.06%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741428900.180.490.3237.4134.4151.57
HexAE8E590123120252234
Octal2562161310226140454264
Binary10101110100011101011001010010110001100000100101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8E59; }

 p { color: rgb(174,142,89); }

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

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

 a { background-color: rgb(174,142,89); }

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

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

 span { border-color: rgb(174,142,89); }

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