#aa8e4e

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

Shades of Teak #AA8E4E

Tints of Teak #AA8E4E

Color information

#AA8E4E (or 0xAA8E4E) is unknown color: approx Teak. HEX triplet: AA, 8E and 4E. RGB value is (170,142,78). Sum of RGB (Red+Green+Blue) = 170+142+78=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8E4E is #5571B1. Grayscale: #8F8F8F. Windows color (decimal): -5599666 or 5148330. OLE color: 5148330.

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

Color convert

RGB17014278-
CMYK00.160.540.33
HSL41.74º37.1%48.63%-
HSV(B)41.74º54.12%66.67%-
XYZ27.6328.4411.24-
YUV143.0891.28147.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.59%
GREEN value IS 142 (55.86% from 255) = 36.41%
BLUE value IS 78 (30.86% from 255) = 20%
R=43.59%
G=36.41%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701427800.160.540.3341.7437.148.63
HexAA8E4E01036212a2531
Octal2522161160206641524561
Binary10101010100011101001110010000110110100001101010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa8e4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa8e4e; }

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

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

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

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

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

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

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

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