#AB8659

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

Shades of Teak #AB8659

Tints of Teak #AB8659

Color information

#AB8659 (or 0xAB8659) is unknown color: approx Teak. HEX triplet: AB, 86 and 59. RGB value is (171,134,89). Sum of RGB (Red+Green+Blue) = 171+134+89=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8659 is #5479A6. Grayscale: #8C8C8C. Windows color (decimal): -5536167 or 5867179. OLE color: 5867179.

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

Color convert

RGB17113489-
CMYK00.220.480.33
HSL32.93º32.8%50.98%-
HSV(B)32.93º47.95%67.06%-
XYZ27.1226.4313.12-
YUV139.9399.26150.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.40%
GREEN value IS 134 (52.73% from 255) = 34.01%
BLUE value IS 89 (35.16% from 255) = 22.59%
R=43.40%
G=34.01%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711348900.220.480.3332.9332.850.98
HexAB86590163021212133
Octal2532061310266041414163
Binary10101011100001101011001010110110000100001100001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8659; }

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

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

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

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

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

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

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

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