#AE8E4D

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

Shades of Teak #AE8E4D

Tints of Teak #AE8E4D

Color information

#AE8E4D (or 0xAE8E4D) is unknown color: approx Teak. HEX triplet: AE, 8E and 4D. RGB value is (174,142,77). Sum of RGB (Red+Green+Blue) = 174+142+77=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8E4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8E4D is #5171B2. Grayscale: #909090. Windows color (decimal): -5337523 or 5082798. OLE color: 5082798.

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

Color convert

RGB17414277-
CMYK00.180.560.32
HSL40.21º38.65%49.22%-
HSV(B)40.21º55.75%68.24%-
XYZ28.4728.8811.1-
YUV144.1690.1149.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.27%
GREEN value IS 142 (55.86% from 255) = 36.13%
BLUE value IS 77 (30.47% from 255) = 19.59%
R=44.27%
G=36.13%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741427700.180.560.3240.2138.6549.22
HexAE8E4D0123820282731
Octal2562161150227040504761
Binary10101110100011101001101010010111000100000101000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8E4D; }

 p { color: rgb(174,142,77); }

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

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

 a { background-color: rgb(174,142,77); }

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

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

 span { border-color: rgb(174,142,77); }

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