#AE8557

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

Shades of Teak #AE8557

Tints of Teak #AE8557

Color information

#AE8557 (or 0xAE8557) is unknown color: approx Teak. HEX triplet: AE, 85 and 57. RGB value is (174,133,87). Sum of RGB (Red+Green+Blue) = 174+133+87=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8557 is #517AA8. Grayscale: #8C8C8C. Windows color (decimal): -5339817 or 5735854. OLE color: 5735854.

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

Color convert

RGB17413387-
CMYK00.240.50.32
HSL31.72º34.94%51.18%-
HSV(B)31.72º50%68.24%-
XYZ27.5626.4612.67-
YUV140.0198.08152.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.16%
GREEN value IS 133 (52.34% from 255) = 33.76%
BLUE value IS 87 (34.38% from 255) = 22.08%
R=44.16%
G=33.76%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741338700.240.50.3231.7234.9451.18
HexAE85570183220202333
Octal2562051270306240404363
Binary10101110100001011010111011000110010100000100000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8557; }

 p { color: rgb(174,133,87); }

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

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

 a { background-color: rgb(174,133,87); }

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

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

 span { border-color: rgb(174,133,87); }

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