#AE894E

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

Shades of Teak #AE894E

Tints of Teak #AE894E

Color information

#AE894E (or 0xAE894E) is unknown color: approx Teak. HEX triplet: AE, 89 and 4E. RGB value is (174,137,78). Sum of RGB (Red+Green+Blue) = 174+137+78=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE894E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE894E is #5176B1. Grayscale: #8D8D8D. Windows color (decimal): -5338802 or 5147054. OLE color: 5147054.

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

Color convert

RGB17413778-
CMYK00.210.550.32
HSL36.88º38.1%49.41%-
HSV(B)36.88º55.17%68.24%-
XYZ27.7827.4411.04-
YUV141.3492.26151.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.73%
GREEN value IS 137 (53.91% from 255) = 35.22%
BLUE value IS 78 (30.86% from 255) = 20.05%
R=44.73%
G=35.22%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741377800.210.550.3236.8838.149.41
HexAE894E0153720252631
Octal2562111160256740454661
Binary10101110100010011001110010101110111100000100101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE894E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE894E; }

 p { color: rgb(174,137,78); }

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

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

 a { background-color: rgb(174,137,78); }

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

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

 span { border-color: rgb(174,137,78); }

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