#AE8559

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

Shades of Teak #AE8559

Tints of Teak #AE8559

Color information

#AE8559 (or 0xAE8559) is unknown color: approx Teak. HEX triplet: AE, 85 and 59. RGB value is (174,133,89). Sum of RGB (Red+Green+Blue) = 174+133+89=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8559 is #517AA6. Grayscale: #8C8C8C. Windows color (decimal): -5339815 or 5866926. OLE color: 5866926.

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

Color convert

RGB17413389-
CMYK00.240.490.32
HSL31.06º34.41%51.57%-
HSV(B)31.06º48.85%68.24%-
XYZ27.6526.4913.11-
YUV140.2499.08152.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.94%
GREEN value IS 133 (52.34% from 255) = 33.59%
BLUE value IS 89 (35.16% from 255) = 22.47%
R=43.94%
G=33.59%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741338900.240.490.3231.0634.4151.57
HexAE855901831201f2234
Octal2562051310306140374264
Binary1010111010000101101100101100011000110000011111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8559; }

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

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

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

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

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

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

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

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