#AA8D4E

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

Shades of Teak #AA8D4E

Tints of Teak #AA8D4E

Color information

#AA8D4E (or 0xAA8D4E) is unknown color: approx Teak. HEX triplet: AA, 8D and 4E. RGB value is (170,141,78). Sum of RGB (Red+Green+Blue) = 170+141+78=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D4E is #5572B1. Grayscale: #8E8E8E. Windows color (decimal): -5599922 or 5148074. OLE color: 5148074.

HSL color Cylindrical-coordinate representation of color #AA8D4E: hue angle of 41.09º 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 #AA8D4E is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB17014178-
CMYK00.170.540.33
HSL41.09º37.1%48.63%-
HSV(B)41.09º54.12%66.67%-
XYZ27.4828.1511.19-
YUV142.4991.61147.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.70%
GREEN value IS 141 (55.47% from 255) = 36.25%
BLUE value IS 78 (30.86% from 255) = 20.05%
R=43.70%
G=36.25%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701417800.170.540.3341.0937.148.63
HexAA8D4E0113621292531
Octal2522151160216641514561
Binary10101010100011011001110010001110110100001101001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8D4E; }

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

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

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

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

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

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

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

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