#AE8857

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

Shades of Teak #AE8857

Tints of Teak #AE8857

Color information

#AE8857 (or 0xAE8857) is unknown color: approx Teak. HEX triplet: AE, 88 and 57. RGB value is (174,136,87). Sum of RGB (Red+Green+Blue) = 174+136+87=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 87 (34.38% from 255 or 21.91% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8857 is #5177A8. Grayscale: #8E8E8E. Windows color (decimal): -5339049 or 5736622. OLE color: 5736622.

HSL color Cylindrical-coordinate representation of color #AE8857: hue angle of 33.79º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE8857 is Cyan = 0, Magento = 0.22, Yellow = 0.5 and Black (K on CMYK) = 0.32.

Color convert

RGB17413687-
CMYK00.220.50.32
HSL33.79º34.94%51.18%-
HSV(B)33.79º50%68.24%-
XYZ27.9827.312.81-
YUV141.7897.09150.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.83%
GREEN value IS 136 (53.52% from 255) = 34.26%
BLUE value IS 87 (34.38% from 255) = 21.91%
R=43.83%
G=34.26%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741368700.220.50.3233.7934.9451.18
HexAE88570163220222333
Octal2562101270266240424363
Binary10101110100010001010111010110110010100000100010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8857; }

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

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

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

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

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

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

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

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