#AE8C57

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

Shades of Teak #AE8C57

Tints of Teak #AE8C57

Color information

#AE8C57 (or 0xAE8C57) is unknown color: approx Teak. HEX triplet: AE, 8C and 57. RGB value is (174,140,87). Sum of RGB (Red+Green+Blue) = 174+140+87=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 87 (34.38% from 255 or 21.70% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8C57 is #5173A8. Grayscale: #909090. Windows color (decimal): -5338025 or 5737646. OLE color: 5737646.

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

Color convert

RGB17414087-
CMYK00.200.50.32
HSL36.55º34.94%51.18%-
HSV(B)36.55º50%68.24%-
XYZ28.5528.4413-
YUV144.1295.76149.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.39%
GREEN value IS 140 (55.08% from 255) = 34.91%
BLUE value IS 87 (34.38% from 255) = 21.70%
R=43.39%
G=34.91%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741408700.200.50.3236.5534.9451.18
HexAE8C570143220252333
Octal2562141270246240454363
Binary10101110100011001010111010100110010100000100101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8C57; }

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

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

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

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

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

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

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

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