#AE8959

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

Shades of Teak #AE8959

Tints of Teak #AE8959

Color information

#AE8959 (or 0xAE8959) is unknown color: approx Teak. HEX triplet: AE, 89 and 59. RGB value is (174,137,89). Sum of RGB (Red+Green+Blue) = 174+137+89=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 89 (35.16% from 255 or 22.25% from 400); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8959 is #5176A6. Grayscale: #8E8E8E. Windows color (decimal): -5338791 or 5867950. OLE color: 5867950.

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

Color convert

RGB17413789-
CMYK00.210.490.32
HSL33.88º34.41%51.57%-
HSV(B)33.88º48.85%68.24%-
XYZ28.227.6113.29-
YUV142.5997.76150.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.5%
GREEN value IS 137 (53.91% from 255) = 34.25%
BLUE value IS 89 (35.16% from 255) = 22.25%
R=43.5%
G=34.25%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741378900.210.490.3233.8834.4151.57
HexAE89590153120222234
Octal2562111310256140424264
Binary10101110100010011011001010101110001100000100010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8959; }

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

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

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

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

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

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

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

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