#AE8859

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

Shades of Teak #AE8859

Tints of Teak #AE8859

Color information

#AE8859 (or 0xAE8859) is unknown color: approx Teak. HEX triplet: AE, 88 and 59. RGB value is (174,136,89). Sum of RGB (Red+Green+Blue) = 174+136+89=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8859 is #5177A6. Grayscale: #8E8E8E. Windows color (decimal): -5339047 or 5867694. OLE color: 5867694.

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

Color convert

RGB17413689-
CMYK00.220.490.32
HSL33.18º34.41%51.57%-
HSV(B)33.18º48.85%68.24%-
XYZ28.0627.3313.25-
YUV14298.09150.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.61%
GREEN value IS 136 (53.52% from 255) = 34.09%
BLUE value IS 89 (35.16% from 255) = 22.31%
R=43.61%
G=34.09%
B=22.31%

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
Decimal1741368900.220.490.3233.1834.4151.57
HexAE88590163120212234
Octal2562101310266140414264
Binary10101110100010001011001010110110001100000100001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8859; }

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

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

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

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

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

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

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

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