#AE8A5E

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

Shades of Teak #AE8A5E

Tints of Teak #AE8A5E

Color information

#AE8A5E (or 0xAE8A5E) is unknown color: approx Teak. HEX triplet: AE, 8A and 5E. RGB value is (174,138,94). Sum of RGB (Red+Green+Blue) = 174+138+94=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8A5E is #5175A1. Grayscale: #8F8F8F. Windows color (decimal): -5338530 or 6195886. OLE color: 6195886.

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

Color convert

RGB17413894-
CMYK00.210.460.32
HSL33º33.06%52.55%-
HSV(B)33º45.98%68.24%-
XYZ28.5627.9814.49-
YUV143.7599.93149.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.86%
GREEN value IS 138 (54.30% from 255) = 33.99%
BLUE value IS 94 (37.11% from 255) = 23.15%
R=42.86%
G=33.99%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741389400.210.460.323333.0652.55
HexAE8A5E0152E20212135
Octal2562121360255640414165
Binary10101110100010101011110010101101110100000100001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8A5E; }

 p { color: rgb(174,138,94); }

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

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

 a { background-color: rgb(174,138,94); }

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

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

 span { border-color: rgb(174,138,94); }

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