#AA865B

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

Shades of Teak #AA865B

Tints of Teak #AA865B

Color information

#AA865B (or 0xAA865B) is unknown color: approx Teak. HEX triplet: AA, 86 and 5B. RGB value is (170,134,91). Sum of RGB (Red+Green+Blue) = 170+134+91=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA865B is #5579A4. Grayscale: #8C8C8C. Windows color (decimal): -5601701 or 5998250. OLE color: 5998250.

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

Color convert

RGB17013491-
CMYK00.210.460.33
HSL32.66º31.73%51.18%-
HSV(B)32.66º46.47%66.67%-
XYZ26.9926.3513.56-
YUV139.86100.43149.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 134 (52.73% from 255) = 33.92%
BLUE value IS 91 (35.94% from 255) = 23.04%
R=43.04%
G=33.92%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701349100.210.460.3332.6631.7351.18
HexAA865B0152E21212033
Octal2522061330255641414063
Binary10101010100001101011011010101101110100001100001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA865B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA865B; }

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

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

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

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

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

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

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

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