#AE9154

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

Shades of Teak #AE9154

Tints of Teak #AE9154

Color information

#AE9154 (or 0xAE9154) is unknown color: approx Teak. HEX triplet: AE, 91 and 54. RGB value is (174,145,84). Sum of RGB (Red+Green+Blue) = 174+145+84=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 84 (33.20% from 255 or 20.84% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9154 is #516EAB. Grayscale: #929292. Windows color (decimal): -5336748 or 5542318. OLE color: 5542318.

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

Color convert

RGB17414584-
CMYK00.170.520.32
HSL40.67º35.71%50.59%-
HSV(B)40.67º51.72%68.24%-
XYZ29.1829.8912.62-
YUV146.7292.61147.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.18%
GREEN value IS 145 (57.03% from 255) = 35.98%
BLUE value IS 84 (33.20% from 255) = 20.84%
R=43.18%
G=35.98%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741458400.170.520.3240.6735.7150.59
HexAE91540113420292433
Octal2562211240216440514463
Binary10101110100100011010100010001110100100000101001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9154; }

 p { color: rgb(174,145,84); }

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

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

 a { background-color: rgb(174,145,84); }

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

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

 span { border-color: rgb(174,145,84); }

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