#AA8C5B

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

Shades of Teak #AA8C5B

Tints of Teak #AA8C5B

Color information

#AA8C5B (or 0xAA8C5B) is unknown color: approx Teak. HEX triplet: AA, 8C and 5B. RGB value is (170,140,91). Sum of RGB (Red+Green+Blue) = 170+140+91=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8C5B is #5573A4. Grayscale: #8F8F8F. Windows color (decimal): -5600165 or 5999786. OLE color: 5999786.

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

Color convert

RGB17014091-
CMYK00.180.460.33
HSL37.22º31.73%51.18%-
HSV(B)37.22º46.47%66.67%-
XYZ27.8428.0613.85-
YUV143.3898.44146.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 140 (55.08% from 255) = 34.91%
BLUE value IS 91 (35.94% from 255) = 22.69%
R=42.39%
G=34.91%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701409100.180.460.3337.2231.7351.18
HexAA8C5B0122E21252033
Octal2522141330225641454063
Binary10101010100011001011011010010101110100001100101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8C5B; }

 p { color: rgb(170,140,91); }

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

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

 a { background-color: rgb(170,140,91); }

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

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

 span { border-color: rgb(170,140,91); }

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