#AE8E51

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

Shades of Teak #AE8E51

Tints of Teak #AE8E51

Color information

#AE8E51 (or 0xAE8E51) is unknown color: approx Teak. HEX triplet: AE, 8E and 51. RGB value is (174,142,81). Sum of RGB (Red+Green+Blue) = 174+142+81=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8E51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8E51 is #5171AE. Grayscale: #909090. Windows color (decimal): -5337519 or 5344942. OLE color: 5344942.

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

Color convert

RGB17414281-
CMYK00.180.530.32
HSL39.35º36.47%50%-
HSV(B)39.35º53.45%68.24%-
XYZ28.6128.9411.86-
YUV144.6192.1148.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.83%
GREEN value IS 142 (55.86% from 255) = 35.77%
BLUE value IS 81 (32.03% from 255) = 20.40%
R=43.83%
G=35.77%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741428100.180.530.3239.3536.4750
HexAE8E510123520272432
Octal2562161210226540474462
Binary10101110100011101010001010010110101100000100111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8E51; }

 p { color: rgb(174,142,81); }

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

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

 a { background-color: rgb(174,142,81); }

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

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

 span { border-color: rgb(174,142,81); }

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