#AA894E

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

Shades of Teak #AA894E

Tints of Teak #AA894E

Color information

#AA894E (or 0xAA894E) is unknown color: approx Teak. HEX triplet: AA, 89 and 4E. RGB value is (170,137,78). Sum of RGB (Red+Green+Blue) = 170+137+78=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA894E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA894E is #5576B1. Grayscale: #8C8C8C. Windows color (decimal): -5600946 or 5147050. OLE color: 5147050.

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

Color convert

RGB17013778-
CMYK00.190.540.33
HSL38.48º37.1%48.63%-
HSV(B)38.48º54.12%66.67%-
XYZ26.926.9911-
YUV140.1492.93149.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.16%
GREEN value IS 137 (53.91% from 255) = 35.58%
BLUE value IS 78 (30.86% from 255) = 20.26%
R=44.16%
G=35.58%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701377800.190.540.3338.4837.148.63
HexAA894E0133621262531
Octal2522111160236641464561
Binary10101010100010011001110010011110110100001100110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA894E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA894E; }

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

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

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

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

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

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

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

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