#AA9356

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

Shades of Teak #AA9356

Tints of Teak #AA9356

Color information

#AA9356 (or 0xAA9356) is unknown color: approx Teak. HEX triplet: AA, 93 and 56. RGB value is (170,147,86). Sum of RGB (Red+Green+Blue) = 170+147+86=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9356 is #556CA9. Grayscale: #939393. Windows color (decimal): -5598378 or 5673898. OLE color: 5673898.

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

Color convert

RGB17014786-
CMYK00.140.490.33
HSL43.57º33.07%50.2%-
HSV(B)43.57º49.41%66.67%-
XYZ28.6930.0913.1-
YUV146.9293.62144.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.18%
GREEN value IS 147 (57.81% from 255) = 36.48%
BLUE value IS 86 (33.98% from 255) = 21.34%
R=42.18%
G=36.48%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701478600.140.490.3343.5733.0750.2
HexAA93560E31212c2132
Octal2522231260166141544162
Binary1010101010010011101011001110110001100001101100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9356; }

 p { color: rgb(170,147,86); }

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

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

 a { background-color: rgb(170,147,86); }

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

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

 span { border-color: rgb(170,147,86); }

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