#AA895A

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

Shades of Teak #AA895A

Tints of Teak #AA895A

Color information

#AA895A (or 0xAA895A) is unknown color: approx Teak. HEX triplet: AA, 89 and 5A. RGB value is (170,137,90). Sum of RGB (Red+Green+Blue) = 170+137+90=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA895A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA895A is #5576A5. Grayscale: #8D8D8D. Windows color (decimal): -5600934 or 5933482. OLE color: 5933482.

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

Color convert

RGB17013790-
CMYK00.190.470.33
HSL35.25º32%50.98%-
HSV(B)35.25º47.06%66.67%-
XYZ27.3727.1813.48-
YUV141.5198.93148.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 137 (53.91% from 255) = 34.51%
BLUE value IS 90 (35.55% from 255) = 22.67%
R=42.82%
G=34.51%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701379000.190.470.3335.253250.98
HexAA895A0132F21232033
Octal2522111320235741434063
Binary10101010100010011011010010011101111100001100011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA895A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA895A; }

 p { color: rgb(170,137,90); }

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

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

 a { background-color: rgb(170,137,90); }

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

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

 span { border-color: rgb(170,137,90); }

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