#AE8A4E

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

Shades of Teak #AE8A4E

Tints of Teak #AE8A4E

Color information

#AE8A4E (or 0xAE8A4E) is unknown color: approx Teak. HEX triplet: AE, 8A and 4E. RGB value is (174,138,78). Sum of RGB (Red+Green+Blue) = 174+138+78=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8A4E is #5175B1. Grayscale: #8E8E8E. Windows color (decimal): -5338546 or 5147310. OLE color: 5147310.

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

Color convert

RGB17413878-
CMYK00.210.550.32
HSL37.5º38.1%49.41%-
HSV(B)37.5º55.17%68.24%-
XYZ27.9227.7311.09-
YUV141.9291.93150.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.62%
GREEN value IS 138 (54.30% from 255) = 35.38%
BLUE value IS 78 (30.86% from 255) = 20%
R=44.62%
G=35.38%
B=20%

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
Decimal1741387800.210.550.3237.538.149.41
HexAE8A4E0153720262631
Octal2562121160256740464661
Binary10101110100010101001110010101110111100000100110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8A4E; }

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

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

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

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

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

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

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

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