#AE8D59

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

Shades of Teak #AE8D59

Tints of Teak #AE8D59

Color information

#AE8D59 (or 0xAE8D59) is unknown color: approx Teak. HEX triplet: AE, 8D and 59. RGB value is (174,141,89). Sum of RGB (Red+Green+Blue) = 174+141+89=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8D59 is #5172A6. Grayscale: #919191. Windows color (decimal): -5337767 or 5868974. OLE color: 5868974.

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

Color convert

RGB17414189-
CMYK00.190.490.32
HSL36.71º34.41%51.57%-
HSV(B)36.71º48.85%68.24%-
XYZ28.7828.7713.49-
YUV144.9496.43148.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.07%
GREEN value IS 141 (55.47% from 255) = 34.90%
BLUE value IS 89 (35.16% from 255) = 22.03%
R=43.07%
G=34.90%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741418900.190.490.3236.7134.4151.57
HexAE8D590133120252234
Octal2562151310236140454264
Binary10101110100011011011001010011110001100000100101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8D59; }

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

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

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

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

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

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

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

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