#AA8654

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

Shades of Teak #AA8654

Tints of Teak #AA8654

Color information

#AA8654 (or 0xAA8654) is unknown color: approx Teak. HEX triplet: AA, 86 and 54. RGB value is (170,134,84). Sum of RGB (Red+Green+Blue) = 170+134+84=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8654 is #5579AB. Grayscale: #8B8B8B. Windows color (decimal): -5601708 or 5539498. OLE color: 5539498.

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

Color convert

RGB17013484-
CMYK00.210.510.33
HSL34.88º33.86%49.8%-
HSV(B)34.88º50.59%66.67%-
XYZ26.726.2412.04-
YUV139.0696.93150.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.81%
GREEN value IS 134 (52.73% from 255) = 34.54%
BLUE value IS 84 (33.20% from 255) = 21.65%
R=43.81%
G=34.54%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701348400.210.510.3334.8833.8649.8
HexAA86540153321232232
Octal2522061240256341434262
Binary10101010100001101010100010101110011100001100011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8654; }

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

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

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

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

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

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

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

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