#AE8B4E

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

Shades of Teak #AE8B4E

Tints of Teak #AE8B4E

Color information

#AE8B4E (or 0xAE8B4E) is unknown color: approx Teak. HEX triplet: AE, 8B and 4E. RGB value is (174,139,78). Sum of RGB (Red+Green+Blue) = 174+139+78=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8B4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8B4E is #5174B1. Grayscale: #8E8E8E. Windows color (decimal): -5338290 or 5147566. OLE color: 5147566.

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

Color convert

RGB17413978-
CMYK00.200.550.32
HSL38.13º38.1%49.41%-
HSV(B)38.13º55.17%68.24%-
XYZ28.0628.0111.14-
YUV142.5191.6150.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.50%
GREEN value IS 139 (54.69% from 255) = 35.55%
BLUE value IS 78 (30.86% from 255) = 19.95%
R=44.50%
G=35.55%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741397800.200.550.3238.1338.149.41
HexAE8B4E0143720262631
Octal2562131160246740464661
Binary10101110100010111001110010100110111100000100110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8B4E; }

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

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

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

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

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

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

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

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