#AB865B

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

Shades of Teak #AB865B

Tints of Teak #AB865B

Color information

#AB865B (or 0xAB865B) is unknown color: approx Teak. HEX triplet: AB, 86 and 5B. RGB value is (171,134,91). Sum of RGB (Red+Green+Blue) = 171+134+91=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB865B is #5479A4. Grayscale: #8C8C8C. Windows color (decimal): -5536165 or 5998251. OLE color: 5998251.

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

Color convert

RGB17113491-
CMYK00.220.470.33
HSL32.25º32.26%51.37%-
HSV(B)32.25º46.78%67.06%-
XYZ27.2126.4613.57-
YUV140.16100.26150-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.18%
GREEN value IS 134 (52.73% from 255) = 33.84%
BLUE value IS 91 (35.94% from 255) = 22.98%
R=43.18%
G=33.84%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711349100.220.470.3332.2532.2651.37
HexAB865B0162F21202033
Octal2532061330265741404063
Binary10101011100001101011011010110101111100001100000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB865B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB865B; }

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

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

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

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

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

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

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

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