#AB8657

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

Shades of Teak #AB8657

Tints of Teak #AB8657

Color information

#AB8657 (or 0xAB8657) is unknown color: approx Teak. HEX triplet: AB, 86 and 57. RGB value is (171,134,87). Sum of RGB (Red+Green+Blue) = 171+134+87=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 87 (34.38% from 255 or 22.19% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8657 is #5479A8. Grayscale: #8B8B8B. Windows color (decimal): -5536169 or 5736107. OLE color: 5736107.

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

Color convert

RGB17113487-
CMYK00.220.490.33
HSL33.57º33.33%50.59%-
HSV(B)33.57º49.12%67.06%-
XYZ27.0426.412.69-
YUV139.7198.26150.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.62%
GREEN value IS 134 (52.73% from 255) = 34.18%
BLUE value IS 87 (34.38% from 255) = 22.19%
R=43.62%
G=34.18%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711348700.220.490.3333.5733.3350.59
HexAB86570163121222133
Octal2532061270266141424163
Binary10101011100001101010111010110110001100001100010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8657; }

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

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

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

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

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

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

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

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