#AA885B

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

Shades of Teak #AA885B

Tints of Teak #AA885B

Color information

#AA885B (or 0xAA885B) is unknown color: approx Teak. HEX triplet: AA, 88 and 5B. RGB value is (170,136,91). Sum of RGB (Red+Green+Blue) = 170+136+91=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA885B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA885B is #5577A4. Grayscale: #8D8D8D. Windows color (decimal): -5601189 or 5998762. OLE color: 5998762.

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

Color convert

RGB17013691-
CMYK00.200.460.33
HSL34.18º31.73%51.18%-
HSV(B)34.18º46.47%66.67%-
XYZ27.2726.9113.65-
YUV141.0499.76148.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 136 (53.52% from 255) = 34.26%
BLUE value IS 91 (35.94% from 255) = 22.92%
R=42.82%
G=34.26%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701369100.200.460.3334.1831.7351.18
HexAA885B0142E21222033
Octal2522101330245641424063
Binary10101010100010001011011010100101110100001100010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA885B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA885B; }

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

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

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

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

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

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

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

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