#AE8759

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

Shades of Teak #AE8759

Tints of Teak #AE8759

Color information

#AE8759 (or 0xAE8759) is unknown color: approx Teak. HEX triplet: AE, 87 and 59. RGB value is (174,135,89). Sum of RGB (Red+Green+Blue) = 174+135+89=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8759 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8759 is #5178A6. Grayscale: #8D8D8D. Windows color (decimal): -5339303 or 5867438. OLE color: 5867438.

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

Color convert

RGB17413589-
CMYK00.220.490.32
HSL32.47º34.41%51.57%-
HSV(B)32.47º48.85%68.24%-
XYZ27.9227.0513.2-
YUV141.4298.42151.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.72%
GREEN value IS 135 (53.12% from 255) = 33.92%
BLUE value IS 89 (35.16% from 255) = 22.36%
R=43.72%
G=33.92%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741358900.220.490.3232.4734.4151.57
HexAE87590163120202234
Octal2562071310266140404264
Binary10101110100001111011001010110110001100000100000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8759; }

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

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

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

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

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

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

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

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