#AA8659

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

Shades of Teak #AA8659

Tints of Teak #AA8659

Color information

#AA8659 (or 0xAA8659) is unknown color: approx Teak. HEX triplet: AA, 86 and 59. RGB value is (170,134,89). Sum of RGB (Red+Green+Blue) = 170+134+89=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8659 is #5579A6. Grayscale: #8B8B8B. Windows color (decimal): -5601703 or 5867178. OLE color: 5867178.

HSL color Cylindrical-coordinate representation of color #AA8659: hue angle of 33.33º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA8659 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB17013489-
CMYK00.210.480.33
HSL33.33º32.27%50.78%-
HSV(B)33.33º47.65%66.67%-
XYZ26.9126.3213.11-
YUV139.6399.43149.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 134 (52.73% from 255) = 34.10%
BLUE value IS 89 (35.16% from 255) = 22.65%
R=43.26%
G=34.10%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701348900.210.480.3333.3332.2750.78
HexAA86590153021212033
Octal2522061310256041414063
Binary10101010100001101011001010101110000100001100001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8659; }

 p { color: rgb(170,134,89); }

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

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

 a { background-color: rgb(170,134,89); }

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

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

 span { border-color: rgb(170,134,89); }

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