#AE8755

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

Shades of Teak #AE8755

Tints of Teak #AE8755

Color information

#AE8755 (or 0xAE8755) is unknown color: approx Teak. HEX triplet: AE, 87 and 55. RGB value is (174,135,85). Sum of RGB (Red+Green+Blue) = 174+135+85=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8755 is #5178AA. Grayscale: #8D8D8D. Windows color (decimal): -5339307 or 5605294. OLE color: 5605294.

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

Color convert

RGB17413585-
CMYK00.220.510.32
HSL33.71º35.46%50.78%-
HSV(B)33.71º51.15%68.24%-
XYZ27.7626.9812.34-
YUV140.9696.42151.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.16%
GREEN value IS 135 (53.12% from 255) = 34.26%
BLUE value IS 85 (33.59% from 255) = 21.57%
R=44.16%
G=34.26%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741358500.220.510.3233.7135.4650.78
HexAE87550163320222333
Octal2562071250266340424363
Binary10101110100001111010101010110110011100000100010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8755; }

 p { color: rgb(174,135,85); }

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

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

 a { background-color: rgb(174,135,85); }

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

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

 span { border-color: rgb(174,135,85); }

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