#AE9050

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

Shades of Teak #AE9050

Tints of Teak #AE9050

Color information

#AE9050 (or 0xAE9050) is unknown color: approx Teak. HEX triplet: AE, 90 and 50. RGB value is (174,144,80). Sum of RGB (Red+Green+Blue) = 174+144+80=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9050 is #516FAF. Grayscale: #919191. Windows color (decimal): -5337008 or 5279918. OLE color: 5279918.

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

Color convert

RGB17414480-
CMYK00.170.540.32
HSL40.85º37.01%49.8%-
HSV(B)40.85º54.02%68.24%-
XYZ28.8829.5211.77-
YUV145.6790.94148.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.72%
GREEN value IS 144 (56.64% from 255) = 36.18%
BLUE value IS 80 (31.64% from 255) = 20.10%
R=43.72%
G=36.18%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741448000.170.540.3240.8537.0149.8
HexAE90500113620292532
Octal2562201200216640514562
Binary10101110100100001010000010001110110100000101001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9050; }

 p { color: rgb(174,144,80); }

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

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

 a { background-color: rgb(174,144,80); }

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

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

 span { border-color: rgb(174,144,80); }

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