#AE8D5A

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

Shades of Teak #AE8D5A

Tints of Teak #AE8D5A

Color information

#AE8D5A (or 0xAE8D5A) is unknown color: approx Teak. HEX triplet: AE, 8D and 5A. RGB value is (174,141,90). Sum of RGB (Red+Green+Blue) = 174+141+90=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8D5A is #5172A5. Grayscale: #919191. Windows color (decimal): -5337766 or 5934510. OLE color: 5934510.

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

Color convert

RGB17414190-
CMYK00.190.480.32
HSL36.43º34.15%51.76%-
HSV(B)36.43º48.28%68.24%-
XYZ28.8328.7913.71-
YUV145.0596.93148.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.96%
GREEN value IS 141 (55.47% from 255) = 34.81%
BLUE value IS 90 (35.55% from 255) = 22.22%
R=42.96%
G=34.81%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741419000.190.480.3236.4334.1551.76
HexAE8D5A0133020242234
Octal2562151320236040444264
Binary10101110100011011011010010011110000100000100100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8D5A; }

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

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

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

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

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

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

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

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