#AE8E5A

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

Shades of Teak #AE8E5A

Tints of Teak #AE8E5A

Color information

#AE8E5A (or 0xAE8E5A) is unknown color: approx Teak. HEX triplet: AE, 8E and 5A. RGB value is (174,142,90). Sum of RGB (Red+Green+Blue) = 174+142+90=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8E5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8E5A is #5171A5. Grayscale: #919191. Windows color (decimal): -5337510 or 5934766. OLE color: 5934766.

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

Color convert

RGB17414290-
CMYK00.180.480.32
HSL37.14º34.15%51.76%-
HSV(B)37.14º48.28%68.24%-
XYZ28.9729.0813.76-
YUV145.6496.6148.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.86%
GREEN value IS 142 (55.86% from 255) = 34.98%
BLUE value IS 90 (35.55% from 255) = 22.17%
R=42.86%
G=34.98%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741429000.180.480.3237.1434.1551.76
HexAE8E5A0123020252234
Octal2562161320226040454264
Binary10101110100011101011010010010110000100000100101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8E5A; }

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

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

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

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

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

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

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

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