#AA8A5B

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

Shades of Teak #AA8A5B

Tints of Teak #AA8A5B

Color information

#AA8A5B (or 0xAA8A5B) is unknown color: approx Teak. HEX triplet: AA, 8A and 5B. RGB value is (170,138,91). Sum of RGB (Red+Green+Blue) = 170+138+91=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8A5B is #5575A4. Grayscale: #8E8E8E. Windows color (decimal): -5600677 or 5999274. OLE color: 5999274.

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

Color convert

RGB17013891-
CMYK00.190.460.33
HSL35.7º31.73%51.18%-
HSV(B)35.7º46.47%66.67%-
XYZ27.5527.4813.75-
YUV142.2199.1147.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 138 (54.30% from 255) = 34.59%
BLUE value IS 91 (35.94% from 255) = 22.81%
R=42.61%
G=34.59%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701389100.190.460.3335.731.7351.18
HexAA8A5B0132E21242033
Octal2522121330235641444063
Binary10101010100010101011011010011101110100001100100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8A5B; }

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

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

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

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

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

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

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

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